@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*
reset
**********/
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, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Noto Sans Japanese";
}
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;
}
p, li {
	line-height: 1.5em;
}
/*
common
**********/
.globalHeader a {
	text-decoration: none;
}
.footer-top a, .footer-policy_items a {
	color: #0b0b0d;
	text-decoration: none;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.footer-top a:hover, .footer-policy_items a:hover {
	color: #ed6c00;
}
.sp-recruit_btn{
	display: none;
	width: 94px;
	height: 94px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 50%;
	position: fixed;
	bottom: 11px;
	left: 11px;
	z-index: 9999;
}
.sp-recruit_btn a{
	display: -webkit-box;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	justify-content: center;
	-webkit-box-align: center;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
.sp-recruit_btn{
	display: block;
}
}

/*
globalHeader
**********/
.globalHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1);
	z-index: 999;
	border-bottom: 3px solid #0b0b0d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.header-inner {
	width: 92%;
	height: 105px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;
	display: -webkit-box;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	justify-content: space-between;
	-webkit-box-align: center;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
}
.navList {
	/*overflow: hidden;*/
}
.navList-items {
	margin-right: 20px;
	float: left;
	display: -webkit-box;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-align: center;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
	font-size: 14px;
}
.navList-items:last-child {
	margin-right: 0;
}
.navList-items a {
	padding: 10px 0;
	box-sizing: border-box;
	letter-spacing: 2px;
	color: #0b0b0d;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	display: block;
}
.navList-items a:hover {
	color: #ed6c00;
}
.navList-items .current {
	padding: 10px 0;
	color: #ed6c00;
	box-sizing: border-box;
	letter-spacing: 2px;
}
.navList-items.recruit a{
	background-color: #ed6c00;
	padding: 10px 20px;
	color: #fff;
	-webkit-transition-property: background-color, color !important;
	transition-property: background-color, color !important;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.navList-items.recruit a:hover{
	background-color: #fff;
	color: #ed6c00;
}
.navList-current{
	background-color: #fff;
}
.navList-current .current{
	color: #ed6c00;
}

/* sp-nav */
.nav-toggle {
	width: 34px;
	height: 26px;
	display: none;
	position: absolute;
	right: 12px;
	cursor: pointer;
	z-index: 101;
}
.toggle-inner {
	position: relative;
}
.nav-toggle span {
	height: 2px;
	width: 100%;
	display: block;
	position: absolute;
	background: #0b0b0d;
	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;
}

/* dropdown */
.navList-drop {
	height: 41px;
	position: relative;
}
.drop-icon {
	width: 32px !important;
}
.drop-icon:hover {
	cursor: pointer;
}
.drop-list {
	position: absolute;
	top: 45px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	width: 120px;
	background: #fff;
	border: solid 2px #ed6c00;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 99999;
}
.navList-drop:hover .drop-list {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
.drop-list:before {
	content: "";
	position: absolute;
	top: -25px;
	right: 2px;
	height: 0;
	width: 0;
	border: 12px solid transparent;
	border-bottom: 12px solid #ed6c00;
}
.drop-list:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 4px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.drop-list li {
	display: block;
}
.drop-list a, .globalHeader.fixed .drop-list a, .drop-current {
	letter-spacing: 2px;
	padding: 10px;
	display: block;
	-webkit-transition-property: background-color, color !important;
	transition-property: background-color, color !important;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.drop-list a:hover, .globalHeader.fixed .drop-list a:hover {
	background-color: #ed6c00;
	color: #fff;
}

@media screen and (max-width: 768px) {
.header-inner {
	width: 100%;
	height: 67px;
	padding: 10px 0;
	background: rgba(255,255,255,1);
	display: block;
}
.header-inner .logo{
	width: 60%;
	left: 0;
	right: 0;
	margin: auto;
}
.header-inner .logo img{
	max-width: 100%;
}
/* Fixed reset */
.globalHeader .logo {
	position: absolute;
	/*left: 12px;*/
}
.global-nav {
	width: 100%;
	position: absolute;
	top: -513px;
	left: 0;
	right: 0;
	background: #0b0b0d;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: -3;
}
.navList {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 11px;
}
.navList-items {
	float: none;
	position: static;
	margin-right: 0;
}
.navList-items:after {
	display: none;
}
.globalHeader .navList-items a {
	width: 100%;
	padding: 0;
	display: block;
	color: #fff;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.globalHeader .navList-items:not(:last-child) a:hover, .drop-list a, .drop-current {
	color: #ed6c00;
}
.globalHeader .navList-items span {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
.globalHeader .navList-items:not(:nth-last-child(-n+3)) span, .drop-list li:not(:last-child) span {
	border-bottom: solid 1px #fff;
}
.nav-toggle {
	display: block;
}
/* dropdown reset */
.navList-drop {
	height: auto;
}
.drop-icon {
	display: none;
}
.drop-list {
	visibility: visible;
	opacity: 1;
	position: relative;
	top: 0;
	right: 0;
	background: #666;
	border: none;
	border-radius: 0;
	width: 100%;
	color: #fff;
}
.navList-drop:hover .drop-list {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.drop-list:before, .drop-list:after {
	content: none;
}
.drop-list a {
	padding: 0;
}
.drop-list a span {
	padding: 10px 0;
	letter-spacing: 2px;
	display: block;
}
.drop-current {
	color: #ed6c00;
}
.drop-list a:hover, .globalHeader.fixed .drop-list a:hover {
	color: #ed6c00;
	background: #666;
}	

/* .nav-toggle anime */
.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);
}
/* .global-nav slide anime */
.open .global-nav {
	-moz-transform: translateY(562px);
	-webkit-transform: translateY(562px);
	transform: translateY(562px);
}
}
/*
globalFooter
**********/
.globalFooter {
	margin-top: 30px;
}
.footer-top {
	font-size: 16px;
	text-align: right;
	padding-right: 50px;
	margin-bottom: 30px;
}
.footer-policy {
	letter-spacing: -.4em;
	text-align: center;
	margin-bottom: 30px;
}
.footer-policy_items {
	font-size: 16px;
	display: inline-block;
	letter-spacing: normal;
	padding: 0 20px;
	border-right: solid 2px #0b0b0d;
}
.footer-policy_items:last-child {
	border-right: none;
}
.footer-inner {
	background-color: #0b0b0d;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	font-size: 14px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.globalFooter {
	margin-top: 15px;
}
.footer-top {
	font-size: 12px;
	padding-right: 15px;
}
.footer-policy {
	margin-bottom: 15px;
}
.footer-policy_items {
	font-size: 12px;
	padding: 0 5px;
}
.footer-inner {
	padding: 10px 0;
	font-size: 12px;
}
}
/*
lContents
**********/
.lContents-base {
	width: 100%;
	margin-top: 108px;
}
.lTitle {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	color: #fff;
}
.lTitle-inner {
	padding: 50px;
	box-sizing: border-box;
	border: solid 1px #fff;
	display: -webkit-box;/*--- Android---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: flex;
	-webkit-box-pack: center;/*--- Android---*/
	-ms-flex-pack: center;/*--- IE10 ---*/
	justify-content: center;
	-webkit-box-align: center;/*--- Android---*/
	-ms-flex-align: center;/*--- IE10 ---*/
	align-items: center;
	-webkit-box-orient: vertical;/*--- Android---*/
	-ms-flex-direction: column;/*--- IE10 ---*/
	flex-direction: column;
}
.lTitle-main {
	font-size: 36px;
	letter-spacing: 4px;
	font-weight: bold;
	margin-bottom: 30px;
}
.lTitle-sub {
	font-size: 16px;
}
.lContents-inner {
	width: 92%;
	max-width: 1000px;
	padding: 20px 0;
	margin: 0 auto;
	color: #0b0b0d;
}
.lContents-main {
	margin-top: 50px;
}
.lContents-title {
	font-size: 24px;
	letter-spacing: 2px;
	border-bottom: solid 3px #0b0b0d;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.lContents-catch {
	font-size: 16px;
	margin-bottom: 30px;
}
.lContents-box:not(:last-child) {
	margin-bottom: 50px;
}
.lContents-img img {
	width: 100%;
	height: auto;
}
.lContents-img+.lContents-img {
	margin-top: 20px;
}
.breadcrumb-items {
	font-size: 16px;
	display: inline;
}
.breadcrumb-items+.breadcrumb-items:before {
	content: ">";
	margin: 0 15px;
}

@media screen and (max-width: 768px) {
.lContents-base {
	margin-top: 70px;
}
.lTitle-main {
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	line-height: 1.5em;
}
.lTitle-sub {
	font-size: 14px;
}
.lContents-inner {
	padding: 10px 0;
}
.lContents-main {
	margin-top: 25px;
}
.lContents-title {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.lContents-catch {
	font-size: 14px;
	margin-bottom: 15px;
}
.lContents-box a {
	color: #ed6c00;
}
.lContents-box:not(:last-child) {
	margin-bottom: 25px;
}
.lContents-img+.lContents-img {
	margin-top: 10px;
}
.breadcrumb-items {
	font-size: 12px;
}
.breadcrumb-items+.breadcrumb-items:before {
	margin: 0 10px;
}
}