@charset "utf-8";

/*
	◇テンプレート カラー
	MainColor：#2A416F
	subColor1：#DCE2E5
	subColor2：#ddd
	subColor3：
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing:border-box;
}

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
	overflow-y: scroll;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:15px;
	line-height:168%;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
::selection {background:#ddd; color:#000;}
::-moz-selection {background:#ddd; color:#000;}

/* リンク
----------------------------------------------------*/
#employer a {
	color:#397FB8;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}

#employer a:hover {
}

#employer .btn a {
	display:block;
	background:url(../assets/images/common/link_icon.png) no-repeat 0 50%;
	border:#ddd solid 1px;
	-webkit-box-shadow: 1px 1px 3px #DEDEDE;
	-moz-box-shadow: 1px 1px 3px #DEDEDE;
	box-shadow: 1px 1px 3px #DEDEDE;
}



/* 汎用
----------------------------------------------------*/
/* clerfix */
#employer .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#employer .contactarea {
	text-align:center;
}
#employer .contactarea p {
	font-size:26px;
	color:#FF3F19;
	line-height:140%;
	margin:0 0 30px;
}
#employer .contact_btn a {
	background: #ff6a4d;
	background:url(/assets/img/employer/arrow_white.png) , -moz-linear-gradient(top, #ff6a4d 0%, #ff473d 100%);
	background:url(/assets/img/employer/arrow_white.png) , -webkit-linear-gradient(top, #ff6a4d 0%,#ff473d 100%);
	background:url(/assets/img/employer/arrow_white.png) , linear-gradient(to bottom, #ff6a4d 0%,#ff473d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6a4d', endColorstr='#ff473d',GradientType=0 );
	background-repeat:no-repeat;
	background-position:95% 50%;
	background-size: 13px auto, auto;
	color:#fff !important;
	border:#FF683E solid 1px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	box-shadow:0px 0px 3px 3px #e6e6e6;
	-moz-box-shadow:0px 0px 3px 3px #e6e6e6;
	-webkit-box-shadow:0px 0px 3px 3px #e6e6e6;
	display:block;
	text-decoration:none;
}
#employer .contactarea a {
	width:510px;
	margin:0 auto;
	padding:5px 0 20px 0;
	font-size:30px;
	font-weight:bold;
}
#employer .contact_btn a:hover {
	-webkit-opacity:0.75;
	-moz-opacity:0.75;
	opacity:0.75;
}
#employer .contact_btn a .wrap {
	display:block;
	line-height:103%;
}
#employer .contact_btn a .sub {
	font-size:14px;
	color:#FFDFDA;
	padding-bottom:15px;
}
#employer .contact_btn a .fs {
	font-size:90%;
}
#employer .contact_s_btn a {
	width:270px;
	display:block;
	background:#99B0B9 url(/assets/img/employer/arrow_white.png) no-repeat 95% 50%;
	background-size:7px;
	margin:25px auto 0;
	font-size:16px;
	padding:9px 0;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
}
#employer .contact_s_btn a:hover {
	-webkit-opacity:0.75;
	-moz-opacity:0.75;
	opacity:0.75;
}

#employer .inner {
	width: 1024px;
	margin:auto;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#employer .wrapper {
	width: 1024px;
	margin: 0 auto;
	clear:both;

}
#employer .wrapper_full {
	width: 100%;
	margin: 0 auto;
	clear:both;
}
#employer .wrapper:after ,
#employer .wrapper_full:after {
  content: "";
  clear: both;
  display: block;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
#employer #top-head .inner {
	width:1024px;
	margin: 0 auto;
}
#employer #top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#employer #top-head {
    top: -100px;
    position: absolute;
    width: 100%;
	min-width:1024px;
    margin: 100px auto 0;
    padding: 13px 27px 0;
    line-height: 1;
    z-index: 999;
	background-color:#fff;
	height:70px;
	border-bottom:#ddd solid 1px;
}
#employer #top-head a,
#employer #top-head {
    text-decoration: none;
}
#employer #top-head .inner {
    position: relative;
}
#employer #top-head .logo {
    float: left;
	width:150px;
	margin-right:10px;
}
#employer #top-head .logo_dis {
	border:#DBDEDE solid 1px;
	border-radius:4px;
    float: left;
	width:130px;
	text-align:center;
	padding:13px 0;
	font-size:13px;
	color:#2A416F;
}
#employer #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	font-size:14px;
	line-height:100%;
}
#employer #global-nav ul li {
	display: inline-block;
}
#employer #global-nav ul li.nav a {
    padding: 0;
	margin:0 10px;
	color:#000;
	font-weight:bold;
	display:block;
	padding-bottom: 8px;
	position: relative;
}
#employer #global-nav ul li.nav a:hover {
	color:#2A416F;
}
#employer #global-nav li.nav a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #2A416F;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#employer #global-nav li.nav a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

#employer #global-nav ul li.contact_btn a {
	padding:15px 0;
	margin-top:5px;
	width:160px !important;
	display:block;
	text-align:center;
	background-position:90% 50%;
	background-size: 8px auto, auto;
}
/* Fixed */
#employer #top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 13px;
    height: 70px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.3s ease-in;
    -webkit-transition: top 0.3s ease-in;
    -moz-transition: top 0.3s ease-in;
	-webkit-box-shadow: 0px 2px 37px -8px rgba(0,0,0,0.37);
	-moz-box-shadow: 0px 2px 37px -8px rgba(0,0,0,0.37);
	box-shadow: 0px 2px 37px -8px rgba(0,0,0,0.37);
}
#employer #top-head.fixed .logo {
    float: left;
	width:150px;
	margin-right:10px;
}
#employer #top-head.fixed .logo_dis {
	border:#DBDEDE solid 1px;
	border-radius:4px;
    float: left;
	width:130px;
	text-align:center;
	padding:13px 0;
	font-size:13px;
	color:#2A416F;
}
#employer #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
	font-size:14px;
	line-height:100%;
}
#employer #global-nav ul li {
	display: inline-block;
}
#employer #global-nav ul li.nav a {
    padding: 0;
	margin:0 10px;
	color:#000;
	font-weight:bold;
	display:block;
	padding-bottom: 8px;
	position: relative;
}
#employer #global-nav ul li.nav a:hover {
	color:#2A416F;
}
#employer #global-nav li.nav a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #2A416F;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#employer #global-nav li.nav a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

#employer #global-nav ul li.contact_btn {
	margin-top:20px;
}
#employer #global-nav ul li.contact_btn a {
	padding:15px 0;
	margin-top:5px;
	width:160px !important;
	display:block;
	text-align:center;
	background-position:90% 50%;
	background-size: 8px auto, auto;
}
#employer #global-nav ul li.contact_btn a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#employer #global-nav ul li.contact_btn a:hover::after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}


/* Toggle Button */
#employer #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 40px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#employer #nav-toggle div {
    position: relative;
}
#employer #nav-toggle div:after {
	content:'メニュー';
	top:30px;
	font-size:10px;
	position:absolute;
	letter-spacing:-1px;
}
#employer #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 85%;
    background: #000;
    left: 2px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#employer #nav-toggle span:nth-child(1) {
    top: 0;
}
#employer #nav-toggle span:nth-child(2) {
    top: 10px;
}
#employer #nav-toggle span:nth-child(3) {
    top: 20px;
}


/* メインビジュアル */
#employer .main_v {
	margin-top:70px;
	background:url(/assets/img/employer/mv.png) no-repeat 50% -15px;
	background-size: auto;
	min-height:455px;
	margin:70px auto auto auto;
	text-shadow:0px 0px 11px #383f4f;
	-webkit-text-shadow:0px 0px 11px #383f4f;
	-moz-text-shadow:0px 0px 11px #383f4f;
	color:#fff;
	letter-spacing:2px;
}
#employer .main_v .inner {
	width:1024px;
	margin:auto;
}
#employer .main_v h1 {
	font-size:30px;
	padding-top:63px;
	line-height:150%;
}
#employer .main_v h1 span {
	margin-left:-16px;
}
#employer .main_v .main {
	font-size:55px;
	font-weight:bold;
	padding-top:40px;
}
#employer .main_v .main span {
	font-size:80%;
	letter-spacing:0px;
}
#employer .main_v .main span.zero {
	font-size:150%;
}
#employer .main_v .contact_btn {
	clear:both;
	margin-top:65px;
}
#employer .main_v .contact_btn a {
	font-size:29px;
	display:block;
	width:400px;
	text-align:center;
	padding:5px 0 20px 0;
	text-decoration:none;
	font-weight:bold;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,1);
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
}

/*----------------------------------------------------
	企業 - トップ
----------------------------------------------------*/
/*トップ共通*/
#employer section {
	margin-bottom:70px;
}
#employer section #sec1 {
	margin-bottom:0 !important;
}
#employer h2.main {
	text-align:center;
	font-size:30px;
	padding:10px 0;
	margin-bottom:48px;
	letter-spacing:1px;
}
#employer h2.main span {
	border-bottom:#2A416F solid 3px;
	padding-bottom:20px;
}
#employer .btn_def a {
	border:#ccc solid 1px;
	border-bottom:#ccc solid 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#000;
	text-decoration:none;
	padding:11px 30px 11px 20px;
	background:url(/assets/img/employer/arrow_navy.png) no-repeat 95% 50%;
	background-size:7px;
	clear:both;
	overflow:hidden;
}
#employer .btn_def a:hover {
	background:#2A416F url(/assets/img/employer/arrow_white.png) no-repeat 95% 50%;
	background-size:7px;
	color:#fff;
	border:#2A416F solid 1px;
	border-bottom:#ccc solid 2px;
}
#employer .btn_scl a {
	border:#ccc solid 1px;
	border-bottom:#ccc solid 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#000;
	text-decoration:none;
	padding:11px 40px 11px 20px;
	background:url(/assets/img/employer/arrow_scale.png) no-repeat 95% 50%;
	background-size:18px;
	clear:both;
	overflow:hidden;
}
#employer .btn_scl a:hover {
	background:#2A416F url(/assets/img/employer/arrow_scale_on.png) no-repeat 95% 50%;
	background-size:18px;
	color:#fff;
	border:#2A416F solid 1px;
	border-bottom:#ccc solid 2px;
}
#employer #sec4 ,
#employer #sec6 ,
#employer #sec8 {
	background-color:#FAFAFA;
	padding:50px 0;
}
#employer #sec7 {
	padding:0;
}


/* #employer #sec1
----------------------------------------------------*/
#employer #sec1 {
	font-size:28px;
	text-align:center;
	line-height:140%;
	margin-bottom:0;
}
#employer #sec1 .wrap_left {
	background:url(/assets/img/employer/sec1_bg1.png) no-repeat 0 0;
	background-size:81px 149px;
	width:810px;
	margin:20px auto;
}
#employer #sec1 .wrap_right {
	background:url(/assets/img/employer/sec1_bg2.png) no-repeat 100% 0;
	background-size:81px 149px;
	padding:10px 0 20px 0;
}
#employer #sec1 span {
	background: linear-gradient(transparent 50%, #E9DFB4 50%);
	padding:0 5px;
}



/* #employer #sec2
----------------------------------------------------*/
#employer #sec2 {
	background:url(/assets/img/employer/sec2_bg1.png) repeat-x 0 0;
	clear:both;
	overflow:hidden;
}
#employer #sec2 .inner {
	width:700px;
}
#employer #sec2 canvas {
	width: 217px;
	height: 217px;
}
#employer #sec2 .chart-doughnut-01 {
	position: relative;
	width: 217px;
	height: 217px;
	display: inline-block;
	float:left;
}
#employer #sec2 .chart-doughnut-01 .data {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 187px;
	height: 187px;
	font-size: 56px;
	font-weight: bold;
}
@-webkit-keyframes anime1 {
	0% {width: 0px;}
}
@keyframes anime1 {
	0% {width: 0px;}
}
#employer #sec2 h2 {
	float:left;
	font-size:25px;
	line-height:160%;
	margin:40px 0 0 50px;
}
#employer #sec2 h2 span {
	color:#B79226;
	font-size:34px;
}

/* #employer #sec3
----------------------------------------------------*/
#employer #sec3 .inner {
	width:945px;
}
#employer #sec3 .inner .blk {
	border-bottom:#DBDEDE solid 1px;
	border-right:#DBDEDE solid 1px;
	float:left;
	width:50%;
	text-align:center;
	min-height:300px;
	padding:35px 0;
}
#employer #sec3 .inner .blk:nth-child(even) {
	border-bottom:#DBDEDE solid 1px;
	border-right:none;
}
#employer #sec3 .inner .blk h3 {
	font-size:24px;
	margin-bottom:25px;
	line-height:140%;
}
#employer #sec3 .inner .blk img {
	width:75%;
}
#employer #sec3 .inner .blk p {
	color:#444;
	width:350px;
	margin:25px auto 0;
}
#employer #sec3 .inner .blk .btn_scl {
	margin:15px 0;
}
#employer #sec3 .btm_btn {
	padding-top:40px;
	text-align:center;
}
#employer #sec3 .btm_btn .btn_def a {
	padding:15px 40px 15px 30px;
}

/* #employer #sec4
----------------------------------------------------*/
#employer #sec4 .intro {
	font-size:18px;
	text-align:center;
	margin-bottom:30px;
}
#employer #sec4 table {
	text-align:left;
}
#employer #sec4 th {
	vertical-align:middle;
}
#employer #sec4 .ttl {
	background:#F0F1F4;
	border:#ddd solid 1px;
	font-weight:bold;
	width:160px;
	padding-left:18px;
}
#employer #sec4 .ttl span {
	display:block;
	color:#777;
	font-size:12px;
	line-height:100%;
	margin-left:-6px;
}
#employer #sec4 .name {
	background:#EAECEF;
	border:#ddd solid 1px;
	text-align:center;
	font-weight:bold;
	width:188px;
	padding:18px 0;
}
#employer #sec4 .name.clutch {
	background:#2C436D;
	border:#ddd solid 1px;
	text-align:center;
	font-weight:bold;
	width:278px;
	border:#2C436D solid 1px;
}
#employer #sec4 .name.clutch img {
	width:50%;
	margin-bottom:5px;
}
#employer #sec4 td {
	background:#fff;
	border:#ddd solid 1px;
	height:103px;
	vertical-align:middle;
	text-align:center;
	padding:10px 15px;
}
#employer #sec4 td.clutch {
	font-size:20px;
	font-weight:bold;
	background:#fff url(/assets/img/employer/sec4_icon1.png) no-repeat 50% 50%;
	background-size:80px;
}
#employer #sec4 td.clutch span {
	color:#129C80;
}
#employer #sec4 td.icon2 {
	background:#fff url(/assets/img/employer/sec4_icon2.png) no-repeat 50% 50%;
	background-size:80px;
}
#employer #sec4 td.icon3 {
	background:#fff url(/assets/img/employer/sec4_icon3.png) no-repeat 50% 50%;
	background-size:80px;
}
#employer #sec4 td.icon4 {
	background:#fff url(/assets/img/employer/sec4_icon4.png) no-repeat 50% 50%;
	background-size:80px;
}

/* #employer #sec5
----------------------------------------------------*/
#employer #sec5 .inner {
	margin-bottom:30px;
	clear:both;
	overflow:hidden;
}
#employer #sec5 .intro {
	font-size:22px;
	text-align:center;
	margin-bottom:40px;
	font-weight:bold;
}
#employer #sec5 .intro span {
	color:#FF3E00;
	line-height:140%;
}
#employer #sec5 .blk_wrap {
	border-top:#aaa solid 1px;
	border-left:#aaa solid 1px;
	text-align:center;
}
#employer #sec5 .blk_top {
	float:left;
	width:33.33333%;
	border-right:#aaa solid 1px;
	border-bottom:#aaa solid 1px;
}
#employer #sec5 .blk_btm_wrap {
	width:100%;
	display:table;
}

#employer #sec5 .blk_btm {
	display:table-cell;
	width:50%;
	border-right:#aaa solid 1px;
	border-bottom:#aaa solid 1px;
}
#employer #sec5 .blk_wrap h3 {
	font-size:21px;
	background:#f5f5f5;
	padding:20px 0;
}
#employer #sec5 .blk_wrap p {
	margin:17px 0 25px;
}
#employer #sec5 .blk_wrap .price {
	color:#FF4019;
	font-weight:bold;
	font-size:55px;
	margin-bottom:35px;
}
#employer #sec5 .blk_wrap .price span {
	font-size:30px;
}
#employer #sec5 .blk_btm.pointarea .pointwrap{
	width:360px;
	margin:auto;
}
#employer #sec5 .blk_btm.pointarea .point {
	float:left;
	color:#FF4019;
	border:#FF4019 solid 1px;
	font-weight:bold;
	font-size:16px;
	padding:2px 10px;
}
#employer #sec5 .blk_btm.pointarea .price {
	float:right;
	margin-bottom:0;
}
#employer #sec5 .blk_btm.pointarea .pointwrap {
	font-size:25px;
}

#employer #sec5 sup {
	font-size:10px;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
#employer #sec5 .detail_link {
	clear:both;
	overflow:hidden;
	text-align:right;
	font-size:12px;
	padding:10px 20px 15px 0;
}
#employer #sec5 .message {
	background:#ddd;
	position:relative;
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}
#employer #sec5 .message .in {
	background:#f5f5f5;
	margin:1px;
	padding:30px 60px;
	text-align:center;
	font-size:18px;
	color:#2B436C;
	font-weight:bold;
	line-height:160%;
}
#employer #sec5 .message .ec {
	position:absolute;
	top:0;
	left:0;
}
#employer #sec9 .caution {
	font-size:12px;
	color:#777;
	text-align:left;
	margin-top:35px;
	line-height:160%;
}



/* #employer #sec6
----------------------------------------------------*/
#employer #sec6 .flow_wrap {
	background:url(/assets/img/employer/sec6_bg1.png) no-repeat 0 0;
	background-size:100%;
	clear:both;
	overflow:hidden;
}
#employer #sec6 .flow_in {
	margin-right:-100px;
}
#employer #sec6 .flow_wrap .blk {
	width:329px;
	height:157px;
	float:left;
	margin-right:18px;
	margin-bottom:30px;
}
#employer #sec6 .flow_wrap .blk h3 {
	font-size:19px;
	padding:24px 0 20px 70px;
}
#employer #sec6 .flow_wrap .blk p {
	padding:0 25px;
}


/* #employer #sec8
----------------------------------------------------*/
#employer #sec8 .faq_wrap {
	margin-right:-24px;
	clear:both;
	overflow:hidden;
}
#employer #sec8 .faq_wrap .blk {
	background:#ddd;
	margin-right:24px;
	margin-bottom:24px;
	float:left;
	width:500px;
	position:relative;
}
#employer #sec8 .faq_wrap .blk dl {
	margin:1px;
	background:#fff;
	padding:30px;
	min-height:370px;
}
#employer #sec8 .faq_wrap .blk dt {
	background:url(/assets/img/employer/sec8_icon1.png) no-repeat 0 0;
	background-size:40px;
	color:#2A416F;
	font-weight:bold;
	font-size:18px;
	padding:5px 0 10px 50px;
}
#employer #sec8 .faq_wrap .blk dd {
	background:url(/assets/img/employer/sec8_icon2.png) no-repeat 0 0;
	background-size:40px;
	padding:5px 0 0 50px;
}
#employer #sec8 .faq_wrap .ec {
	position:absolute;
	top:0;
	left:0;
}





/*----------------------------------------------------
	企業 - 特長
----------------------------------------------------*/
#employer.feature .kv {
	background-color:#F0F1F4;
	margin-top:70px;
}
#employer.feature .kv .inner {
	background:url(/assets/img/employer/features_kv_bg.png) no-repeat 100% 100%;
	background-size:400px;
	padding:75px 0;
}
#employer.feature .kv p {
	font-size:30px;
	color:#2A416F;
	font-weight:bold;
	margin-bottom:15px;
	letter-spacing:1.5px;
}
#employer.feature .kv h1 {
	font-size:19px;
	color:#3F3F3F;
	letter-spacing:1px;
}
#employer.feature .kv nav {
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	clear:both;
	overflow:hidden;
	background:#fff;
	padding:16px 0;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.12);
}
#employer.feature .kv nav .inner_nav {
	width:1024px;
	margin:auto;
}
#employer.feature .kv nav ul {
	margin:0 -19px 0 0;
}
#employer.feature .kv nav ul li a {
	width:155px;
	margin-right:16px;
	border:#ddd solid 1px;
	border-bottom:#ddd solid 2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	float:left;
	display:block;
	text-align:center;
	font-size:13px;
	color:#000;
	text-decoration:none;
	padding:40px 0 7px;
}
#employer.feature .kv nav ul li.nav1 a {
	background:url(/assets/img/employer/features_nav1.png) no-repeat 50% 10px;
	background-size:37px;
}
#employer.feature .kv nav ul li.nav2 a {
	background:url(/assets/img/employer/features_nav2.png) no-repeat 50% 10px;
	background-size:37px;
}
#employer.feature .kv nav ul li.nav3 a {
	background:url(/assets/img/employer/features_nav3.png) no-repeat 50% 10px;
	background-size:37px;
}
#employer.feature .kv nav ul li.nav4 a {
	background:url(/assets/img/employer/features_nav4.png) no-repeat 50% 10px;
	background-size:37px;
}
#employer.feature .kv nav ul li.nav5 a {
	background:url(/assets/img/employer/features_nav5.png) no-repeat 50% 10px;
	background-size:37px;
}
#employer.feature .kv nav ul li.nav6 a {
	background:url(/assets/img/employer/features_nav6.png) no-repeat 50% 10px;
	background-size:37px;
}
#employer.feature .kv nav ul li a:hover {
	background-color:#f5f5f5;
}
#employer.feature section {
	padding-top:40px;
}
#employer.feature h2.main_f {
	font-size:24px;
	color:#2A416D;
	border-bottom:#2A416D solid 1px;
	padding-bottom:20px;
	margin-bottom:20px;
	letter-spacing:2px;
}
#employer.feature .intro {
	font-size:16px;
	margin-bottom:25px;
}
#employer.feature .f_body {
	border-top:#ddd solid 1px;
	clear:both;
	overflow:hidden;
}
#employer.feature .f_body .blk {
	border-bottom:#ddd solid 1px;
	padding:18px 10px;
	clear:both;
	overflow:hidden;
}
#employer.feature .f_body .blk:nth-child(odd) {
	background-color:#F8F9FA;

}
#employer.feature h3.f_ttl {
	clear:both;
	overflow:hidden;
	color:#2A416D;
	font-size:20px;
	margin-bottom:15px;
	padding:6px 0 9px 45px;
}
#employer.feature h3.f_ttl.ttl1 {
	background:url(/assets/img/employer/features_ttl1.png) no-repeat 0 0;
	background-size:37px;
}
#employer.feature h3.f_ttl.ttl2 {
	background:url(/assets/img/employer/features_ttl2.png) no-repeat 0 0;
	background-size:37px;
}
#employer.feature h3.f_ttl.ttl3 {
	background:url(/assets/img/employer/features_ttl3.png) no-repeat 0 0;
	background-size:37px;
}
#employer.feature h3.f_ttl.ttl4 {
	background:url(/assets/img/employer/features_ttl4.png) no-repeat 0 0;
	background-size:37px;
}
#employer.feature h3.f_ttl.ttl5 {
	background:url(/assets/img/employer/features_ttl5.png) no-repeat 0 0;
	background-size:37px;
}
#employer.feature h3.f_ttl.ttl6 {
	background:url(/assets/img/employer/features_ttl6.png) no-repeat 0 0;
	background-size:37px;
}
#employer.feature .f_body .blk h4 {
	width:290px;
	float:left;
	background:url(/assets/img/employer/features_icon1.gif) no-repeat 4px 2px;
	background-size:22px;
	padding-left:37px;
	color:#2A416D;
}

#employer.feature .f_body .blk .detail {
	width:714px;
	float:left;
}
#employer.feature .f_body .blk .detail p {
	font-weight:bold;
	font-size:16px;
	margin-bottom:15px;
}
#employer.feature .f_body.first .blk .detail p {
	font-weight:bold;
	font-size:16px;
	margin-bottom:0;
}
#employer.feature .f_body .blk .detail li {
	background:url(/assets/img/employer/features_icon2.png) no-repeat 0 8px;
	background-size:7px;
	padding-left:15px;
	margin-bottom:3px;
}
#employer.feature .f_body .blk .detail .caution {
	margin-top:15px;
}
#employer.feature .f_body .blk .detail .caution p {
	font-weight:normal;
	color:#777;
	font-size:12px;
	margin-bottom:0;
	line-height:150%;
}
#employer.feature .btn_scl {
	float:right;
	margin:25px 0 40px 15px;
	display:block;
}
#employer.feature #sec9 .btn_scl {
	float: none;
}
#employer.feature .pointarea_wrap {
	background:#aaa;
	position:relative;
	clear:both;
	overflow:hidden;
}
#employer.feature .pointarea_wrap .ec {
	position:absolute;
	top:0;
	left:0;
}
#employer.feature .point_area {
	background:#fff;
	margin:1px;
	clear:both;
	overflow:hidden;
	padding:30px 30px 50px ;
	text-align:center;
}
#employer.feature .point_area h2 {
	color:#FF3F19;
	font-size:30px;
	line-height:160%;
	margin-bottom:10px;
}
#employer.feature .point_area h2 span {
	background: linear-gradient(transparent 50%, #FCF4CA 50%);
	padding:0 5px;
}
#employer.feature .point_area .support {
	border-top:#ddd solid 1px;
	margin-top:25px;
	padding-top:30px;
}
#employer.feature .point_area .support h3 {
	font-size:20px;
	margin-bottom:15px;
}
#employer.feature .point_area .support h3:before {
	content:'＼ ';
}
#employer.feature .point_area .support h3:after {
	content:' ／';
}
#employer.feature .scout_point {
	border:#294070 solid 1px;
	padding:10px 30px;
	overflow:hidden;
	margin-bottom:20px;
}
#employer.feature .scout_point .txtarea {
	float:left;
	width:700px;
}
#employer.feature .scout_point h4 {
	color:#294070;
	font-size:18px;
	margin:15px 0 7px;
}
#employer.feature .scout_point h4 i {
	color:#F1C40F;
	margin-right:5px;
	font-size:150%;
	vertical-align:-2px;
}
#employer.feature .scout_point p {
	width:700px;	
}
#employer.feature .scout_point .img {
	float:right;
	width:220px;
}

/* #employer #sec9
----------------------------------------------------*/
#employer #sec9 {
	text-align: center;
}
#employer #sec9 .wrap:after {
  content: "";
  clear: both;
  display: block;
}
#employer #sec9 .one_col {
	float: left;
	width: 15%;
}
#employer #sec9 .one_col div {
	padding: 15px 0 15px 10px;
	border: #ccc solid 1px;
	border-bottom: none;
	border-left: none;
	background: #f9f9f9;
	text-align: left;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
#employer #sec9 .one_col div:last-child {
	border-bottom: #ccc solid 1px;
}
#employer #sec9 .two_col {
	float: left;
	width: 28.33333%;
}
#employer #sec9 .two_col .row1 {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	background: #f9f9f9;
	padding: 30px 20px;
}
#employer #sec9 .two_col .row1 h3 ,
#employer #sec9 .three_col .row1 h3 ,
#employer #sec9 .four_col .row1 h3 {
	font-size: 22px;
	margin-bottom: 20px;
}
#employer #sec9 .two_col .row1 .intro {
	margin: 0 !important;
}
#employer #sec9 .two_col div {
	border-bottom: #ccc solid 1px;
	padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#employer #sec9 .two_col div p {

}
#employer #sec9 .three_col {
	float: left;
	width: 28.33333%;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.17);
}
#employer #sec9 .three_col div {
	border-bottom: #ccc solid 1px;
	padding: 15px 0;
	font-weight: bold;
}
#employer #sec9 .four_col div {
	border-bottom: #ccc solid 1px;
	padding: 15px 0;
	font-weight: bold;
}
#employer #sec9 .three_col .row1 {
	background: #2c446c;
	padding: 30px 20px;
	color: #fff;
}
#employer #sec9 .three_col .cpn {
	background: #ff4019;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	width: 250px;
	margin: 0 auto 15px auto;
	line-height: 150%;
	padding: 8px 0;
}
#employer #sec9 .four_col .cpn {
	background: #DFC70E;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	width: 250px;
	margin: 0 auto 15px auto;
	color: #4B3501;
	line-height: 150%;
	padding: 8px 0;
}
#employer #sec9 .two_col .row1 p.intro ,
#employer #sec9 .three_col .row1 p.intro ,
#employer #sec9 .four_col .row1 p.intro {
	margin-top: 10px;
	width: 100%;
	font-weight: normal;
}
#employer #sec9 .three_col .row4 .cpn {
	color: #fff;
}
#employer #sec9 .four_col .row4 .cpn {
	color: #4B3501;
}
#employer #sec9 .three_col .row4 span,
#employer #sec9 .four_col .row4 span{
	font-size: 18px;
	color: #ff4019;
}
#employer #sec9 .three_col .row4 span span {
	font-size: 15px;
}
#employer #sec9 .three_col .row4 span.conf,
#employer #sec9 .four_col .row4 span.conf {
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
#employer #sec9 .three_col .row4 span.tax ,
#employer #sec9 .four_col .row4 span.tax {
	font-weight: normal;
	color: #333;
	font-size: 13px;
}
#employer #sec9 .four_col .row4 .caption {
	font-weight: normal;
	font-size: 14px;
	margin-top: 15px;
}
#employer #sec9 .four_col .row4 .caption span.sub {
	font-size: 10px;
	color: inherit;
}
#employer #sec9 .four_col {
	float: left;
	width: 28.33333%;
}
#employer #sec9 .four_col div {
	border-bottom: #ccc solid 1px;
	padding: 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#employer #sec9 .four_col .row1 {
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	background: #129C80;
	padding: 30px 20px;
	color: #fff;
}
#employer #sec9 .four_col .row1 .intro {
	font-weight: normal;
}
#employer #sec9 .one_col_none {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	display: none;
}
#employer #sec9 .nonedez {
	border: none !important;
	background: none !important;
}
#employer #sec9 .btn_scl {
	margin: 15px 0;
	font-weight: normal;
	font-size: 13px;
	clear: both !important;	
}
#employer #sec9 .howto {
	margin: 40px auto 50px auto;
	border: #ff4019 solid 1px;
	clear: both;
	overflow: hidden;
	padding: 5px 0;
	width: 600px;
	margin: ;
}

/* ----------------------------------------------------
	#employer footer
---------------------------------------------------- */
#employer footer {
	clear: both;
	overflow:hidden;
	background-color:#2A416F;
	padding:30px 0;
	color:#fff;
	font-size:13px;
}
#employer footer a {
	color:#fff;
	text-decoration:none;
}
#employer footer .logo {
	float:left;
	width:150px;
}
#employer footer .navarea {
	float:right;
	text-align:right;
}
#employer footer .navarea ul {
	display:table;
	margin-bottom:20px;
}
#employer footer .navarea li {
	display:table-cell;
	padding-left:20px;
}
.remodal .txtarea {
	margin-bottom:30px;
}
.remodal .close {
	margin-top:30px;
}
.remodal .close button {
	background:none;
	border:#ccc solid 1px;
	border-radius:4px;
	padding:10px 20px;
	font-weight:bold;
	font-size:15px;
	cursor:pointer;
}
remodal .close button:hover {
	background:#f5f5f5;
}

.remodal .close i {
	display: block;
	width:20px;
	height:20px;
	color:#fff;
	background:#e74c3c;
	border-radius:50%;
	float:left;
	margin-right:7px;
	line-height:20px;
	font-size:12px;
}
.remodal.sec9_modal5 p {
	text-align: left;
	margin: 20px 0;
	font-size: 18px;
}
.remodal.sec9_modal5 p span {
	font-weight: bold;
	color: #16AF6C;
	background: #e7f7f0;
	padding: 8px 12px;
	border: #73cfa7 solid 1px;
	margin-right: 7px;
}


@media screen and (max-width: 640px) {
	#employer .inner {
		width: auto;
	}
	#employer .wrapper {
		width: auto;
	}
	#employer #top-head .inner {
		min-width:auto;
	}
	#employer .main_v .inner {
		width:auto;
		margin:auto;
	}
	#employer #top-head {
		min-width:auto;
	}
    #employer #top-head,
    #employer .inner {
        width: 100%;
        padding: 0;
    }
    #employer #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		width: 100%;
		min-width:100%;
   }
    #employer #top-head .inner {
		width: 100%;
		min-width:100%;
	}
    /* Fixed reset */
    #employer #top-head.fixed {
        padding-top: 0;
        background: transparent;
        background: #fff;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }
    #employer #top-head.fixed .logo,
    #employer #top-head .logo {
        position: absolute;
        left: 13px;
        top: 16px;
        color: #333;
        font-size: 26px;
		float: left;
		width:120px;
		margin-right:10px;
	}
	#employer #top-head.fixed .logo_dis ,
	#employer #top-head .logo_dis {
		border:#DBDEDE solid 1px;
		border-radius:4px;
		float: left;
		width:110px;
		text-align:center;
		padding:8px 0;
		font-size:12px;
		color:#2A416F;
		margin: 17px 0 0 140px;

	}
    #employer #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #000;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #employer #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #employer #global-nav ul li {
        float: none;
        position: static;
		display:inline;
    }
    #employer #top-head #global-nav ul li a,
    #employer #top-head.fixed #global-nav ul li a {
        width: auto;
        display: block;
        color: #fff;
        padding: 18px;
		background:url(/assets/img/employer/arrow_white.png) no-repeat 95% 50%;
		background-size:8px;
		border-bottom:#333 solid 1px;
		margin:0;
    }
	#employer #top-head #global-nav ul li.contact_btn a,
    #employer #top-head.fixed #global-nav ul li.contact_btn a {
		background:#FF4019 url(/assets/img/employer/arrow_white.png) no-repeat 95% 50%;
		background-size:8px;
		box-shadow:none;
		width:auto !important;
        margin: 15px 15px 5px;
	}
    #employer #nav-toggle {
        display: block;
    }
    /* #employer #nav-toggle 切り替えアニメーション */
    #employer .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    #employer .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    #employer .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #employer #global-nav スライドアニメーション */
    #employer .open #global-nav {
        /* #employer #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	#employer .contactarea a {
		width:auto;
		margin:0 auto;
		padding:5px 0 20px 0;
		font-size:24px;
	}
	#employer .main_v {
		margin-top:70px;
		background:url(/assets/img/employer/mv.png) no-repeat 80% 0;
		background-size: cover;
		min-height:375px;
		margin:70px auto auto auto;
		text-shadow:0px 0px 11px #383f4f;
		-webkit-text-shadow:0px 0px 11px #383f4f;
		-moz-text-shadow:0px 0px 11px #383f4f;
		color:#fff;
		letter-spacing:3px;
		text-align:center;
		padding:0 15px;
	}
	#employer .main_v h1 {
		font-size:20px;
		padding-top:30px;
		line-height:150%;
	}
	#employer .main_v h1 span {
		margin-left:-16px;
	}
	#employer .main_v .main {
		font-size:40px;
		font-weight:bold;
		padding-top:20px;
		line-height:140%;
	}
	#employer .main_v .contact_btn {
		clear:both;
		margin:30px 10px 0 ;
	}
	#employer .main_v .contact_btn a {
		font-size:22px;
		width:auto;
	}
	#employer .contact_btn a .sub {
		font-size:12px;
	}
	#employer .contact_s_btn a {
		width:80%;
		display:block;
		background:#99B0B9 url(/assets/img/employer/arrow_white.png) no-repeat 95% 50%;
		background-size:7px;
		margin:20px auto 0;
		font-size:16px;
		padding:9px 0;
		text-decoration:none;
		color:#fff;
		font-weight:bold;
		-moz-border-radius:100px;
		-webkit-border-radius:100px;
		border-radius:100px;
	}
	#employer .contact_s_btn a:hover {
		-webkit-opacity:0.75;
		-moz-opacity:0.75;
		opacity:0.75;
	}

/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/
	/*トップ共通*/
	#employer section {
		margin-bottom:30px;
	}
	#employer h2.main {
		text-align:center;
		font-size:22px;
		padding:10px 0;
		margin-bottom:22px;
		letter-spacing:1px;
	}
	#employer h2.main span {
		border-bottom:#2A416F solid 3px;
		padding-bottom:10px;
	}
	#employer #sec4 ,
	#employer #sec6 ,
	#employer #sec8 {
		background-color:#FAFAFA;
		padding:20px 15px;
	}
	#employer .contactarea p {
		font-size:20px;
		color:#FF3F19;
		line-height:140%;
		margin:0 0 15px;
	}
/* #employer #sec1
----------------------------------------------------*/
	#employer #sec1 {
		font-size:18px;
		text-align:center;
		line-height:140%;
		margin:0 15px;
	}
	#employer #sec1 h2 {
		padding:0 5px;
	}
	#employer #sec1 .wrap_left {
		background:url(/assets/img/employer/sec1_bg1.png) no-repeat 0 100%;
		background-size:40px;
		width:auto;
		margin:20px auto;
	}
	#employer #sec1 .wrap_right {
		background:url(/assets/img/employer/sec1_bg2.png) no-repeat 100% 100%;
		background-size:40px;
		padding:10px 0 0 0;
	}
/* #employer #sec2
----------------------------------------------------*/
	#employer #sec2 {
		background-image:none;
		background-color:#FBF9EE;
		clear:both;
		overflow:hidden;
		padding:0 15px;
		text-align:center;
	}
	#employer #sec2 .inner {
		width:auto;
		padding:20px 0;
	}
	#employer #sec2 canvas {
		width: 170px;
		height: 170px;
	}
	#employer #sec2 .chart-doughnut-01 {
		position: relative;
		width: 170px;
		height: 170px;
		display: block;
		float:none;
		margin:auto;
	}
	#employer #sec2 .chart-doughnut-01 .data {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		width: 150px;
		height: 150px;
		font-size: 56px;
		font-weight: bold;
	}
	@-webkit-keyframes anime1 {
		0% {width: 0px;}
	}
	@keyframes anime1 {
		0% {width: 0px;}
	}
	#employer #sec2 h2 {
		float:none;
		font-size:20px;
		line-height:160%;
		margin:10px 0 0 0;
	}
	#employer #sec2 h2 span {
		color:#B79226;
		font-size:20px;
	}

/* #employer #sec3
----------------------------------------------------*/
	#employer #sec3 .inner {
		width:auto;
	}
	#employer #sec3 .inner .blk {
		border-right:none;
		float:none;
		width:auto;
		min-height:auto;
		padding:0 0 20px 0;
		margin-bottom:20px;
	}
	#employer #sec3 .inner .blk:nth-child(even) {
		border-bottom:#DBDEDE solid 1px;
		border-right:none;
	}
	#employer #sec3 .inner .blk h3 {
		font-size:20px;
		margin-bottom:15px;
		line-height:140%;
	}
	#employer #sec3 .inner .blk img {
		width:75%;
	}
	#employer #sec3 .inner .blk p {
		color:#444;
		width:auto;
		margin:15px 15px 0;
	}
	#employer #sec3 .inner .blk .btn_scl {
		margin:25px 15px 0;
	}
	#employer #sec3 .btm_btn {
		padding-top:10px;
		text-align:center;
	}
	#employer #sec3 .btm_btn .btn_def a {
		padding:15px 40px 15px 30px;
		display:block;
		margin:0 15px;
	}
	#employer #sec8 .faq_wrap .blk {
		width:auto;
	}
	#employer .remodal {
		padding:15px;
	}
/* #employer #sec4
----------------------------------------------------*/
	#employer #sec4 .intro {
		font-size:100%;
		text-align:center;
		margin-bottom:30px;
	}
	#employer #sec4 table {
		text-align:left;
		width:100%;
	}
	#employer #sec4 th {
		vertical-align:middle;
	}
	#employer #sec4 .ttl {
		background:#F0F1F4;
		border:#ddd solid 1px;
		font-weight:bold;
		width:25%;
		padding-left:5px;
		font-size:12px;
	}
	#employer #sec4 .ttl span {
		display:block;
		color:#777;
		font-size:10px;
		line-height:100%;
		margin-left:-6px;
	}
	#employer #sec4 .name {
		background:#EAECEF;
		border:#ddd solid 1px;
		text-align:center;
		font-weight:bold;
		width:35%;
		padding:18px 0;
		font-size:11px;
	}
	#employer #sec4 .name.clutch {
		background:#2C436D;
		border:#ddd solid 1px;
		text-align:center;
		font-weight:bold;
		width:40%;
		border:#2C436D solid 1px;
	}
	#employer #sec4 .name.clutch img {
		width:80%;
		margin-bottom:5px;
	}
	#employer #sec4 td {
		background:#fff;
		border:#ddd solid 1px;
		height:auto;
		vertical-align:middle;
		text-align:center;
		padding:7px 5px;
		font-size:12px;
		line-height:160%;
	}
	#employer #sec4 td.clutch {
		font-size:14px;
		font-weight:bold;
		background:#fff url(/assets/img/employer/sec4_icon1.png) no-repeat 50% 50%;
		background-size:30px;
	}
	#employer #sec4 td.clutch span {
		color:#128C74;
	}
	#employer #sec4 td.icon2 {
		background:#fff url(/assets/img/employer/sec4_icon2.png) no-repeat 50% 50%;
		background-size:30px;
	}
	#employer #sec4 td.icon3 {
		background:#fff url(/assets/img/employer/sec4_icon3.png) no-repeat 50% 50%;
		background-size:30px;
	}
	#employer #sec4 td.icon4 {
		background:#fff url(/assets/img/employer/sec4_icon4.png) no-repeat 50% 50%;
		background-size:30px;
	}
	#employer .sp_none {
		display:none;
	}
/* #employer #sec5
----------------------------------------------------*/
	#employer #sec5 {
		padding:0 15px;
	}
	#employer #sec5 .inner {
		margin-bottom:30px;
		clear:both;
		overflow:hidden;
	}
	#employer #sec5 .intro {
		font-size:18px;
		margin-bottom:30px;
	}
	#employer #sec5 .intro span {
		color:#FF3E00;
		line-height:140%;
	}
	#employer #sec5 .blk_wrap {
		text-align:center;
	}
	#employer #sec5 .blk_top {
		float:none;
		width:auto;
		border-right:#aaa solid 1px;
		border-bottom:#aaa solid 1px;
	}
	#employer #sec5 .blk_btm_wrap {
		width:100%;
		display:table;
	}
	
	#employer #sec5 .blk_btm {
		display: block;
		width:100%;
		border-right:#aaa solid 1px;
		border-bottom:#aaa solid 1px;
	}
	#employer #sec5 .blk_wrap h3 {
		font-size:18px;
		background:#f5f5f5;
		padding:12px 0;
	}
	#employer #sec5 .blk_wrap p {
		margin:12px 10px;
	}
	#employer #sec5 .blk_wrap .price {
		color:#FF4019;
		font-weight:bold;
		font-size:35px;
		margin-bottom:25px;
	}
	#employer #sec5 .blk_wrap .price span {
		font-size:20px;
	}
	#employer #sec5 .blk_btm.pointarea .pointwrap{
		width:auto;
		margin:auto;
	}
	#employer #sec5 .blk_btm.pointarea .point {
		float:none;
		color:#FF4019;
		border:#FF4019 solid 1px;
		font-weight:bold;
		font-size:14px;
		padding:2px 10px;
		margin:0 15px 15px;
	}
	#employer #sec5 .blk_btm.pointarea .price {
		float:none;
		margin-bottom:0;
	}
	#employer #sec5 .blk_btm.pointarea .pointwrap {
		font-size:25px;
	}
	
	#employer #sec5 .message .in {
		background:#f5f5f5;
		margin:1px;
		padding:20px;
		text-align:center;
		font-size:18px;
		color:#2B436C;
		font-weight:bold;
		line-height:160%;
	}
	#employer #sec5 .message .ec {
		position:absolute;
		top:0;
		left:0;
		width:20px;
	}
	#employer #sec9 .caution {
		font-size:12px;
		color:#777;
		text-align:left;
		margin-top:25px;
		line-height:160%;
	}

/* #employer #sec6
----------------------------------------------------*/
	#employer #sec6 .flow_wrap {
		background:none;
		background-size:100%;
		clear:both;
		overflow:hidden;
	}
	#employer #sec6 .flow_in {
		margin-right:0;
	}
	#employer #sec6 .flow_wrap .blk {
		width:auto;
		height:auto;
		float:none;
		margin-right:0;
		margin-bottom:15px;
		background:;
		border:#ddd solid 1px;
	}
	#employer #sec6 .flow_wrap .blk.step1 {
		background:#fff url(/assets/img/employer/sec6_icon1.png) no-repeat 0 10px;
		background-size:50px;
	}
	#employer #sec6 .flow_wrap .blk.step2 {
		background:#fff url(/assets/img/employer/sec6_icon2.png) no-repeat 0 10px;
		background-size:50px;
	}
	#employer #sec6 .flow_wrap .blk.step3 {
		background:#fff url(/assets/img/employer/sec6_icon3.png) no-repeat 0 10px;
		background-size:50px;
	}
	#employer #sec6 .flow_wrap .blk.step4 {
		background:#fff url(/assets/img/employer/sec6_icon4.png) no-repeat 0 10px;
		background-size:50px;
	}
	#employer #sec6 .flow_wrap .blk.step5 {
		background:#fff url(/assets/img/employer/sec6_icon5.png) no-repeat 0 10px;
		background-size:50px;
	}
	#employer #sec6 .flow_wrap .blk.step6 {
		background:#fff url(/assets/img/employer/sec6_icon6.png) no-repeat 0 10px;
		background-size:50px;
	}
	
	#employer #sec6 .flow_wrap .blk h3 {
		font-size:16px;
		padding:13px 0 0 60px;
	}
	#employer #sec6 .flow_wrap .blk p {
		padding:10px 15px 15px;
	}
	
	
/* #employer #sec7
----------------------------------------------------*/
	#employer #sec7 {
		padding:0 15px;
	}
	
	
/* #employer #sec8
----------------------------------------------------*/
	#employer #sec8 .faq_wrap {
		margin-right:0;
		clear:both;
		overflow:hidden;
	}
	#employer #sec8 .faq_wrap .blk {
		background:#ddd;
		margin-right:0;
		margin-bottom:24px;
		float:none;
		width:auto;
		position:relative;
		overflow:hidden;
	}
	#employer #sec8 .faq_wrap .blk dl {
		margin:1px;
		background:#fff;
		padding:15px;
		min-height:auto;
	}
	#employer #sec8 .faq_wrap .blk dt {
		background:url(/assets/img/employer/sec8_icon1.png) no-repeat 0 0;
		background-size:30px;
		color:#2A416F;
		font-weight:bold;
		font-size:17px;
		padding:5px 0 10px 40px;
	}
	#employer #sec8 .faq_wrap .blk dd {
		background:url(/assets/img/employer/sec8_icon2.png) no-repeat 0 0;
		background-size:30px;
		padding:5px 0 0 40px;
	}
	#employer #sec8 .faq_wrap .ec {
		position:absolute;
		top:0;
		left:0;
		width:17px;
	}


/*----------------------------------------------------
	企業 - 特長
----------------------------------------------------*/
	#employer.feature .kv {
		background-color:#F0F1F4;
		margin-top:70px;
	}
	#employer.feature .kv .inner {
		background:url(/assets/img/employer/features_kv_bg.png) no-repeat 40% 95%;
		background-size:200px;
		padding:30px 0 90px;
		text-align:center;
	}
	#employer.feature .kv p {
		font-size:24px;
		color:#2A416F;
		font-weight:bold;
		margin-bottom:10px;
		letter-spacing:1.5px;
	}
	#employer.feature .kv h1 {
		font-size:17px;
		color:#3F3F3F;
		letter-spacing:1px;
	}
	#employer.feature .kv nav {
		border-top:#ddd solid 1px;
		border-bottom:#ddd solid 1px;
		clear:both;
		overflow:hidden;
		background:#fff;
		padding:0 0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	#employer.feature .kv nav .inner_nav {
		width:auto;
		margin:auto;
	}
	#employer.feature .kv nav ul {
		margin:0;
	}
	#employer.feature .kv nav ul li a {
		width:auto;
		margin-right:0;
		border:none;
		border-bottom:#ddd solid 1px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		float:none;
		display:block;
		text-align:left;
		font-size:13px;
		color:#000;
		text-decoration:none;
		padding:7px 0 7px 42px;
	}
	#employer.feature .kv nav ul li.nav1 a {
		background:url(/assets/img/employer/features_nav1.png) no-repeat 10px 50%;
		background-size:24px;
	}
	#employer.feature .kv nav ul li.nav2 a {
		background:url(/assets/img/employer/features_nav2.png) no-repeat 10px 50%;
		background-size:24px;
	}
	#employer.feature .kv nav ul li.nav3 a {
		background:url(/assets/img/employer/features_nav3.png) no-repeat 10px 50%;
		background-size:24px;
	}
	#employer.feature .kv nav ul li.nav4 a {
		background:url(/assets/img/employer/features_nav4.png) no-repeat 10px 50%;
		background-size:24px;
	}
	#employer.feature .kv nav ul li.nav5 a {
		background:url(/assets/img/employer/features_nav5.png) no-repeat 10px 50%;
		background-size:24px;
	}
	#employer.feature .kv nav ul li.nav6 a {
		background:url(/assets/img/employer/features_nav6.png) no-repeat 10px 50%;
		background-size:24px;
	}
	#employer.feature .kv nav ul li a:hover {
		background-color:#f5f5f5;
	}
	#employer.feature section {
		padding:40px 15px 0;
	}
	#employer.feature h2.main_f {
		font-size:20px;
		color:#2A416D;
		border-bottom:#2A416D solid 1px;
		padding-bottom:10px;
		margin-bottom:10px;
		letter-spacing:2px;
	}
	#employer.feature .intro {
		font-size:14px;
		margin-bottom:20px;
	}
	#employer.feature .f_body {
		border-top:#ddd solid 1px;
		clear:both;
		overflow:hidden;
	}
	#employer.feature .f_body .blk {
		border-bottom:#ddd solid 1px;
		padding:18px 10px;
		clear:both;
		overflow:hidden;
	}
	#employer.feature .f_body .blk:nth-child(odd) {
		background-color:#F8F9FA;
	
	}
	#employer.feature h3.f_ttl {
		clear:both;
		overflow:hidden;
		color:#2A416D;
		font-size:20px;
		margin:40px 0 15px;
		padding:6px 0 9px 45px;
	}
	#employer.feature h3.f_ttl.ttl1 {
		background:url(/assets/img/employer/features_ttl1.png) no-repeat 0 0;
		background-size:37px;
	}
	#employer.feature h3.f_ttl.ttl2 {
		background:url(/assets/img/employer/features_ttl2.png) no-repeat 0 0;
		background-size:37px;
	}
	#employer.feature h3.f_ttl.ttl3 {
		background:url(/assets/img/employer/features_ttl3.png) no-repeat 0 0;
		background-size:37px;
	}
	#employer.feature h3.f_ttl.ttl4 {
		background:url(/assets/img/employer/features_ttl4.png) no-repeat 0 0;
		background-size:37px;
	}
	#employer.feature h3.f_ttl.ttl5 {
		background:url(/assets/img/employer/features_ttl5.png) no-repeat 0 0;
		background-size:37px;
	}
	#employer.feature h3.f_ttl.ttl6 {
		background:url(/assets/img/employer/features_ttl6.png) no-repeat 0 0;
		background-size:37px;
	}
	#employer.feature .f_body .blk h4 {
		width:auto;
		float:none;
		background:url(/assets/img/employer/features_icon1.gif) no-repeat 4px 3px;
		background-size:18px;
		padding-left:30px;
		color:#2A416D;
		font-size:17px;
		margin-bottom:5px;
	}
	
	#employer.feature .f_body .blk .detail {
		width:auto;
		float:none;
	}
	#employer.feature .f_body .blk .detail p {
		font-weight:bold;
		font-size:15px;
		margin-bottom:15px;
		padding-left:30px;
	}
	#employer.feature .f_body.first .blk .detail p {
		font-weight:bold;
		font-size:15px;
		margin-bottom:0;
		padding-left:30px;
	}
	#employer.feature .f_body .blk .detail li {
		background:url(/assets/img/employer/features_icon2.png) no-repeat 30px 8px;
		background-size:7px;
		padding-left:45px;
		margin-bottom:3px;
		font-size:14px;
	}
	#employer.feature .f_body .blk .detail .caution {
		margin-top:15px;
	}
	#employer.feature .f_body .blk .detail .caution p {
		font-weight:normal;
		color:#777;
		font-size:12px;
		margin-bottom:0;
		line-height:150%;
	}
	#employer.feature .btn_scl {
		float:none;
		margin:15px 0 0 0;
		display:block;
	}
	#employer .btn_scl a {
		border:#ccc solid 1px;
		border-bottom:#ccc solid 2px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		color:#000;
		text-decoration:none;
		padding:11px 40px 11px 20px;
		background:url(/assets/img/employer/arrow_scale.png) no-repeat 95% 50%;
		background-size:18px;
		clear:both;
		overflow:hidden;
		display: block;
		width:auto;
	}
	#employer .btn_scl a:hover {
		background:#2A416F url(/assets/img/employer/arrow_scale_on.png) no-repeat 95% 50%;
		background-size:18px;
		color:#fff;
		border:#2A416F solid 1px;
		border-bottom:#ccc solid 2px;
	}
	
	#employer.feature .pointarea_wrap {
		background:#aaa;
		position:relative;
		clear:both;
		overflow:hidden;
	}
	#employer.feature .pointarea_wrap .ec {
		position:absolute;
		top:0;
		left:0;
	}
	#employer.feature .point_area {
		background:#fff;
		margin:1px;
		clear:both;
		overflow:hidden;
		padding:30px 20px;
		text-align:center;
	}
	#employer.feature .point_area h2 {
		color:#FF3F19;
		font-size:25px;
		line-height:140%;
		margin-bottom:10px;
	}
	#employer.feature .point_area h2 span {
		background: linear-gradient(transparent 50%, #FCF4CA 50%);
		padding:0 5px;
	}
	#employer.feature .point_area .support {
		border-top:#ddd solid 1px;
		margin-top:25px;
		padding-top:30px;
	}
	#employer.feature .point_area .support h3 {
		font-size:20px;
		margin-bottom:15px;
	}
	#employer.feature .point_area .support h3:before {
		content:'＼ ';
	}
	#employer.feature .point_area .support h3:after {
		content:' ／';
	}
	#employer.feature .scout_point {
		border:#294070 solid 1px;
		padding:15px;
		overflow:hidden;
		margin-bottom:20px;
	}
	#employer.feature .scout_point img {
		width:80%;
		margin:10px auto 0;
	}
	#employer.feature .scout_point .txtarea {
		float:none;
		width:auto;
	}
	#employer.feature .scout_point h4 {
		color:#294070;
		font-size:18px;
		margin:5px 0 7px;
	}
	#employer.feature .scout_point h4 i {
		color:#F1C40F;
		margin-right:5px;
		font-size:150%;
		vertical-align:-2px;
	}
	#employer.feature .scout_point p {
		width:auto;	
	}
	#employer.feature .scout_point .img {
		float:none;
		width:80%;
		margin:auto;
	}
/* #employer #sec9
----------------------------------------------------*/
	#employer #sec9 .one_col {
		float: left;
		width: 30%;
	}
	#employer #sec9 .two_col {
		float: left;
		width: 70%;
	}
	#employer #sec9 .three_col {
		float: left;
		width: 70%;
		box-shadow: none;
	}
	#employer #sec9 .four_col {
		float: left;
		width: 70%;
		box-shadow: none;
	}
	#employer #sec9 .one_col_none {
		display: block;
		clear: both;
		float: left;
		width: 30%;
	}
	#employer #sec9 .two_col .row1 ,
	#employer #sec9 .three_col .row1 ,
	#employer #sec9 .four_col .row1 {
		width: 143%;
		clear: both;
		margin-left: -43%;
		
	}
	#employer #sec9 {
		text-align: center;
		padding: 15px;
	}
	#employer #sec9 .wrap:after {
	  content: "";
	  clear: both;
	  display: block;
	}
	#employer #sec9 .one_col div ,
	#employer #sec9 .one_col_none div {
		padding: 12px 0 12px 10px;
		border: #ccc solid 1px;
		border-bottom: none;
		border-left: none;
		background: #f9f9f9;
		text-align: left;
		vertical-align: middle;
		font-size: 13px;
	}
	#employer #sec9 .one_col div:nth-child(2) {
		border-top: none;
	}
	#employer #sec9 .one_col div:last-child ,
	#employer #sec9 .one_col_none div:last-child {
		border-bottom: #ccc solid 1px;
		margin-bottom:30px; 
	}
	#employer #sec9 .two_col .row1 {
		border-top: #ccc solid 1px;
		border-left: #ccc solid 1px;
		background: #f9f9f9;
		padding: 30px 20px;
	}
	#employer #sec9 .two_col div:first-child {
		border-left: none;
	}
	#employer #sec9 .two_col .row1 h3 ,
	#employer #sec9 .three_col .row1 h3 ,
	#employer #sec9 .four_col .row1 h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#employer #sec9 .two_col div {
		border-bottom: #ccc solid 1px;
		padding: 12px;
	}
	#employer #sec9 .three_col div {
		border-bottom: #ccc solid 1px;
		padding: 12px;
		font-weight: bold;
	}
	#employer #sec9 .four_col div {
		border-bottom: #ccc solid 1px;
		padding: 12px;
		font-weight: bold;
	}
	#employer #sec9 .one_col_none div.row2 {
		border-top: none !important;
	}

	#employer #sec9 .three_col .row1 {
		background: #2c446c;
		padding: 30px 20px;
		color: #fff;
	}
	#employer #sec9 .three_col .cpn ,
	#employer #sec9 .four_col .cpn {
		background: #ff4019;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		border-radius: 20px;
		width: 200px;
		margin: 0 auto 15px auto;
	}
	#employer #sec9 .three_col .row1 p.intro {
		margin-top: 10px;
	}
	#employer #sec9 .three_col .row4 .cpn ,
	#employer #sec9 .four_col .row4 .cpn {
		color: #fff;
	}
	#employer #sec9 .three_col .row4 span {
		font-size: 18px;
		color: #ff4019;
	}
	#employer #sec9 .three_col .row4 span span {
		font-size: 15px;
	}
	#employer #sec9 .three_col .row4 span.conf {
		font-weight: normal;
		color: #777;
		font-size: 14px;
	}
	#employer #sec9 .btn_scl {
		margin: 7px 0;
		font-weight: normal;
		font-size: 13px;
	}
	#employer #sec9 .howto {
		margin: 0px auto 30px auto;
		width: 100%;
		font-size: 13px;
		padding: 5px 10px;
	}

/* ----------------------------------------------------
	#employer footer
---------------------------------------------------- */
	#employer footer {
		clear: both;
		overflow:hidden;
		background-color:#2A416F;
		padding:15px 0 30px;
		color:#fff;
		font-size:13px;
	}
	#employer footer a {
		color:#fff;
		text-decoration:none;
	}
	#employer footer .logo {
		float:none;
		width:auto;
		text-align:center;
		margin-bottom:20px;
	}
	#employer footer .logo img {
		width:150px;
	}
	#employer footer .navarea {
		float:none;
		width:auto;
		text-align:left;
	}
	#employer footer .navarea ul {
		display: block;
		margin-bottom:20px;
		border-top:#16233D solid 1px;
	}
	#employer footer .navarea li {
		display: block;
		padding-left:0;
	}
	#employer footer .navarea li a {
		display: block;
		padding:10px 15px;
		border-bottom:#16233D solid 1px;
		background:url(/assets/img/employer/arrow_white.png) no-repeat 95%;
		background-size:7px;
	}
	#employer footer .copy {
		font-size:12px;
		text-align:center;
		margin-top:20px;
	}
	
	.remodal {
		padding:15px;
	}
	.remodal.sec9_modal5 p {
		text-align: left;
		margin: 20px 0;
		font-size: 16px;
	}
	.remodal.sec9_modal5 p.lc {
		border-top: #ccc solid 1px;
		padding-top: 30px;
	}
	.remodal.sec9_modal5 p span {
		font-weight: bold;
		color: #16AF6C;
		background: #e7f7f0;
		padding: 8px 12px;
		border: #73cfa7 solid 1px;
		margin-right: 7px;
	}

}

