/*==========================================
 HEADER
===========================================*/
.inner {
	width:79.79%;
	max-width:1540px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

.index_scr{
	display:none;
}
/* header */
header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:99;
	height:73px;
}

#top-head {
	font-size: 14px;
	width: 100%;
	margin: 0 auto 0;
	padding: 28px 0 0;
	line-height: 1;
	z-index: 999;
	height:73px;
}
#top-head a,
#top-head {
	color: #838383;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
.head_logo_area a:hover{
	opacity:0.7;
}
.head_logo{
	float: left;
	width:97.5px;
}
.head_logo_text{
	font-size:12px;
	margin:6px 10px 0;
	float:left;
	color:#838383;
}

.navi_right{
	position:absolute;
	right:0;
	top:-30px;
	width:198px;
}


#global-nav ul {
	list-style: none;
	position: absolute;
	right: 210px;
	bottom: 7px;
	font-size: 12px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 15px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #43ea82;
	bottom: -25px;
}
#global-nav ul li.acctive:after{
	background: #43ea82;
	bottom: -25px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 15px;
	height: 50px;
	background: rgba(255,255,255,1) !important;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	box-shadow:0 0 7px #333;
}
#top-head.fixed .index_top{
	display:none;
}
#top-head.fixed .index_scr{
	display:block !important;
}

#top-head.fixed .head_logo_text{
	color:#838383;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

#top-head.fixed .navi_right{
	position:absolute;
	right:0;
	top:-15px;
}
#top-head.fixed #global-nav ul{
	bottom: 8px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -15px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #43ea82;
	bottom: -20px;
}
#top-head.fixed #global-nav ul li.acctive:after{
	background: #43ea82;
	bottom: -20px;
}

/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 5%;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #333;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




@media screen and (max-width: 1140px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 96%;
		padding: 0 20px;
		margin: 0 auto;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 20px;
	}
}


@media screen and (min-width: 901px) and (max-width: 1100px) {

#global-nav ul li a {
	padding: 0 10px;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 10px;
}
}


@media screen and (min-width: 801px) and (max-width: 900px) {
.inner {
		width: 96%;
		padding: 0;
		margin: 0 auto;
	}
#global-nav ul li a {
	padding: 0 5px;
}#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 5px;
}
}



@media screen and (max-width: 800px) {
header{
	height:50px;
}
	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	height:50px;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		width: 100%;
		height: 50px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	.head_logo_area{
		position:absolute;
		left:5%;
		top:15px;
	}

	#global-nav {
		position: absolute;
		top: -505px;
		background: linear-gradient(-135deg, #38f8d4, #43ea80);
		width: 100%;
		text-align: center;
		padding:  0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 16px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-bottom:1px #fff solid;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

#global-nav li img{
	width:242px !important;
}
#top-head.fixed #nav-toggle span {
	background: #00311b;
}

}

/*==========================================
 SERVICE
===========================================*/

.title_bg_service{
	width:100%;
	height:150px;
	background:url(../images/title_bg_service.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	display:table;
	margin-top:73px;
}

@media screen and (max-width: 800px) {
.title_bg_service{
	margin-top:50px;
}
}
.title_inner{
	color:#fff;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}

.title_inner p{
	text-align:center;
	font-size:40px;
	font-family: 'font';
}

.title_inner h2{
	text-align:center;
	font-size:14px;
	font-weight:normal;
	margin-top:12px;
}

.content_wrap{
	max-width:1146px;
	margin: 20px auto 0;
}
@media screen and (max-width: 1180px) {
.content_wrap{
	max-width:90%;
	margin: 15px auto 0;
}
}


.breadcrumb ul{
	font-size:0;
}
.breadcrumb li{
	font-size:14px;
	line-height:22px;
	display:inline-block;
	color:#838383;
}
.breadcrumb li:after{
	content:">";
	margin:0 10px;
}

.breadcrumb li:last-child:after{
	content:"";
}
.breadcrumb li a{
	color:#333;
	text-decoration:underline;
}
.breadcrumb li a:hover{
	color:#838383;
	text-decoration:underline;
}

/*==========================================
 SERVICE
===========================================*/

@media screen and (min-width: 1081px){

.service_content_wrap{
	display:flex;
	width:94%;
	max-width:1146px;
	margin: 60px auto 0;
}

.service_content_box{
	width:32%;
	margin-right:1.5%;
}
.service_content_box:last-child{
	margin-right:0;
}

.service_icon{
	width:93px;
	margin: 0 auto;
}

.service_icon01 {
    background: url("../images/service_icon01_off.png") no-repeat;
}
a .service_icon01  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon01_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon01  {
    background: url("../images/service_icon01_on.png") no-repeat;
}
.service_icon02 {
    background: url("../images/service_icon02_off.png") no-repeat;
}
a .service_icon02  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon02_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon02  {
    background: url("../images/service_icon02_on.png") no-repeat;
}
.service_icon03 {
    background: url("../images/service_icon03_off.png") no-repeat;
}
a .service_icon03  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon03_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon03  {
    background: url("../images/service_icon03_on.png") no-repeat;
}

.service_content_box h2{
	color:#2e2e2e;
	margin:12px 0 20px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}

.service_content_box p{
	color:#838383;
	text-align:center;
	font-weight:300;
	line-height:28px;
	font-size:15px;
}
.service_content_box a{
	text-decoration:none;
}
}

@media screen and (max-width: 1080px) {

.service_content_wrap{
	width:90%;
	margin:10vw auto 0;
	display:flex;
}

.service_content_box{
	width:32%;
	margin-right:1.5%;
}
.service_content_box:last-child{
	margin-right:0;
}

.service_icon{
	width:93px;
	margin: 0 auto;
}

.service_icon01 {
    background: url("../images/service_icon01_off.png") no-repeat;
}
a .service_icon01  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon01_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon01  {
    background: url("../images/service_icon01_on.png") no-repeat;
}
.service_icon02 {
    background: url("../images/service_icon02_off.png") no-repeat;
}
a .service_icon02  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon02_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon02  {
    background: url("../images/service_icon02_on.png") no-repeat;
}
.service_icon03 {
    background: url("../images/service_icon03_off.png") no-repeat;
}
a .service_icon03  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon03_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon03  {
    background: url("../images/service_icon03_on.png") no-repeat;
}

.service_content_box h2{
	color:#2e2e2e;
	margin:12px 0 20px;
	text-align:center;
	font-weight:bold;
	font-size:17px;
}

.service_content_box p{
	color:#838383;
	text-align:center;
	font-weight:300;
	line-height:28px;
	font-size:14px;
}
.service_content_box a{
	text-decoration:none;
}	
	
}

@media screen and (max-width: 480px) {

.service_content_wrap{
	width:90%;
	margin: 10vw auto 0;
	display:flex;
}

.service_content_box{
	width:30%;
	margin-right:5%;
}
.service_content_box:last-child{
	margin-right:0;
}

.service_icon{
	width:93px;
	margin: 0 auto;
}

.service_icon01 {
    background: url("../images/service_icon01_off.png") no-repeat;
}
a .service_icon01  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon01_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon01  {
    background: url("../images/service_icon01_on.png") no-repeat;
}
.service_icon02 {
    background: url("../images/service_icon02_off.png") no-repeat;
}
a .service_icon02  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon02_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon02  {
    background: url("../images/service_icon02_on.png") no-repeat;
}
.service_icon03 {
    background: url("../images/service_icon03_off.png") no-repeat;
}
a .service_icon03  {
    width: 93px;
    height: 116px;
    background: url("../images/service_icon03_off.png") no-repeat;
    display: block;
    text-indent: -9999px;
}
a:hover .service_icon03  {
    background: url("../images/service_icon03_on.png") no-repeat;
}

.service_content_box h2{
	color:#2e2e2e;
	margin:12px 0 20px;
	text-align:center;
	font-weight:bold;
	font-size:3.2vw;
}

.service_content_box a{
	text-decoration:none;
}	
	
}

.service_wrap{
	width:96%;
	max-width:1146px;
	margin:100px auto 0;
}
.service_wrap02{
	width:96%;
	max-width:1146px;
	margin:100px auto 0;
}
.service_wrap03{
	width:96%;
	max-width:1146px;
	margin:100px auto 170px;
}
@media screen and (max-width: 1080px) {
.service_wrap{
	width:90%;
	margin:10vw auto 0;
}
.service_wrap02{
	width:90%;
	margin:10vw auto 0;
}
.service_wrap03{
	width:90%;
	margin:10vw auto 10vw;
}

}

p.service_content_sub_title{
	font-size:12px;
	color:#838383;
	font-weight:300;
	text-align:center;
	margin:35px 0 15px;
}

h2.service_content_title{
	font-size:30px;
	color:#43ea80;
	text-align:center;
}

.service_content_text{
	margin-top:40px;
}
.service_content_text p{
	font-size:15px;
	line-height:28px;
	color:#838383;
	font-weight:300;
	text-align:justify;
}



/*==========================================
 WORKS
===========================================*/

.title_bg_works{
	width:100%;
	height:150px;
	background:url(../images/title_bg_works.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	display:table;
	margin-top:73px;
}
@media screen and (max-width: 800px) {
.title_bg_works{
	margin-top:50px;
}
}

.works_ar_wrap{
	width:94%;
	max-width:1146px;
	margin: 60px auto 170px;
}
@media screen and (max-width: 1080px) {
.works_ar_wrap{
	width:94%;
	max-width:1146px;
	margin: 60px auto 10vw;
}
}
@media screen and (max-width: 800px) {
.works_ar_wrap{
	width:90%;
	max-width:1146px;
	margin: 5vw auto 10vw;
}
}
.works_ar_box_wrap{
	margin-bottom:80px;
}

.works_ar_box_wrap a{
	text-decoration:none;
}
.works_ar_box_wrap:hover{
	background:rgba(67,234,128,.2)
}

.works_ar_box_inner{
	width:100%;
	display:flex;
}


.works_ar_box_thum{
	width:48%;
	margin-right:4%;
}
.works_ar_box_text_area{
	width:44%;
}
.works_ar_box_cate{
	font-size:14px;
	color:#838383;
	padding:20px 0 10px;
}

.works_ar_box_title{
	height:72px;
	overflow-y:hidden;
}
.works_ar_box_title h2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight:bold;
	font-size:24px;
	line-height:36px;
	color:#2e2e2e;
}

.works_ar_box_text{
	height:104px;
	overflow-y:hidden;
	padding-top:20px;
}
.works_ar_box_text p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-weight:300;
	font-size:15px;
	line-height:28px;
	color:#838383;
}

.works_ar_box_btn{
	font-size:14px;
	padding-top:30px;
	color:#43ea80;
	font-weight:300;
}


@media screen and (max-width: 1080px) {
	
.works_ar_box_cate{
	padding:10px 0 10px;
}

.works_ar_box_text{
	height:66px;
	padding-top:10px;
}
.works_ar_box_text p{
	-webkit-line-clamp: 2;
}
.works_ar_box_btn{
	padding-top:15px;
}

}

@media screen and (max-width: 800px) {
	
.works_ar_box_inner{
	display:block;
}

.works_ar_box_thum{
	width:100%;
}
.works_ar_box_text_area{
	width:90%;
	margin: 0 auto;
	padding-bottom:20px;
}
.works_ar_box_cate{
	font-size:14px;
	color:#838383;
	padding:20px 0 10px;
}

.works_ar_box_title{
	height:72px;
	overflow-y:hidden;
}
.works_ar_box_title h2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight:bold;
	font-size:24px;
	line-height:36px;
	color:#2e2e2e;
}

.works_ar_box_text{
	height:104px;
	overflow-y:hidden;
	padding-top:20px;
}
.works_ar_box_text p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-weight:300;
	font-size:15px;
	line-height:28px;
	color:#838383;
}

.works_ar_box_btn{
	font-size:14px;
	padding-top:30px;
	color:#43ea80;
	font-weight:300;
}


}

@media screen and (max-width: 400px) {
.works_ar_box_wrap{
	margin-bottom:7vw;
	box-shadow:1px 1px 5px #666;}
.works_ar_box_wrap:first-child{
	margin-top:10vw;
}
.works_ar_box_text_area {
	width:90%;
	margin: 0 auto;
}
}

/*==========================================
 WORKS-SINGLE
===========================================*/

.works_si_wrap{
	width:94%;
	max-width:1166px;
	margin: 60px auto 0;
}

.works_si_under_wrap{
	width:94%;
	max-width:1146px;
	margin: 60px auto 0;
}

.works_si_cate{
	font-size:12px;
	text-align:center;
	color:#838383;
	font-weight:300;
}
.works_si_cate a{
	color:#838383;
	text-decoration:none;
}
.works_si_cate a:hover{
	color:#2e2e2e;
}

.works_si_title{
	font-size:34px;
	line-height:50px;
	text-align:center;
	margin-top:20px;
	color:#2e2e2e;
}

.works_si_copy{
	font-size:18px;
	line-height:36px;
	text-align:center;
	margin-top:40px;
	color:#838383;
	font-weight:300;
}

.works_si_text_wrap{
	width:100%;
	margin:70px 0 170px;
	display:flex;
}


.works_si_text_box{
	width:30%;
	margin-right:5%;
	font-size:15px;
	line-height:28px;
	font-weight:300;
	color:#838383;
	text-align:justify;
}

.works_si_text_box:last-child{
	margin-right:0;
}

@media screen and (max-width: 1080px) {
.works_si_text_wrap{
	width:100%;
	margin:5vw 0 10vw;
}

}
@media screen and (max-width: 800px) {
.works_si_text_wrap{
	display:block;
}

.works_si_text_box{
	width:100%;
	margin-right:0;
	margin-bottom:3vw;
	font-size:15px;
	line-height:28px;
	font-weight:300;
	color:#838383;
	text-align:justify;
}
.works_si_copy{
	text-align:left;
}

.slide-arrow{
	display:none !important;
}
}
/*==========================================
 COMPANY
===========================================*/


@media screen and (min-width: 800px) {
	
.title_bg_company{
	width:100%;
	height:150px;
	background:url(../images/title_bg_company.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	display:table;
	margin-top:73px;
}


.company_wrap{
	width:94%;
	max-width:1166px;
	margin: 100px auto 0;
	position:relative;
}

.company_wrap h2{
	font-size:34px;
	color:#2e2e2e;
}
.company_wrap h2 span{
	background:linear-gradient(transparent 70%, #39f7d0 70%);
}

.company_top_wrap{
	width:100%;
	display:flex;
	position:relative;
	margin-top:40px;
}
.company_thum{
	position:absolute;
	max-width:30%;
	bottom:0;
	right:0;
}
.company_smile{
	position:absolute;
	max-width:30%;
	top:-25%;
	right:-5%;
}
.company_text_area{
	width:100%;
	font-size:15px;
	line-height:28px;
	color:#838383;
	text-align:justify;
	font-weight:300;
}

.company_syomei{
	max-width:279px;
	position:absolute;
	bottom:-60px;
	right:0;
}


.company_under_wrap{
	width:100%;
	margin: 80px auto 170px;
	background:#f5f8f5;
	padding:60px 0;
}

.company_under_inner{
	width:94%;
	max-width:1166px;
	margin: 0 auto;
}

.company_box{
	width:100%;
	border-top:2px #e9f1f6 solid;
	display:flex;
}
.company_box:last-child{
	border-bottom:2px #e9f1f6 solid;
}
.company_th{
	width:25%;
	padding:25px 6% 25px 6%;
	vertical-align:middle;
	font-size:15px;
	font-weight:300;
	color:#838383;
}
.company_td{
	width:75%;
	padding:25px 5% 25px 0;
	vertical-align:middle;
	font-size:15px;
	font-weight:300;
	color:#2e2e2e;
	line-height:28px;
}
}
@media screen and (max-width: 800px) {

.title_bg_company{
	margin-top:50px;
}
.company_wrap{
	width:90%;
	margin: 10vw auto 60px;
	position:relative;
}

.title_bg_company{
	width:100%;
	height:150px;
	background:url(../images/title_bg_company.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	display:table;
	margin-top:50px;
}

.company_wrap h2{
	font-size:6vw;
	line-height:10vw;
	color:#2e2e2e;
}
.company_wrap h2 span{
	background:linear-gradient(transparent 70%, #39f7d0 70%);
}

.company_top_wrap{
	width:100%;
	position:relative;
	margin-top:7vw;
}

.company_text_area{
	width:100%;
	font-size:15px;
	line-height:28px;
	color:#838383;
	text-align:justify;
	font-weight:300;
	margin-bottom:3vw;
}
.company_text_area02{
	width:100%;
	font-size:15px;
	line-height:28px;
	color:#838383;
	text-align:justify;
	font-weight:300;
	padding-bottom:50%;
}

.company_thum{
	position:absolute;
	max-width:30%;
	bottom:0;
	right:0;
}
.company_smile{
	position:absolute;
	max-width:60%;
	bottom:-12%;
	right:1%;
}
.company_syomei{
	max-width:50%;
	position:absolute;
	bottom:-8%;
	left:0;
}


.company_under_wrap{
	width:100%;
	margin: 10vw auto;
	background:#f5f8f5;
	padding:60px 0;
}

.company_under_inner{
	width:94%;
	max-width:1166px;
	margin: 0 auto;
}

.company_box{
	width:100%;
	border-top:2px #e9f1f6 solid;
}
.company_box:last-child{
	border-bottom:2px #e9f1f6 solid;
}
.company_th{
	width:90%;
	padding:15px 5% 15px;
	vertical-align:middle;
	font-size:15px;
	font-weight:300;
	color:#838383;
}
.company_td{
	width:90%;
	padding:0 5% 15px;
	vertical-align:middle;
	font-size:15px;
	font-weight:300;
	color:#2e2e2e;
	line-height:28px;
}
}


/*==========================================
 RECRUIT
===========================================*/

.title_bg_recruit{
	width:100%;
	height:150px;
	background:url(../images/title_bg_recruit.jpg) no-repeat;
	background-size:cover;
	background-position:center;
	display:table;
	margin-top:73px;
}

.recruit_wrap{
	width:94%;
	max-width:1166px;
	margin: 100px auto 0;
}

.recruit_wrap h2{
	font-size:22px;
	line-height:36px;
	color:#2e2e2e;
}

.recruit_content_wrap{
	width:100%;
	margin:80px 0;
	display:flex;
	flex-wrap: wrap;
}


.recruit_content_box h3{
	font-size:20px;
	line-height:30px;
	color:#43ea80;
	margin-bottom:25px;
}
.recruit_content_box p{
	font-size:15px;
	line-height:28px;
	color:#838383;
	text-align:justify;
}

.company_under_inner p{
	color:#2e2e2e;
	margin:12px 0 5px;
	text-align:center;
	font-weight:bold;
	font-family: 'font';
	font-size:34px;
}

.company_under_inner h2{
	color:#838383;
	text-align:center;
	font-weight:300;
	line-height:28px;
	font-size:12px;
	margin-bottom:60px;
}
@media screen and (min-width: 1081px) {
.recruit_content_box{
	width:30% !important;
	margin:0 5% 50px 0;
}
.recruit_content_box:nth-child(3n){
	margin-right:0;
}
}
@media screen and (min-width: 801px) and (max-width: 1080px) {
.recruit_content_box{
	width:45% !important;
	margin:0 5% 50px 0;
}
.recruit_content_box:nth-child(2n){
	margin-right:0;
}	
}

@media screen and (max-width: 800px) {
.title_bg_recruit{
	margin-top:50px;
}
.recruit_wrap h2{
	font-size:6vw;
	line-height:10vw;
	color:#2e2e2e;
}

.recruit_wrap{
	width:90%;
	margin: 10vw auto 0;
}

.recruit_content_wrap{
	width:100%;
	margin:5vw 0;
	display:flex;
	flex-wrap: wrap;
}

.recruit_content_box{
	width:100% !important;
	margin:0 0 7vw 0;
}

.recruit_content_box h3{
	font-size:5vw;
	line-height:8vw;
	color:#43ea80;
	margin-bottom:10px;
}
.recruit_content_box p{
	font-size:15px;
	line-height:28px;
	color:#838383;
	text-align:justify;
}	

.company_under_inner p{
	color:#2e2e2e;
	margin:0 0 5px;
	text-align:center;
	font-weight:bold;
	font-family: 'font';
	font-size:6vw;
}

.company_under_inner h2{
	color:#838383;
	text-align:center;
	font-weight:300;
	line-height:20px;
	font-size:12px;
	margin-bottom:60px;
}
}



.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
        text-align: center;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
	border:1px #38f8d4 solid;
	color:#38f8d4
}
.pagination a:hover{
	color: #fff;
  background: linear-gradient(-135deg, #38f8d4, #43ea80);
	border:1px #38f8d4 solid;
}
.pagination .current{
  padding: 10px 15px 10px 15px;
	color: #fff;
  background: linear-gradient(-135deg, #38f8d4, #43ea80);
	border:1px #38f8d4 solid;
}
@media only screen and (max-width: 413px) {
.pagination {
  font-size: 12px;
  line-height: 12px;
}
.pagination span, .pagination a {
  padding: 8px 10px 8px 10px;
}
.pagination .current{
  padding: 8px 10px 8px 10px;
}
}