@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'YuGothM',sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #171a1d;
	text-decoration: none;
}

a:visited {
	color: #171a1d;
	text-decoration: none;
}

a:hover {
	color: #171a1d;
	text-decoration: underline;
}

a:active {
	color: #171a1d;
	text-decoration: underline;
}

@font-face {
    font-family: 'YuGothB';
    src: url('../../fonts/YuGothB.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/YuGothB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/YuGothB.woff') format('woff'), /* Modern Browsers */
    url('../../fonts/YuGothB.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'YuGothL';
    src: url('../../fonts/YuGothL.eot');
    src: url('../../fonts/YuGothL.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/YuGothL.woff') format('woff'),
    url('../../fonts/YuGothL.ttf')  format('truetype');
}

@font-face {
    font-family: 'YuGothM';
    src: url('../../fonts/YuGothM.eot');
    src: url('../../fonts/YuGothM.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/YuGothM.woff') format('woff'),
    url('../../fonts/YuGothM.ttf')  format('truetype');
}

@font-face {
    font-family: 'YuGothR';
    src: url('../../fonts/YuGothR.eot');
    src: url('../../fonts/YuGothR.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/YuGothR.woff') format('woff'),
    url('../../fonts/YuGothR.ttf')  format('truetype');
}

.montserrat {
	 font-family: 'Montserrat', sans-serif;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #171a1d;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	position: relative;
	text-align: left;
}

#main {

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #000;
}

#gHeader h1 {
	padding: 15px 0 0 40px;
	width: 58px;
	float: left;
}

#gHeader h1 a img {
	width: 100%;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	width: 801px;
	float: right;
}

#gNavi li {
	width: 130px;
	float: left;
}

#gNavi li a {
	padding: 20px 0 21px;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#gNavi li a .en {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align: center;
}

#gNavi .company {
	width: 136px;
}

#gNavi .about {
	width: 125px;
}

#gNavi .interview {
	width: 150px;
}

#gNavi li a:hover {
	color: #00A943;
}

#gNavi li a:hover:before {
	margin-left: -60px;
	width: 120px;
	height: 3px;
	position: absolute;
	background-color: #00A943;
	bottom: 0;
	left: 50%;
	content: " ";
}

#gNavi .partner a {
	background-color: #00A943;
}


#gNavi .partner a:hover {
	color: #00A943;
	background-color: #FFF;
}

#gNavi .partner a:hover:before {
	display: none;
}

#gNavi .comNavBox {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	z-index: 10;
	background: url(../../img/common/com_bg02.png) repeat left top;
}

#gNavi .comNavBox h2 {
	margin-top: 15px;
	width: 380px;
	float: left;
	color: #FFF;
	font-size: 12px;
}

#gNavi .comNavBox h2 .en {
	margin-right: 17px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
}

#gNavi .comNavBox .subNavi {
	width: auto;
	float: right;
}

#gNavi .comNavBox .subNavi li {
	margin-left: 30px;
	width: auto;
	float: right;
}

#gNavi .comNavBox .subNavi li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#gNavi .comNavBox .subNavi li a:hover {
	color: #40ae5d;
}

#gNavi .comNavBox .subNavi li a:hover:before {
	display: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 59px 0 42px;
	background-color: #2E3033;
}

#gFooter .fBox {
	margin: 0 auto;
	width: 1000px;
}

#gFooter .fLogo {
	margin-bottom: 16px;
	width: 48px;
}

#gFooter .fLogo a img {
	width: 100%;
}

#gFooter .fInner {
	margin-right: 50px;
	float: left;
}

#gFooter .fInner .fTxt {
	color: #FFF;
	font-size: 12px;
	line-height: 1.83;
}

#gFooter .fLinkList {
	margin: -2px 50px 0 0;
	width: 134px;
	float: left;
}

#gFooter .fLinkList li {
	margin-bottom: 16px;
	padding-bottom: 14px;
	border-bottom: 1px solid #FFF;
}

#gFooter .fLinkList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#gFooter .fLinkList li a {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
}

#gFooter .fLinkList .subList {
	margin-left: 10px;
}

#gFooter .fLinkList .subList li {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1.71;
	border-bottom: none;
}

#gFooter .fSubBox {
	margin-top: 216px;
	width: 280px;
	float: right;
	text-align: right;
}
.certification{
	width: 66px;
	float: right;
}

#gFooter .fSubBox .fTextImg {
	width: 66px;
	float: right;
}
#gFooter .fSubBox .fTextImg.sss{
	margin-bottom: 0px;
}

#gFooter .fSubBox .fTextImg img {
	width: 100%;
}

#gFooter .fSubBox .copyright {
	padding-top: 17px;
	color: #FFF;
	clear: right;
	font-size: 12px;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	/*------------------------------------------------------------
		レイアウト
	------------------------------------------------------------*/
	body {
		min-width: inherit;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader h1 {
		padding: 10px 0 0 14px;
		width: 35px;
	}

	#gHeader .menuBtn {
		width: 50px;
		height: 50px;
		float: right;
	}

	#gHeader .menuBtn img {
		width: 100%;
	}

	#gHeader .menuBtn.on {
		background: url(../../img/common/menu_close.gif) no-repeat center top;
		background-size: 50px;
	}

	#gHeader .menuBtn.on img {
		display: none;
	}

	/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
	#gNavi {
		padding-bottom: 50px;
		width: 100%;
		position: absolute;
		top: 49px;
		left: 0;
		float: none;
		display: none;
		z-index: 10;
		background-color: #040000;
	}

	#gNavi ul {
		background-color: #00A943;
	}

	#gNavi li {
		width: auto;
		float: none;
	}

	#gNavi li a {
		padding: 18px 15px 15px;
		color: #171a1d;
		font-size: 11px;
		font-weight: bold;
		text-align: left;
		background-color: #FFF;
	}

	#gNavi li a .en {
		margin-right: 6px;
		display: inline;
		font-size: 17px;
		text-align: left;
	}

	#gNavi .company {
		width: auto;
	}

	#gNavi .about {
		width: auto;
	}

	#gNavi .interview {
		width: auto;
	}

	#gNavi li a:hover {
		color: #171a1d;
	}

	#gNavi li a:hover:before {
		display: none;
	}

	#gNavi li a:after {
		margin-top: -7px;
		width: 10px;
		height: 15px;
		position: absolute;
		background: url(../../img/common/icon04.png) no-repeat left top;
		background-size: 10px 15px;
		top: 50%;
		right: 14px;
		content: " ";
	}
	#gNavi li.partner a:after {
		background: url(../../img/common/icon01.png) no-repeat left top;
		background-size: 10px 15px;
	}
	#gNavi .partner a{
		color: #fff;
	}
	#gNavi .partner {
	}

	#gNavi li .comNavBox {
		display: none !important;
	}

	#gNavi .comNavBox .subNavi li a {
		text-decoration: none;
	}

	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 24px 0 22px;
	}

	#gFooter .fBox {
		width: auto;
	}

	#gFooter .fLogo {
		margin: 0 auto 12px;
		width: 44px;
	}

	#gFooter .fInner {
		margin: 0 0 9px;
		float: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#gFooter .fInner .fTxt {
		font-size: 10px;
		line-height: 1.5;
	}

	#gFooter .fLinkList {
		display: none;
	}

	#gFooter .fSubBox {
		margin-top: 0;
		width: auto;
		float: none;
		text-align: center;
		overflow: hidden;
	}

	#gFooter .fSubBox .fTextImg {
		margin: 0 auto;
		float: none;
		display: inline-block;
		width: 50px;
	}
	.certification{
		width: 90%;
		float: none;
		margin-bottom: 10px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 20px;
	}
	#gFooter .fSubBox .fTextImg.sss{
		margin-bottom: 10px;
	}
	#gFooter .fSubBox .copyright {
		padding-top: 11px;
		clear: inherit;
		font-size: 10px;
	}
}

@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

.footer_note{
	max-width: 1000px;
	padding: 10px;
	border: solid 1px #fff;
	margin: 20px auto;
	box-sizing: border-box;
}
.footer_note p{
	font-size: 10px;
	color: #fff;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.footer_note{
		margin: 20px 10px 0 10px;
	}
	.footer_note p{
	}
}