@charset "UTF-8";

/*General Elements
---------------------------------------------------------------------------- */
html { font-size: 62.5%; }
*{
	box-sizing: border-box;
}
body{
	font-family: helvetica, arial, "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", sans-serif;
	letter-spacing: 0.03em;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    width: 100%;
	min-width: 1140px;
	letter-spacing: 0.03em;
	word-break: normal;
}
a{
	text-decoration: none;
	color: #cc0000;
	outline: none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;
}

img{
	max-width: 100%;
}
.chrome img{
	image-rendering: -webkit-optimize-contrast;/* Webkit (非標準の名前) */
	image-rendering: crisp-edges;
}

@media screen and (max-width: 768px){
	body{
		font-size: 14px;
		min-width: inherit;
	}
	p{
		font-size: 90%;
	}
}

/*l-header
---------------------------------------------------------------------------- */
.l-header{
	width: 100%;
	background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 1;
    top: 0;
    padding: 0;
	min-width: 1300px;
}

.l-header.fo {
	font-family: 'Roboto', san-serif;
	background: #000;
}
/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav .l-gNav-list{
	margin: 0 auto;
    display: flex;
	-webkit-box-pack: justify;
    justify-content: space-between;
	text-align: center;
	float: right;
	margin-right: 15px;
}
/*
.fo-wp-page .l-gNav,
.fo-about-page .l-gNav{
	border-bottom: 2px solid #cc0000;
}
*/
.fo-about-page .l-fo-submenu,
.fo-solution-page .l-fo-submenu.product,
.fo-product-page .l-fo-submenu.solution{
	display: none;
}
.fo-solution-page .l-fo-submenu.solution,
.fo-product-page .l-fo-submenu.product{
	display: block;
}
.fo .l-gNav .l-gNav-list:before{
	display: block;
	content: ""
}
.l-gNav li{
	position: relative;
	display: inline-block;
    margin-bottom: 0;
	vertical-align: top;
}
.l-gNav a{
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scale(1);
    padding: 10px 35px;
    color: #fff;
    margin: 5px 0;
	text-decoration: none;
    line-height: 30px;
    font-weight: 400;
	font-size: 15px;
	position: relative;
    display: block;
	letter-spacing: 0.1em;
	border-bottom: 3px solid transparent;
}
.fo .l-gNav a{
	font-size: 17px;
	letter-spacing: 0.05em;
	font-weight: 100;
	padding: 10px 25px;
}
.fo .l-gNav a span img {
	vertical-align: middle;
	margin-left: 5px;
}

.l-gNav .l-fo-submenu a {
	font-size: 14px;
	font-weight: 300;
}

.l-gNav a:hover,
.l-gNav > ul > li > a.current{
	color: #cc0000;
	border-bottom: 3px solid;
}
.l-logo a{
	font-size: 0;
	overflow: hidden;
	margin-top: 5px;
	background-image: url(/images/common/logo_temp02.png);
	background-repeat: no-repeat;
	width: 145px;
	background-size: 100%;
	display: block;
	height: 50px;
	margin-right: 30px;
	border: none;
	float: left;
	margin-left: 15px;
}
.l-logo a.current {
	border: none !important;
}
.l-logo a:hover {
	border: none;
	
}
.fo .l-logo a{
	font-size: 0;
	width: 150px;
	background-image: url(/images/common/logo_temp.png);
	background-position: center 4px;
	height: 50px;
	margin-right: 30px;
}
.l-gNav li.l-gNav-en a{
	font-size: 12px;
    color: #ccc;
}
.en .l-gNav > ul > li:nth-of-type(3){
	width: 130px;
}
.l-gNav-sub{
	width: 100%;
	display: none;
	margin-bottom: 5px;
    font-size: 13px;
}
.l-gNav .l-gNav-sub li{
	float: none;
	display: block;
}
.l-gNav .l-gNav-sub a{
	font-size: 13px;
	padding: 0;
}

.l-gNav .l-fo-submenu{
	background-color: #cc0000;
	text-align: center;
	display: none;
	clear: both;
}
.l-gNav .l-fo-submenu a,
.l-gNav .l-fo-submenu a.current{
	color: #fff;
	padding: 5px 12px 0;
	margin: 0;
	line-height: 1.8;
	border-bottom: 3px solid transparent;
}
.l-gNav .l-fo-submenu a.current:hover{
	color: #111;
}
.l-gNav .l-fo-submenu a.current.current2{
	color: #fff;
	border-bottom: 3px solid #fff;
	box-sizing: border-box;
}

.navbar-header{
	display: none;
}
@media screen and (max-width: 768px){
	.fo-wp-page .l-gNav,
	.fo-about-page .l-gNav{
		border-bottom: none;
	}
	.l-gNav .l-gNav-list,
	.fo .l-gNav .l-gNav-list{
		position: fixed;
		padding-top: 30px;
		top: 0px;
		left: 105%;
		right: -105%;
		bottom: 0;
		background: #292929;
		opacity: 0.9;
		max-height: none;
		z-index: 2;
		transition: all 300ms cubic-bezier(0.1, 1, 0.1, 1);
		height: auto !important;
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.l-gNav .l-fo-submenu{
		/*position: fixed;
		padding-top: 30px;
		top: initial;
		left: 105%;
		right: -105%;
		bottom: 100px;
		max-height: none;
		z-index: 2;
		transition: all 300ms cubic-bezier(0.1, 1, 0.1, 1);
		height: 35% !important;
		width: 100%;
		background-color: transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		border-top: 1px solid #101010;
		*/
	}
	.l-gNav .l-fo-submenu{
		display: none !important;
	}
	.l-gNav .l-gNav-list.on{
		left: 0;
		right: 0;
	}
	.l-gNav .l-fo-submenu.on{
		left: 0;
		right: 0;
	}
	.l-gNav li{
		display: block;
		width: 100%;
		float: none;
	}
	.en .l-gNav > ul > li:nth-of-type(3){
		width: 100%;
	}
	.l-gNav .l-fo-submenu li{
		margin-bottom: 5px;
	}
	.l-gNav a,
	.fo .l-gNav a{
		font-size: 22px;
		line-height: 2;
		letter-spacing: 0.01em;
		border-bottom: none;
		
	}
	
	.l-gNav a:hover,
	.l-gNav > ul > li > a.current{
		border: none;
	}
	.l-logo a,
	.fo .l-logo a{
		font-size: 22px;
		background-image: none;
		width: 100%;
		height: auto;
		display: none;
	}
	.fo .l-gNav-list li:last-child a {
		padding-right: 25px;
	}
	.l-gNav li.l-gNav-en a{
		font-size: 18px;
	}
	.l-gNav .l-fo-submenu a,
	.l-gNav .l-fo-submenu a.current{
		color: #fff;
		font-size: 20px;
		line-height: 2;
		border-bottom: none !important;
	}
	.navbar-header{
		display: block;
	    position: fixed;
		right: 15px;
		top: 5px;
		z-index: 3;
	}
	.navbar-toggle {
		border-color: #313131;
		background: #313131;
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		cursor: pointer;
    outline: none;
	}
	.navbar-toggle:hover, .navbar-toggle:focus {
		background-color: #333;
	}
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		border: 0;
	}
	.icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
    transition: all .3s;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
  .open .icon-bar:nth-of-type(2) {
    transform: translateY(6px) rotate(315deg);
  }
  .open .icon-bar:nth-of-type(3) {
    opacity: 0;
  }
  .open .icon-bar:nth-of-type(4) {
    transform: translateY(-6px) rotate(-315deg);
  }
}


/* l-content
---------------------------------------------------------------------------- */
.l-pagebody{
	background-color: #f8f8f8;
}
.l-pagebody.freakout-page{
	padding-top: 79px;
}
.fo-wp-page .l-pagebody.freakout-page,
.fo-about-page .l-pagebody.freakout-page,
.fo-business-page .l-pagebody.freakout-page,
.fo-quality-page .l-pagebody.freakout-page{
	padding-top: 48px;
}
.l-content{
	width: 1110px;
	margin: 0 auto;
	padding: 60px 0;
}

.l-h1-wrap{
	background-color: #424242;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 100px 0 35px;
}
.company-page .l-h1-wrap{
	background-image: url(/images/company/company_top_bg.jpg);
}
.recruit-page .l-h1-wrap{
	background-image: url(/images/recruit/recruit_top_bg.jpg);
}
.group-page .l-h1-wrap{
	background-image: url(/images/group/group_top_bg.jpg);
}
.news .l-h1-wrap {
    background-image: url(/images/news/news_top_bg.jpg);
}
.l-h1-inner{
	background-color: rgba(0, 0, 0, .55);
	padding: 40px 0 100px;
}
.fo-about-page .l-h1-inner,
.fo-business-page .l-h1-inner,
.fo-solution-page .l-h1-inner,
.fo-product-page .l-h1-inner,
.fo-quality-page .l-h1-inner,
.fo-wp-page .l-h1-inner{
	background-color: rgba(0, 0, 0, .7);
	padding: 135px 0;
}
.freakout-page .l-h1-wrap{
	background-image: url(/images/freakout/solution/main_bg02.jpg);
	padding: 0;
}
.fo-about-page .l-h1-wrap{
	background-image: url(/images/freakout/about/fo_main.jpg);
	padding: 0;
}

.l-h1{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
.freakout-page .l-h1{
	text-align: center;
	font-weight: 700;
	font-family: 'Roboto',"Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", sans-serif;
	margin-bottom: 15px;
	font-size: 45px;
}
.l-freakout-subh1{
    position: relative;
    text-align: center;
    padding: 10px 20px 20px;
    font-size: 150%;
    line-height: 1.5em;
	color: #fff;
}
.freakout-page .l-h1-wrap p {
	padding: 0 5%;
}

.l-h2-wrap{
	background-color: #d8d8d8;
	width: 100%;
	padding: 15px 0;
}
.l-h2{
	font-size: 28px;
	width: 1110px;
	margin: 0 auto;
}

@media screen and (max-width: 768px){
	.l-pagebody,
	.l-pagebody.freakout-page,
	.fo-wp-page .l-pagebody.freakout-page,
	.fo-about-page .l-pagebody.freakout-page,
	.fo-business-page .l-pagebody.freakout-page,
	.fo-quality-page .l-pagebody.freakout-page{
		padding-top: 0;
	}
	.l-content{
		width: 92%;
	}
	.l-h1-wrap{
		padding: 80px 0 35px;
	}
	.l-h1{
		width: 95%;
	}
	.freakout-page .l-h1 {
		font-size: 40px;
	}
	.l-freakout-subh1{
		font-size: 16px;
	}
	.l-h1-inner{
		padding: 80px 0 100px;
	}
	.fo-about-page .l-h1-inner,
	.fo-solution-page .l-h1-inner,
	.fo-product-page .l-h1-inner,
	.fo-business-page .l-h1-inner,
	.fo-quality-page .l-h1-inner,
	.fo-wp-page .l-h1-inner {
		padding: 100px 0 60px;
	}
	.l-h2{
		width: 90%;
	}
}

@media screen and (max-width: 767px){
	.l-content{
		width: 88%;
	}

	.l-h1{
		width: 90%;
		font-size: 38px;
		padding: 0;
	}
}

/* l-footer
---------------------------------------------------------------------------- */
.l-footer{
	background-color: #333;
	padding: 35px 0 0 0;
}
.l-footer-fo{
	padding: 30px 0 0 0;
	background-color: #000;
    border-top: 8px solid #cc0000;
	letter-spacing: 0.07em;
	font-family: 'Roboto', san-serif;
}
.l-footer-inner{
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.l-footer-nav{
	width: 33.33333333%;
	padding: 0 15px;
	float: left;
}
.l-footer-nav-fo{
	width: 25%;
	padding: 0 15px 10px;
	float: left;
}
.l-footer-nav li{
	margin-bottom: 15px;
}
.l-footer-nav a{
	margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.l-footer-nav-fo a{
	font-size: 18px;
	font-weight: 400;
	color: #aaa;
	transition: 0.5s;
}
.l-footer-nav-fo a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.l-footer-nav .l-footer-nav-sub li{
	margin: 5px 0 0 0;
	padding-left: 5px;
}
.l-footer-nav .l-footer-nav-sub a{
	font-weight: normal;
    color: #dddddd;
    font-size: 14px;
    border: none;
}
.l-footer-nav-fo .l-footer-nav-fo-sub {
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.l-footer-nav-fo .l-footer-nav-fo-sub-sub {
	padding-left: 20px;
	font-weight: normal;
}
.l-footer-nav-fo .l-footer-nav-fo-sub a{
    color: #aaa;
    font-size: 13px;
    border: none;
}
.l-footer-nav .l-footer-nav-sub a:hover{
	text-decoration: underline;
}
.l-footer-nav-fo .l-footer-nav-fo-sub-sub a {
	font-weight: 300;
}
.l-footer-nav li .sns_icon {
	display: flex;
    margin-top: 20px;
}
.l-footer-nav li .sns_icon a img {
	width: 30px;
    height: 30px;
    background: none;
    border: none;
    padding: 0;
    margin: 0 10px;
}
.l-footer-nav li .sns_icon li:first-child a img {
	margin-left: 0;
}

.l-copy{
	background-color: #ddd;
	text-align: center;
	font-size: 15px;
	padding: 15px 0 25px;
	letter-spacing: 1px;
}
.l-footer-fo .l-copy{
	background-color: #fff;
	padding: 20px 0 30px;
	font-size: 12px;
}
@media screen and (max-width: 768px){
	.l-footer-inner{
		width: 90%;
	}
}
@media screen and (max-width: 767px){
	.l-footer-nav,
	.l-footer-nav-fo{
		width: 100%;
		float: none;
		padding-bottom: 0;
	}
	.l-footer-nav li{
		margin-bottom: 10px;
		text-align: center;
	}
	.l-footer-nav-fo.logo {
		display: none;
	}
	.l-footer-nav-fo li{
		margin-bottom: 5px;
	}
	.l-footer-nav-sub,
	.l-footer-nav-fo-sub{
		display: none;
	}
	.l-footer-nav li .sns_icon {
		justify-content: center;		
	}
	.l-footer-nav li .sns_icon li:first-child a img {
		margin-left: 10px;
	}
	.l-copy{
		font-size: 14px;
		padding: 10px 5px 15px;
	}
}