/* ============================================================
要素
============================================================ */
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, blockquote, form, label {
	margin: 0;
	padding: 0;
}
img {
	border:0;
	vertical-align:bottom;
}	
/* リンク
============================================================ */
a:link {
	color: #0671cf;
	text-decoration: underline;
}
a:visited {
	color: #0671cf;
	text-decoration: underline;
}
a:hover {
	color: #2832ad;
	text-decoration: none;
}
a:active {
	color: #2832ad;
	text-decoration: none;
}

/* ============================================================
汎用class
============================================================ */
.f_clear {			
	clear:both;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
.l_clear {			
	clear:left;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
.r_clear {			
	clear:right;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;
}
/* 寄せ */
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* */
.opa_chg:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.red {
	color: red;
}

/* 全体
============================================================ */
body {
	margin: 0;
	padding: 0;
	color: #303030;
	font-family: "Meiryo", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "MotoyaLCedar", "Droid Sans Japanese", "MS Gothic", "sans-serif";
	-webkit-text-size-adjust: 100%;
    opacity: 0;
}
#wrap_header {
	width: 100%;
	text-align: left;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
	background-position: top;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
#wrap_gNavi {
	width: 100%;
	height: 60px;
	text-align: left;
	position: fixed;
	top: 85px;
	left: 0px;
	z-index: 998;
    /*background-color: rgba(255, 255, 255, 0.95);*/
    background-color: #758392;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
	/*box-shadow: 0px 1px 8px rgba(0,0,0,0.15);*/
}
#wrap_pagehead {
	margin-top: 145px;		/* for fixed header */
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    background-color: #b9bdc4;
}
#wrap_content {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: transparent;
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
#wrap_banner {
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
	/*background-color: #cccccc;*/
	-webkit-transform: translate3d(0, 0, 1px);
	transform: translate3d(0, 0, 1px);
}
@media screen and (max-width:880px) {
	#wrap_gNavi {
		height: 50px;
		top: 20px;
        background-color: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid #758392;
	}
	#wrap_pagehead {
		margin-top: 70px;		/* for fixed header */
	}
}
@media screen and (max-width:640px) {
	#wrap_gNavi {
		height: 40px;
        top: 10px;
	}
	#wrap_content {
		padding-top: 20px;
		background-color: white;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
	#wrap_banner {
		padding-top: 20px;
		background-color: white;
		-webkit-transform: translate3d(0, 0, 1px);
    		transform: translate3d(0, 0, 1px);
	}
	#wrap_pagehead {
		margin-top: 50px;		/* for fixed header */
	}
}

/* ヘッダー
============================================================ */
#header {
	width: 1100px;
	margin: 0 auto;
	height: 85px;
	position: relative;
}
#header  h1,
#header  h2 {
    color: #700053;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 2px;
	left: 130px;
}
#header #logo {
	position: absolute;
	top: 10px;
	left: 6px;
	width: 380px;
}
#header #inquiry {
    color: white;
    font-size: 18px;
    background-color: #ED1C24;
    position: absolute;
    top: 0;
    right: 0px;
    width: 140px;
    height: 40px;
    line-height: 42px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}
#header #inquiry img {
    display: none;
}


@media screen and (max-width:1118px) {
    #header {
        width: 100%;
    }
    #header #logo {
        left: 10px;
    }
}
@media screen and (max-width: 880px) {
	#header {
		height: 20px;
	}
	#header #logo {
		top: 10px;
        width: 300px;
	}
    #header  h1,
	#header  h2 {
		font-size: 13px;
        position: static;
        text-align: center;
	}
    #header #inquiry {
        color: #ED1C24;
        top: 15px;
        right: 150px;
        width: 40px;
        padding-left: 0px;
        overflow: hidden;
    }
    #header #inquiry img {
        display: inline;
        width: 30px;
        border: 0;
        padding: 0;
        margin-top: 4px;
        cursor: pointer;
    }
}
@media screen and (max-width: 640px) {
	#header {
		height: 10px;
	}
	#header #logo {
		top: 4px;
        left: 8px;
        width: 250px;
	}
	#header  h1,
	#header  h2 {
		display: none;
	}
    #header #inquiry {
        top: 5px;
    }
}
@media screen and (max-width: 520px) {
    #header #inquiry {
        right: 105px;
    }
}
@media screen and (max-width: 430px) {
	#header #logo {
        top: 5px;
        left: 5px;
        width: 220px;
	}
}

/* グローバル ナビゲーション
============================================================ */
#globalNavi {
	width: 1100px;;
	height: 60px;
	margin-top: 0px;
	margin-left: auto;		/*centering */
	margin-right: auto;
	position: relative;
	padding: 0;
}
@media screen and (max-width:1118px) {
	#globalNavi {
		width: 100%;
	}
}
@media screen and (max-width:880px) {
	#globalNavi {
		height: 40px;
	}
}
@media screen and (max-width:640px) {
	#globalNavi {
		height: 40px;
	}
}
#globalNavi #button {
	display: none;
}
#globalNavi > ul {
	margin-top: 0;
	list-style: none;
	padding: 0;
	margin-right: 0;
	width: 100%;		/******/
	float: right;
	text-align: right;
}
#globalNavi > ul > li {
	float: left;
	display: block;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#globalNavi > ul > li#home_gn {
	width: 11%;
}
#globalNavi > ul > li#service_gn,
#globalNavi > ul > li#board_gn,
#globalNavi > ul > li#solution_gn {
	width: 21%;
}
#globalNavi > ul > li#aboutus_gn,
#globalNavi > ul > li#recruit_gn {
	width: 13%;
}
#globalNavi > ul > li > a,
#globalNavi > ul > li > p {
	font-size: 16px;
	font-weight: bold;
    color: white;
	text-decoration: none;
	display: block;
	height: 60px;
	line-height: 62px;
	cursor: pointer;
}
#globalNavi > ul > li.act {
	background-color: #cc3533;
}
#globalNavi > ul > li.act > a,
#globalNavi > ul > li.act > p {
    color: white;
}
#globalNavi > ul > li.pd > a,
#globalNavi > ul > li.pd > p {
	color: white;
    background-color: #ba3538;
}
#globalNavi > ul > li > a:hover,
#globalNavi > ul > li > p:hover {
	color: white;
    background-color: #d25446;
}
#globalNavi > ul > li > a.act,
#globalNavi > ul > li > p.act {
	color: white;
    background-color: #ba3538;
}

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


/*****  サブ  *****/
#globalNavi > ul div.sub {
	clear: left;
	color: white;
	display: none;
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	padding-left: 0px;
	width: 100%;
	padding-bottom: 35px;
	top: 60px; 		/*** overlap with active global menu ***/
	right: 0px;
    background-color: rgba(47, 13, 14, 0.92);
	text-align: left;
}
#globalNavi > ul div.sub a,
#globalNavi > ul div.sub p {
	color: #f2f2f2;
	padding-left: 7px;
	/*width: 180px;*/
	position: relative;
	display: block;
	text-decoration:none;
	padding-top: 0px;
}
#globalNavi > ul div.sub a:hover {
	background-color: #d25446;
	background-image: none;
}

#globalNavi > ul div.sub .grid1 {
	position: relative;
    background-color: #ba3538;
}
#globalNavi > ul div.sub .grid1 a:hover {
    background-color: #d25446;
}
#globalNavi > ul div.sub .grid1 h3 {
	font-size: 22px;
	font-weight: normal;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#globalNavi > ul div.sub .grid1 h3 span {
	font-size: 14px;
	padding-left: 100px;
}
#globalNavi > ul div.sub .grid1 span.s {
	display: none;
}
#globalNavi > ul div.sub .grid2 {
	float: left;
	position: relative;
	width: 280px;
	list-style: none;
	margin-left: 40px;
	margin-top: 15px;
}
#globalNavi > ul div.sub .grid2 dt {
	color: #D6D8EA;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 4px;
}
#globalNavi > ul div.sub .grid2 dd {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
}
#globalNavi > ul div.sub .grid3 {
	float: right;
	position: relative;
	width: 66px;
	margin-top: 27px;
	margin-right: 15px;
}
#globalNavi > ul div.sub .grid3 p {
	font-size: 14px;
	border: 1px solid white;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
}
#globalNavi > ul div.sub .grid3 p:hover {
	background-color: #d25446;
}
@media screen and (max-width:1080px) {
	#globalNavi > ul div.sub .grid3 {
		width: 28px;
	}
	#globalNavi > ul div.sub .grid3 p {
		padding-left: 8px;
	}
	#globalNavi > ul div.sub .grid3 p span {
		display: none;
	}
}
@media screen and (max-width:1040px) {
	#globalNavi > ul div.sub .grid2 {
        margin-left: 25px;
		width: 250px;
	}
}
@media screen and (max-width:920px) {
	#globalNavi > ul div.sub .grid2 {
		width: 240px;
	}
}
@media screen and (max-width:880px) {
	#globalNavi #button {
		display: block;
		text-align: right;
		margin-right: 2%;
		margin-top: -3px;
	}
	#globalNavi #button img {
		cursor: pointer;
		width: 100px;
	}
	#globalNavi > ul {
		float: none;
		display: none;
		width: 100%;
		height: auto;
		margin-top: 0px;
		position: absolute;
		top: 54px;		/* link to header height */
        background-color: rgba(47, 13, 14, 0.92);
		padding-bottom: 30px;
		overflow: auto;
	}
	#globalNavi > ul > li {
		float: none;
		height: auto;
		text-align: left;
		width: 65%;
		padding-left: 5%;
		margin-left: auto;
		margin-right: auto;
		border-bottom: 1px solid #C2C2C2;
		position: relative;
		background-color: transparent;
	}
	#globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#service_gn,
    #globalNavi > ul > li#board_gn,
    #globalNavi > ul > li#solution_gn,
	#globalNavi > ul > li#aboutus_gn,
	#globalNavi > ul > li#recruit_gn {
		width: 65%;
	}

	#globalNavi > ul > li > a,
	#globalNavi > ul > li > p {
        color: white;
		width: 80%;
		height: 30px;
		line-height: 30px;
		padding-top: 4px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#globalNavi > ul > li > p span {
		display: inline-block;
		position: absolute;
		right: 15%;
		width: 26px;
		height: 30px;
		vertical-align: top;
		background-image: url(../imgs/mark_Navi_down.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	#globalNavi > ul > li.pd > p span {
		background-image: url(../imgs/mark_Navi_up.png);
		background-repeat: no-repeat;
		background-position: right;
	}
	#globalNavi > ul > li.act {
		border: none;
		border-bottom: 1px solid #C2C2C2;
        background-color: transparent;
	}
	#globalNavi > ul > li.act > a,
	#globalNavi > ul > li.act > p {
		height: 30px;
		line-height: 30px;
		padding-left: 0;
	}
	#globalNavi > ul > li.pd > a,
	#globalNavi > ul > li.pd > p {
		background-image: none;
		background-color: transparent;
	}
	#globalNavi > ul > li > a:hover,
	#globalNavi > ul > li > p:hover {
        color: #f19db3;
		background-image: none;
		background-color: transparent;
	}
    #globalNavi > ul > li.pd > a:hover,
    #globalNavi > ul > li.pd > p:hover {
        color: #f19db3;
        background-color: transparent;
    }
	
	#globalNavi > ul div.sub {
		/*display: block;*/
		position: static;
		top: auto;
		right: auto;
		width: auto;
		clear: none;
		margin-left: 22%;
		margin-right: 14%;
		padding-bottom: 7px;
        background-color: transparent;
		margin-top: -5px;
	}
	#globalNavi > ul div.sub a, 
	#globalNavi > ul div.sub p {
		padding-top: 2px;
	}
	#globalNavi > ul div.sub a:hover {
        color: #f19db3;
		background-color: transparent;
	}
	#globalNavi > ul div.sub .grid1 {
		float: none;
		background-color: transparent;
		margin-left: 20px;
		/*display: none;*/
	}
    #globalNavi > ul div.sub .grid1 a {    /* grid2に合わせる */
        margin-left: 5px;
    }
    #globalNavi > ul div.sub .grid1 a:hover {
        color: #f19db3;
        background-color: transparent;
    }
	#globalNavi > ul div.sub .grid1 h3 {
		display: none;
	}
	#globalNavi > ul div.sub .grid1 span.s {
		display: block;
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}
	#globalNavi > ul div.sub .grid2 {
		width: auto;
		float: none;
		margin-top: 0px;
	}
	#globalNavi > ul div.sub .grid2 dt {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		margin-left: 0px;
		border-bottom: none;
        margin-bottom: 0px;
	}
	#globalNavi > ul div.sub .grid2 dt:has(p) {
		display: none;
	}
	#globalNavi > ul div.sub .grid2 dd {
        font-size: 14px;
		height: 36px;
		line-height: 36px;
		margin-left: 10px;
	}
    #globalNavi > ul div.sub .grid2 dd.dummy {
        display: none;
    }
    #globalNavi > ul div.sub .grid2 dd.detail {
        display: none;
    }
	#globalNavi > ul div.sub .grid3 {
		float: none;
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#globalNavi #button {
		margin-right: 2%;
		margin-top: 0px;
	}
	#globalNavi #button img {
		width: 80px;
	}
	#globalNavi >ul {
		top: 41px;
	}
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#service_gn,
    #globalNavi > ul > li#board_gn,
    #globalNavi > ul > li#solution_gn,
	#globalNavi > ul > li#aboutus_gn,
	#globalNavi > ul > li#recruit_gn {
		width: 75%;
		padding-left: 5%;
	}
	#globalNavi > ul div.sub {
		margin-left: 10%;
		margin-right: 5%;
	}
}
@media screen and (max-width:580px) {
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#service_gn,
    #globalNavi > ul > li#board_gn,
    #globalNavi > ul > li#solution_gn,
	#globalNavi > ul > li#aboutus_gn,
	#globalNavi > ul > li#recruit_gn {
		width: 85%;
	}
}
@media screen and (max-width:500px) {
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#service_gn,
    #globalNavi > ul > li#board_gn,
    #globalNavi > ul > li#solution_gn,
	#globalNavi > ul > li#aboutus_gn,
	#globalNavi > ul > li#recruit_gn {
		width: 85%;
		padding-left: 5%;
	}
	#globalNavi > ul > li > a,
	#globalNavi > ul > li > p {
		font-size: 14px;
	}
	#globalNavi > ul div.sub {
		margin-right: 5%;
		padding-bottom: 4px;
	}
}
@media screen and (max-width:400px) {
    #globalNavi > ul > li#home_gn,
    #globalNavi > ul > li#service_gn,
    #globalNavi > ul > li#board_gn,
    #globalNavi > ul > li#solution_gn,
	#globalNavi > ul > li#aboutus_gn,
	#globalNavi > ul > li#recruit_gn {
		width: 90%;
		padding-left: 0%;
	}
	#globalNavi > ul > li > a,
	#globalNavi > ul > li > p {
	}
	#globalNavi > ul div.sub {
		margin-left: 6%;
		margin-right: 0%;
	}
}





/*    content
============================================================ */
#content {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width:1118px) {
	#content {
		width: 100%;
		/*overflow: hidden;*/
	}
}




/*    banner
============================================================ */
#banner {
	width: 1100px;
	margin: 0 auto 0;
	position: relative;
	background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
}
#banner a {
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    margin-bottom: 20px;
}
#banner a img {
    width: 100%;
}
@media screen and (max-width:1118px) {
	#banner {
		width: 100%;
		/*overflow: hidden;*/
	}
}
@media screen and (max-width:850px) {
    #banner a {
        width: 80%;
    }
}
@media screen and (max-width:540px) {
    #banner a {
        width: 90%;
    }
}





/*   footer
============================================================ */
#footer {
	width: 100%;
	position: relative;
	padding: 0;
    background-color: #6f707b;
	-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
#footer #inner {
	position: relative;
	margin: 0 auto;
	width: 1060px;
	height: 540px;
    background-color: #6f707b;
}
@media screen and (max-width:1118px) {
	#footer #inner {
		width: 100%
	}
}
@media screen and (max-width:880px) {
    #footer #inner {
        height: 780px;
    }
}
@media screen and (max-width:520px) {
    #footer #inner {
        height: 900px;
    }
}


#footer #pageNavi {
	position: absolute;
	top: 30px;
	left: 38%;
	width: 62%;
}
#footer #pageNavi #grid1 {
	float: left;
	width: 47%;
    padding-left: 2%;
	box-sizing: border-box;
	border-left: 1px solid #adb2bb;
}
#footer #pageNavi #grid2 {
	float: left;
	width: 47%;
	margin-left: 1%;
	padding-left: 2%;
	box-sizing: border-box;
	border-left: 1px solid #adb2bb;
}
#footer #pageNavi dl {
	list-style: none;
	margin-bottom: 4px;
}
#footer #pageNavi dl.longgap {
	margin-top: 15px;
}
#footer #pageNavi dt p,
#footer #pageNavi dt a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #pageNavi dd p,
#footer #pageNavi dd a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #pageNavi a:hover {
	color: #DCE2E2;
	text-decoration: underline;
}	
#footer #pageNavi dl dt {
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	margin-top: 4px;
	margin-bottom: 11px;
}
#footer #pageNavi dl dd {
	font-size: 14px;
	line-height: 17px;
	margin-top: 8px;
	margin-left: 6px;
	display: block;
}
@media screen and (max-width:880px) {
    #footer #pageNavi {
        width: 96%;
        top: 270px;
        left: 4%;
    }
}
@media screen and (max-width:520px) {
    #footer #pageNavi {
        top: 330px;
    }
}

@media screen and (max-width:430px) {
    #footer #pageNavi {
        width: 98%;
        left: 2%;
    }
    #footer #pageNavi dl dd span {
        display: none;
    }
}


#footer #co_info {
    position: absolute;
    top: 40px;
    left: 3%;
}
#footer #co_info #logo_footer {
    width: 145px;
    margin-bottom: 15px;
}
#footer #co_info #co_name {
    color: white;
    font-size: 18px;
    margin-bottom: 6px;
}
#footer #co_info #co_name_en {
    color: white;
    font-size: 15px;
    margin-bottom: 20px;
}
#footer #co_info #address {
    color: white;
    font-size: 15px;
    line-height: 28px;
}
@media screen and (max-width:1118px) {
    #footer #co_info {
        left: 10px;
    }
}
@media screen and (max-width:460px) {
    #footer #co_info {
        left: 5px;
    }
    #footer #co_info #logo_footer {
        width: 130px;
    }
}


#footer #inquiry_btn {
    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: #ED1C24;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 52px;
    text-decoration: none;
    position: absolute;
    top: 300px;
    left: 3%;
}
#footer #inquiry_btn:hover {
    background-color: #f15a24;
}
@media screen and (max-width:880px) {
    #footer #inquiry_btn {
        top: 90px;
        left: 65%;
    }
}
@media screen and (max-width:680px) {
    #footer #inquiry_btn {
        width: 170px;
    }
}
@media screen and (max-width:520px) {
    #footer #inquiry_btn {
        top: 240px;
        left: 27%;
    }
}


#footer #copyright {
	position: absolute;
	bottom: 10px;
	left: 0;
    text-align: center;
    width: 100%;
}
#footer #copyright p {
    font-size: 14px;
	color: #B9BDC4;
    margin-top: 14px;
    margin-left: 0;
}
@media screen and (max-width:500px) {
    #footer #copyright span {
        display: none;
    }
}

#pagetop {
	position: fixed;
	bottom: 250px;
	right: 0px;
	display: block;
	opacity: 0;
	z-index: 999;
	-webkit-transform: translate3d(0, 0, 9px);
    transform: translate3d(0, 0, 9px);
}