@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, #gFooter, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-tap-highlight-color:rgba(0,0,0,0);

}


img,figure, figcaption, #gFooter, header,
menu, nav, output, ruby,  summary,
time, mark, audio, video,a {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
#gFooter, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,a:link {
	color:inherit;
	text-decoration: none;
}
a:visited {
	color:inherit;
	text-decoration: none;
}
a:hover {
	color:inherit;
	text-decoration: none;
}
a:active {
	color:inherit;
	text-decoration: none;
}


.active {
opacity: 0.5;
pointer-events: none;
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.clearfix:after {
    content:"";
    display:block;
    clear:both;
}


@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

html,body{
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	font-family:'Roboto','Helvetica Neue',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",YuGothic, 'Yu Gothic',sans-serif;

}

::selection {
	background:rgba(180,180,180,1);; /* Safari */
}

::-moz-selection {
	background:rgba(180,180,180,1);; /* Firefox */
}

html *{/*
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;*/
	margin: 0px;
	padding: 0px;
	webkit-tap-highlight-color:rgba(180,180,180,1);
	tap-highlight-color:rgba(180,180,180,1);
}
body {
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
	text-align: center;
	line-height: 1;
}

p{
	font-size:15px;
	font-size:1.5rem;

}


h1{
	font-size:62px;
	font-size:6.2rem;
	font-weight: 500;
	letter-spacing: 0.065em;
	line-height: 1.65;
}

h2{
	font-size:36px;
	font-size:3.6rem;
	font-weight: bold;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

h3{
	font-size:58px;
	font-size:5.8rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.75;
}



/* #cover{
	z-index: 2000;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: #FFF;
} */

@media screen and (max-width: 768px) {
	.pc{
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.sp{
		display: none !important;
	}
}

#gheader{
	position: fixed;
	width: 100%;
	z-index: 1001;
	top:0;
	left: 0;
	height: 90px;
	transition: all 300ms 0s ease;
}
#gheader p.logo {
	position: fixed;
	top:30px;
	left: 25px;
	font-size: 1.7rem;
	color: #999;
	transition: all 300ms 0s ease;
}
#gheader p.logo img {
	vertical-align: middle;
	transition: all 300ms 0s ease;
	margin-right:8px;
	margin-top: -10px;
}
#gheader.s_on p.logo {
	top: 15px;
	left: 20px;
}
#gheader.s_on p.logo img {
	height: 40px;
}
#gheader p.logo a {
	letter-spacing: 0.025em !important;
}
#gheader._index p.logo a {
	color: #fff;
}
#gheader._index p.logo a img {
	filter: brightness(0) invert(1);
}
#gheader._index.s_on p.logo a {
	color: inherit;
}
#gheader._index.s_on p.logo a img {
	filter: none;
}

#gheader.s_on {
	background-color: #FFF;
	height: 60px;
}


#footer_img{
	margin: 0px 0 0px;
	height: 360px;
	width: 100%;
	background: url(/wp-content/themes/uhuru/career/recruit/img/culture/f.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.w_btn{
	width: 220px;
	margin: 50px auto 80px;
}

#gFooter{
	padding: 0px 0 5px;
	width: 100%;
	background-color:rgba(255,255,255,1);
}


#gFooter ul {
	margin: 0 auto 130px;
	width: 824px;
	overflow: hidden;
	zoom: 1;
}

#gFooter ul li {
	width: 412px;
	float: left;
	font-size: 2rem;
	font-weight: bold;
}

#gFooter ul li a {
	padding: 38px 18px 39px 0;
	display: block;
	color: #333;
	border: 3px solid #000;
	letter-spacing: 2.5px;
}

#gFooter ul li a span {
	font-size: 2.2rem;
}

#gFooter ul li:first-child a {
	border-right: none;
}

#gFooter .pageTop {
	margin-bottom: 50px;
}

#gFooter .fBox {
	color: #333;
	font-size: 1.1rem;
	overflow: hidden;
	zoom: 1;
	letter-spacing: 1.5px;
}

#gFooter .fBox .siteTxt {
	float: left;
	width: 400px;
}

#gFooter .fBox .siteTxt img{
	vertical-align: middle;
}
#gFooter .fBox .siteTxt a {
	padding-right: 15px;
	font-size: 1rem;
	color: #000;
	vertical-align: middle;
}
#gFooter .fBox .siteTxt a:before,
#gFooter .fBox .siteTxt a:after{
	background-color: #FFF;
	margin-right: 20px;
}

#gFooter .fBox .copyright {
	float: right;
	letter-spacing:0.1px;
	font-size: 1rem;
	margin-top: 25px;
	margin-right: 30px;

}
#gheader nav {
	width: auto;
/* 	width: 510px; */
}
nav {
	width: auto;
/* 	width: 510px; */
	position: absolute;
	right: 300px;
/* 	right: 180px; */
	top:40px;
}
nav ul li{
	float: left;
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	position: relative;
}
nav ul li::after{
	width: 0%;
	height: 1px;
	background-color: #222;
	content: "";
	position:absolute;
	top:16px;
	left: 0;
	transition: all .3s;
}
nav ul li.on_l::after{
	width: 100%;
	height: 1px;
	background-color: #222;
	content: "";
	position:absolute;
	top:16px;
	left: 0;
}

nav ul li.on_r::after{
	width: 0;
	height: 1px;
	background-color: #000;
	content: "";
	position:absolute;
	top:16px;
	left: auto;
	right: 0;
}
nav ul li.ac::after{
	width: 100%;
	height: 1px;
	background-color: #000;
	content: "";
	position:absolute;
	top:16px;
	left: 0;
}
#dFooter{
	display: none;
	width: 100%;
	background-color: #222;
}
#dFooter_in{
	padding: 0px 0 5px;
	width: 100%;
	max-width: 980px;
	background-color: #222;
	padding: 160px 0 0;
	margin: 0 auto 0;
}


#dFooter_in h2{
	font-size: 3.2rem;
	margin-bottom:5px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 100%;
	letter-spacing: 0.05em;
}
#dFooter_in>.sub_title{
margin-bottom: 75px;
position: relative;
text-align: center;
width: 100%;
letter-spacing: 0.05em;
font-family:'Lato','sans';
margin-left: -0.25em;
}
#dFooter .content_box{
	width: 100%;
	padding: 0 0 10px 40px;
	box-sizing: border-box;
}


#dFooter .content_box>div{
	width: 30%;
	height: auto;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 3%;
	margin-bottom: 70px;
}

#dFooter #new_graduate{
	width: 100%;
	margin-top: 30px;
	text-align: center;
}


#dFooter .new_graduate_btn{
	height: 120px;
	width: 420px;
	display: table;
	background-color: #000;
	border: 2px solid #91b122;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}

#dFooter .new_graduate_btn p{
	font-size: 26px;
	color: #91b122;

	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#dFooter .new_graduate_btn span{
	font-size: 12px;
	color: #CCC;
	margin-top: 10px;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid #CCC;

}


#dFooter .content_box>div>div{

	text-align: left;
	margin:auto;

}

#dFooter .content_box>div>div>h3{
	font-size: 26px;
	font-weight: bold;
	color: #91b122;
	position: relative;
	margin-bottom:20px;
	line-height: 1.3;
}
#dFooter .content_box>div>div>h3 span{
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-top:12px;
}

#dFooter .content_box>div>div>p{
	font-size: 12px;
	margin-top: 12px;
	position: relative;
}
#dFooter .content_box>div>div>p a{
	line-height: 1.45;
}


#dFooter .content_box>div>div>h3:after{
	content: "01";
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	top:-35px;
	left: 0;
}

#dFooter .content_box>div:nth-child(3n)::after{
width: 0px;
}

#dFooter .content_box>div:nth-child(2)>div>h3:after{
	content: "02";
}
#dFooter .content_box>div:nth-child(3)>div>h3:after{
	content: "03";
}
#dFooter .content_box>div:nth-child(4)>div>h3:after{
	content: "04";
}
#dFooter .content_box>div:nth-child(5)>div>h3:after{
	content: "05";
}
#dFooter .content_box>div:nth-child(6)>div>h3:after{
	content: "06";
}
#dFooter .content_box>div:nth-child(7)>div>h3:after{
	content: "07";
}
#dFooter .content_box>div:nth-child(8)>div>h3:after{
	content:"08";
}
#dFooter .content_box>div:nth-child(9)>div>h3:after{
	content:"09";
}
#dFooter .content_box>div:nth-child(10)>div>h3:after{
	content:"10";
}
#dFooter .content_box>div:nth-child(11)>div>h3:after{
	content:"11";
}
#dFooter .content_box>div:nth-child(12)>div>h3:after{
	content:"12";
}
#dFooter .content_box>div:nth-child(13)>div>h3:after{
	content:"13";
}
#dFooter .content_box>div:nth-child(14)>div>h3:after{
	content:"14";
}


#gheader .entry_btn {
	position: fixed;
/* 	right: 0; */
	right: 133px;
	top:0px;
	width: 133px;
	height: 90px;
	z-index: 200;
	display: table;
	background-color: #91b122;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#gheader .entry_btn:hover {
	background: #84A317;
}
#gheader.s_on .entry_btn{
	height: 60px;
}
#gheader .entry_btn.on{
	width: 105px;
}
#gheader.on .entry_btn{
	background-color: #FFF;
	text-align: center;
}



#gheader .entry_btn a {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	width: 133px;
	height: 90px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#gheader .entry_btn a:hover {
	color: #fff;
}
#gheader.s_on .entry_btn{
	height: 60px;
}
#gheader .entry_btn.on{
	width: 105px;
}
#gheader.on .entry_btn{
	background-color: #FFF;
	text-align: center;
}
#gheader.on .entry_btn a{
	color: #000;
}
#gheader.s_on .entry_btn a{
	height: 60px;
}

#gheader .entry_btn-newGraduate {
	position: fixed;
	right: 0;
	top: 0px;
	width: 133px;
	height: 90px;
	z-index: 200;
	display: table;
	background-color: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#gheader .entry_btn-newGraduate a {
	display: table-cell;
	vertical-align: middle;
	color: rgba(145,177,34,1);
	width: 133px;
	height: 90px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-top: 1px solid rgb(145,177,34);
	border-right: 1px solid rgb(145,177,34);
	border-bottom: 1px solid rgb(145,177,34);
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
#gheader .entry_btn-newGraduate:hover {
	background-color: rgba(145,177,34,1);
}
#gheader .entry_btn-newGraduate:hover a {
	color: #fff;
}
#gheader .entry_btn-newGraduate:hover a path {
	stroke: #fff;
}
#gheader.s_on .entry_btn-newGraduate,
#gheader.s_on .entry_btn-newGraduate a {
	height: 60px;
}
#gheader .entry_btn-newGraduate.on {
	width: 105px;
}
#gheader.on .entry_btn-newGraduate {
	background-color: #FFF;
	text-align: center;
}

#gheader #gnavi{
width: 430px;
height: 100vh;
position: fixed;
top:0;
right: -430px;
color: #FFF;
text-align: left;
background-color: #000;
letter-spacing: 0.065em;
-webkit-transition: all .6s;
		transition: all .6s;
}

#gheader.on #gnavi{
	right: 0;
}


#gheader #gnavi #nav_link li{
	margin-bottom: 20px;
}


#gheader #gnavi #nav_link li.dia{
	margin-bottom: 3px;
}

#gheader #gnavi #nav_link li p{
	font-size: 2rem;
}

#gheader #gnavi #nav_link{
	padding-top: 50vh;
	margin: -270px 0 0 90px;
	font-size: 2rem;
	font-weight: bold;
}
#gheader.s_on nav{
	top:22px;
	transition: all 300ms 0s ease;
}

#gheader #gnavi #site_link{
	margin: 40px 0 0 90px;
	font-size: 1.1rem;
	font-weight: bold;
}
#gheader #gnavi #site_link li{
	margin-bottom: 20px;
}
#gheader #gnavi a{
	color: #FFF;
}
#gheader #gnavi #nav_link a.main_btn{
	position: relative;
}
#gheader #gnavi #nav_link a.main_btn::before{
	content: "";
	width: 12px;
	background-color: #888;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -26px;
}
#gheader #gnavi a span{
	color: #FFF;
	margin-left: 35px;
	font-size: 1.4rem;
	display: inline-block;
	position: relative;
}

#gheader #gnavi a span::before{
	content: "";
	width: 12px;
	background-color: #888;
	height: 1px;
	position: absolute;
	top: 40%;
	left: -26px;
}

.more_black_f{
	font-weight: bold;
	position: relative;
	color: #000;
	webkit-transition: all .35s;
	transition: all .35s;
	background-color: #FFF;

}
.more_black_f::after{
	content: "";
	height: 1px;
	width: 40px;
	position: absolute;
	background-color: #000;
	right: 24px;
	top: 50%;
	margin-top:5px;
	webkit-transition: all .35s;
	transition: all .35s;
}
.more_black_f::before{
	content: "";
	height: 1px;
	width: 7px;
	transform: rotate(45deg);
	position: absolute;
	background-color: #000;
	right: 24px;
	top: 50%;
	margin-top:2px;
	webkit-transition: all .35s;
	transition: all .35s;
}
.more_black_f.on{
	color: #FFF !important;
	background-color: #000;
}
.more_black_f.on::after{
	width: 54px;
	right: 10px;
	background-color: #FFF;
}
.more_black_f.on::before{
	right: 10px;
	background-color: #FFF;
}


#gheader .menu_btn{
	width: 60px;
	height: 60px;
	position: fixed;
	left: 0;
	top:0;
	z-index: 1000
}
#gheader .menu_btn span{
	width: 24px;
	height: 2px;
	position: fixed;
	display: block;
	left: 20px;
	top:20px;
	background-color: #000;
		transition: all 400ms 0s ease;
}
#gheader .menu_btn span:nth-child(2n){
	top:26px;
		transition: all 400ms 0s ease;
}

#gheader .menu_btn span:nth-child(3n){
	top:32px;
		transition: all 400ms 0s ease;
}

#gheader.h_on .menu_btn span{
	width: 24px;
	height: 2px;
	position: fixed;
	display: block;
	left: 20px;
	top:25px;
	background-color: #FFF;
		transform: rotate(-45deg);
}
#gheader.h_on .menu_btn span:nth-child(2n){
	top:26px;
	opacity: 0;

}

#gheader.h_on .menu_btn span:nth-child(3n){
	top:25px;
	transform: rotate(45deg);
}

.btnBox .link a{
	transition: all 350ms;
}
.btnBox .link a:hover{
	background: #FFF;
 	border: solid 1px #91b122;
 	color: #91b122;
}

@media screen and (max-width: 768px) {
	#gheader.s_on p.logo{
		left: 50px;
		display: none !important;
	}
	.infiniteslide,#index,body{

	}
	#gheader{
		width: 100vw;
	}
	nav{
		background-color:rgba(0,0,0,0);
		width: 100vw;
		height: 100vh;position: absolute;left: 0;
		right: auto;
		top:0 !important;
		margin-top: 0 !important;
		color: #FFF;
		display: none;
		transition: all 1200ms 0s ease;
		opacity: 0;

	}
	.h_on nav{
		display: table;
		opacity: 1;
		background-color:rgba(0,0,0,0.8);
	}
	nav ul{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		text-align: center;
	}
	nav ul li:first-child{
	margin-top: 40px;
}
	nav ul li{
		width: 100%;
		margin: 0;
	}
	nav ul .sp{
		margin-top: 20px;
		font-size: 1.8rem;
		letter-spacing: 0.045em;
	}
	nav ul li a{
		font-size: 1.5rem;
	}
		nav ul li a img{
			vertical-align: text-top;
			margin: -8px auto 15px;
		}
	nav ul li a{
		width: 100%;
		margin: 0;
		padding: 20px 0;
		display: block;
		font-size: 18px;
	}
	nav ul .sp a{
		font-size: 1.4rem;
	}
	#gheader .entry_btn{
		width: 60px;
		height: 60px;
		z-index: 200;
	}
	#gheader .entry_btn a {
		color: #FFF;
/* 		width: 60px; */
		height: 60px;
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#gFooter {
		width: 100vw;
		background-color: #FFF;
	}
	#gFooter .fBox{
		height: 130px;
	}
	#gFooter .fBox .siteTxt {
		float: none;
		width: 100vw;
	}
#gFooter .fBox .siteTxt a:first-child{
	display: block;
	margin-bottom: -90px;
	margin-top: 40px;
}
	#gFooter .fBox .siteTxt a {
		padding-right: 15px;
		font-size: 1rem;
		color: #000;
		margin:0 8px;
		padding: 0;
		vertical-align: middle;
	}
	#gFooter .fBox .copyright{
		display: block;
		float: none;
		margin: 60px 0 0;
		padding: 0;
		text-indent: -1em;

	}


	#dFooter_in{
		overflow: hidden;
		width: 100%;
		max-width: 980px;
		background-color: #FFF;
		padding: 160px 0 0;
		margin: 0 auto 0;
	}


	#dFooter_in h2{
		font-size: 3.2rem;
		margin-bottom:5px;
		font-weight: bold;
		display: inline-block;
		text-align: center;
		width: 100%;
		letter-spacing: 0.05em;
	}
	#dFooter_in>.sub_title{
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	width: 100%;
	letter-spacing: 0.05em;
	font-family:'Lato','sans';
	margin-left: -0.25em;
	}
	#dFooter .content_box{
		width: 100vw;
		margin-left:0px;
		padding: 0;
	}


	#dFooter .content_box>div{
		width: 100vw;
		padding: 20px 25px 25px;
		box-sizing: border-box;
		height: auto;
		float: none;
		text-align: center;
		position: relative;
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #CCC;
	}
	#dFooter .content_box>div:first-child{
		border-top: 1px solid #CCC;
	}
	#dFooter #new_graduate{
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}


	#dFooter .new_graduate_btn{
		height: 100px;
		width: 300px;
		display: table;
		background-color: #000;
		border: 2px solid #91b122;
		text-align: center;
		vertical-align: middle;
		margin: 0 auto;
	}

	#dFooter .new_graduate_btn p{
		font-size: 26px;
		color: #91b122;

		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	#dFooter .new_graduate_btn span{
		font-size: 12px;
		color: #CCC;
		margin-top: 10px;
		display: inline-block;
		vertical-align: middle;
		border-bottom: 1px solid #CCC;
		transition: all 300ms 0s ease;

	}


	#dFooter .content_box>div>div{
height: auto !important;
		text-align: left;
		margin:auto;
		transition: all 300ms 0s ease;

	}

	#dFooter .content_box>div>div>h3{
		font-size: 21px;
		font-weight: bold;
		color: #91b122;
		position: relative;
		margin-bottom:0px;
		line-height: 1.6;
	}
	#dFooter .content_box>div>div>h3 span{
		display: block;
		font-size: 12px;
		color: #333;
		font-weight: 600;
		margin-top:0px;
	}

	#dFooter .content_box>div>div>p{
		font-size: 12px;
		margin-top: 20px;
		position: relative;
		display: none;
	}
	#dFooter .content_box>div>div.over>p{
		display: block;
	}


	#dFooter .content_box>div>div>h3::after{
		font-size: 24px;
		font-weight: bold;
		top:0;
		left: auto;
		right: 0;
	}

	#dFooter .content_box>div>div>h3 span::after{
		content: "";
		width: 10px;
		height: 1px;
		background-color: #91b122;
		position: absolute;
		top:44px;
		right:13px;
		transform: rotate(45deg);
		transition: all 300ms 0s ease;
	}
	#dFooter .content_box>div>div>h3 span::before{
		content: "";
		width: 10px;
		height: 1px;
		background-color: #91b122;
		position: absolute;
		top:44px;
		right: 6px;
		transform: rotate(-45deg);
		transition: all 300ms 0s ease;
	}


	#dFooter .content_box>div>div.over>h3 span::after{
		content: "";
		width: 10px;
		height: 1px;
		background-color: #91b122;
		position: absolute;
		top:44px;
		right:13px;
		transform: rotate(-45deg);
	}
	#dFooter .content_box>div>div.over>h3 span::before{
		content: "";
		width: 10px;
		height: 1px;
		background-color: #91b122;
		position: absolute;
		top:44px;
		right: 6px;
		transform: rotate(45deg);
	}


}/* /media */

.content_box a{
	transition: all 450ms 0s ease;
}

.content_box a:hover{
	opacity: 0.3;
	margin-left: -5px;
}
#recruit a:hover{
	transition: all 450ms 0s ease;
}
#recruit a:hover{
	opacity: 0.3;
}



#gFooter a{
	transition: all 300ms 0s ease;
}

#gFooter a:hover{
	opacity: 0.3;
}

#dFooter a{
	transition: all 300ms 0s ease;
}

#dFooter a:hover{
	opacity: 0.3;
}



/*-------------------ボタン装飾/アニメ---------------------*/


.exlink{
	position:relative;
}

.exlink::after{
	content: "";
	position: absolute;
	top:50%;
	margin-top: -2px;
	right: -17px;
	width: 7px;
	background-color: #000;
	height: 5px;
	border:1px solid  #888;
}
.exlink::before{
	content: "";
	position: absolute;
	top:50%;
	margin-top: -4px;
	background-color: #000;
	right: -20px;
	width: 7px;
	height: 5px;
	border:1px solid  #888;
}


/*--------------共通SP-------------*/

@media screen and (max-width: 768px) {
	#gFooter ul {
		background-color: #FFF;
	    padding: 0 0 0px;
			width: 100%;
		}


p{
	font-size:12px;
	font-size:1.2rem;

}


h1{
	font-size:30px;
	font-size:3rem;
	letter-spacing: 0.015em;
	line-height: 1.65;
}

h2{
	font-size:21px;
	font-size:2.1rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.75;
}

h3{
	font-size:24px;
	font-size:2.4rem;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.75;
}
}