@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

header,
main,
article,
section,
nav,
aside,
figure,
footer {
	display: block;
}
html {
scroll-behavior: smooth;

}
body {-webkit-text-size-adjust: 100%;
    background: #E2E2E2;
}
body,td,th,h1,h2,h3,h4,h5,h6,p,dt,dd,li {
	font-size: 100%;
  /*font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

	line-height: 180%;
	/*letter-spacing: 0.07em;*/
	color: #4B5052;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
}
img {
	border: none;
	vertical-align: bottom;
}
p, li, th, td, dt, dd {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 180%;
}
p {}
address {
	font-style: 500;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
th, td {
	line-height: 180%;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}
caption {
	text-align: left;
}
li {
	list-style-type: none;
}
a {
    background-color: transparent;
    outline: none;
}
a:link    {color: #4B5052; text-decoration: none;}
a:visited {color: #0288D1; text-decoration: none;}
a:hover   {color: #0288D1; text-decoration: none; opacity: 0.5;}
a:active  {color: #0288D1; text-decoration: none;}

input, button, textarea, select {}

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

/* web font */
.en {/*font-family: 'Roboto', sans-serif;*/
font-weight: bold;}

.btn {
	display:block;
	-webkit-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}
.btn:hover {
	opacity: 0.7;  
	filter: alpha(opacity=70);  
}

.sp_only-line {
	line-height:0;
}

.sp_only {
display: none !important;
}

.pc_only {
display: block !important;
}










/* ---------- container ---------------------------------------- */
#container {
	min-width: 1020px;
	overflow: hidden;
}

/* ---------- box ---------------------------------------- */
.box {
	width: 960px;
	margin: 0 auto;
}


/* ---------- header ---------------------------------------- */
#header {
background: rgba(0,0,0,0.7);
	height: 100px;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	border-bottom:#0086B4 solid 1px;
}


.logo img {
margin-left: 1%;
}

.logo a:hover {
opacity: 0.9;
}

/* gnav */
.gnav {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: 0 auto;
}
.gnav ul {
	font-size: 0;
	letter-spacing: -5px; /* 文字間を詰めて隙間をなくす */
	float: left;
}
.gnav ul li {
	font-size: 14px;
	
	display: inline-block;
	letter-spacing: normal; /* 文字間を元に戻す */
	letter-spacing: 0.07em;
  position: relative;
  transition: .1s;
	margin: 0 15px;
}
.gnav ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #0288D1;
  opacity: 0;
  transition: .1s;
}
.gnav ul li:hover::after {
  bottom: 0;
  opacity: 1;
}

.home .gnav ul li.home:after,
.comp .gnav ul li.comp:after,
.work .gnav ul li.work:after,
.inte .gnav ul li.inte:after {
  bottom: 0;
  opacity: 1;
}
.gnav ul li a {
	color: #FFFFFF;
	display: block;
	padding: 37px 0;
}

.gnav .yoko {
	display: inline-block;
	background-color: #0288D1;
	width: 130px;
	margin: 30px 0 30px 23px;
}
.gnav .yoko a {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
}


#btn-spnav {}

/* ---------- main ---------------------------------------- */
/*#main {
	background: linear-gradient(90deg,#E2E2E2 300px,#EEEEEE 0%);
}*/
/*#main {background: #E2E2E2;}

.bg-inner {}*/



/* ---------- contents ---------------------------------------- */
#contents {


}



/*.mainimage {
position: absolute;
top: 0;
}*/






/* breadcrumb */
#breadcrumb {

	padding: 10px 0 10px 15px;

}
#breadcrumb ol {}
#breadcrumb ol li {
	float: left;
	font-size: 14px;

}
#breadcrumb ol li a {

	margin-right: 8px;
	color: #4B5052;
}
#breadcrumb ol li a:after {
	font-family: FontAwesome;
	content: '\f105';
	padding-left: 8px;
	font-size: 14px;

}



/* ---------- footer ---------------------------------------- */
#footer {
	background-color: #43484B;
}

/**/
#foot-recr {
	background-image: url(../images/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	height: 320px;
	position: relative;
}
#foot-recr .inner {
	background: url(../images/bg_foot_dot.png);
	width: 100%;
	height: 100%;
}
#foot-recr .btn {
	display: inline-block;
	margin: auto;
	width: 320px;
	height: 90px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 90px;
	text-align: center;
}
#foot-recr .btn a { display: block;}

#foot-recr .mynavi {
	left: -340px;
	border: solid 1px #4AC4F1;
	background-color: #FFF;
}
#foot-recr .mynavi img {vertical-align: middle;}

#foot-recr .midway {
	background-color: #0288D1;
	right: -340px;
}
#foot-recr .midway a {
	display: block;
	color: #FFF;
	background-color: #0288D1;
	font-size: 16px;
	font-weight: bold;
}

/**/
#foot-end {padding: 20px 0 50px;}
#foot-end .left-area {
	width: 248px;
	float: left;
}
#foot-end .left-area .logo { margin-bottom: 25px;}
#foot-end .left-area .corporate {
	text-align: center;
	background-color: #FFF;
}
#foot-end .left-area .corporate a {
	color: #082E44;
	font-size: 13px;
	font-weight: bold;
	line-height: 42px;
	display: block;
}
#foot-end .left-area .corporate span {
	background-image: url(../images/ic_site.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#foot-end .right-area {
	float: right;
	margin-bottom: 50px;
}
#foot-end .right-area #foot-nav {}
#foot-end .right-area #foot-nav ul {
	float: left;
	margin: 0 30px;
}
#foot-end .right-area #foot-nav ul li {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
#foot-end .right-area #foot-nav ul li a {
	color: #FFF;
}
#foot-end .right-area #foot-nav ul li span a {
	color: #8497A1;
	font-size: 13px;
	line-height: 200%;
}
#foot-end .right-area #foot-nav ul li a:hover {	text-decoration: none;}

#foot-end .end-area {
	clear: both;
/*	border-top: solid 1px #476373;
	padding-top: 30px;*/
}
#foot-end .end-area ul {
	float: left;
}
#foot-end .end-area ul li {
	line-height: 130%;
	float: left;
	margin-right: 13px;
	padding-right: 13px;
	border-right: solid 1px #8497A2;
}
/*サイトマップを一旦非表示
#foot-end .end-area ul li:last-child {
	border-right: solid 0px #8497A2;
	display: none;
}
*/
#foot-end .end-area ul li a {
	color: #FFF;
	font-size: 13px;
}
#foot-end .end-area ul li a:hover {
	text-decoration: none;
}

#foot-end .end-area ul li span {
	background-image: url(../images/ic_site_white.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#foot-end .end-area .copyright {
	color: #999999;
	font-size: 12px;
	line-height: 130%;
	float: right;
}
























































.footer-link {
background: #333333;
color: #FFFFFF;
text-align: center;
font-size: 13px;
position: relative;
overflow: hidden;
padding: 20px 0;
}

.footer-link a {
color: #FFFFFF;
}

.footer-link a:hover {
	/*text-decoration: underline;*/
}


.footer-link ul {
	float: left;
	position: relative;
    left: 50%;
}
.footer-link ul li {
	line-height: 130%;
	float: left;
	margin-right: 13px;
	padding-right: 13px;
	position: relative;
    left: -50%;
}

	.banner {
		width: 100%;
		display: flex;
		height: 220px;
		justify-content: center;
	}
	.banner li {
		width: 18%;
		padding: 1%;
		float: left;
	}
	.banner img {
		width: 100%;
		height: 80px;
	}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}


@media only screen and (max-width: 768px) {

body,td,th,h1,h2,h3,h4,h5,h6,p,dt,dd,li {
	font-size: 14px;
}
p, li, th, td, dt, dd {
	font-size: 14px;
}


/* ---------- container ---------------------------------------- */
#container {
	min-width: 100%;
}

/* ---------- box ---------------------------------------- */
.box {
	width: auto;
	margin: 0 auto;
}


/* ---------- header ---------------------------------------- */

#header {
	height: 56px;

	background: rgba(0,0,0,0.7);
}
#header .logo {
	width: 183px;
	
	
}
#header .logo img {
	width: auto;
	height: 56px;
	margin-left: 1%;
	
	
}


.gnav {
	display: none;
	background-color: rgba(9,47,68,0.9);
	z-index: 100;
	top: 56px;
	width: 100%;
	right: 0;
	height: 380px;
	padding: 0 5%;
	box-sizing: border-box;
}
.gnav ul {
	float: none;
	line-height: normal;
	margin-top: 20px;
}
.gnav ul li {
	font-size: 13px;
	display: block;
	margin: 0;
}
.gnav ul li::after {
	font-family: FontAwesome;
	content: '\f054';
	font-size: 9px;
	color: #FFF;
	background-color: inherit;
	margin: auto;
	top: 50%;
	left: auto;
	right: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 27px;
	float: right;
  opacity: 1;
}
.gnav ul li a {
	color: #FFF;
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: solid 1px #8497A2;
}
.gnav .yoko {
	display: inline-block;
	background-color: #FFF;
	width: 100%;
	margin-top: 35px;
	margin-left: 0;
}
.gnav .yoko a {
	color: #082E44;
	line-height: 50px;
	font-weight: bold;
	padding: 0 13px;
}
.gnav .yoko a:after {
	font-family: FontAwesome;
	content: '\f054';
	font-size: 9px;
	color: #082E44;
	float: right;
}


#btn-spnav {
	display: block;
	/*display: none;*/
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	overflow: hidden;
	font-size: 0px;
	cursor: pointer;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	z-index: 10000;
	background-color: #0086B4;
}
#btn-spnav:focus {
	outline: none;
}

#btn-spnav span {
	display: block;
	position: absolute;
	width: 27px;
	top: 26px;
	right: 13px;
	height: 2px;
	background: #FFF;
	-webkit-transition: background 0 0.3s;
	transition: background 0 0.3s;
}
#btn-spnav span::before,
#btn-spnav span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 27px;
	height: 2px;
	background-color: #FFF;
	content: "";
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0;
	transition-delay: 0.3s, 0;
}
#btn-spnav span::before {
	top: -9px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
#btn-spnav span::after {
	bottom: -9px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.open #btn-spnav span {
	background: none;
}
.open #btn-spnav span::before,
.open #btn-spnav span::after {
	-webkit-transition-delay: 0, 0.3s;
	transition-delay: 0, 0.3s;
}
.open #btn-spnav span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #btn-spnav span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* ---------- main ---------------------------------------- */
/*#main {background: linear-gradient(90deg,#EEEEEE 300px,#EEEEEE 0%);}*/
#main {background: #E2E2E2;}

/* ---------- contents ---------------------------------------- */

/*#breadcrumb {
    background-color: #092F44;
    padding: 5px 5% 5px 5%;
    margin-left: 0;
}
#breadcrumb ol li {
    font-size: 9px;
}
#breadcrumb ol li a {
    margin-right: 5px;
}

#breadcrumb ol li a::after {
    padding-left: 5px;
    font-size: 7px;
}*/

/* ---------- footer ---------------------------------------- */

#foot-recr {height: 240px;}
#foot-recr .btn {
	width: 90%;
	height: 60px;
	line-height: 60px;
}
#foot-recr .mynavi {
	left: 0;
	top: -70px;
}
#foot-recr .mynavi img {
	width: 140px;
	height: auto;
}
#foot-recr .midway {
	right: 0;
	top: 100px;
	font-size: 13px;
}
#foot-recr .midway a {font-size: 14px;}

#foot-end {padding: 30px 5% 55px;}
#foot-end .left-area .logo {
    margin-bottom: 20px;
    width: 190px;
}
#foot-end .left-area .logo img {
	width: 100%;
	height: auto;
}
#foot-end .left-area {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
#foot-end .left-area .corporate a {
    font-size: 12px;
    line-height: 40px;
}
#foot-end .right-area {
    float: none;
    margin-bottom: 20px;
}
#foot-end .right-area #foot-nav ul {
    float: none;
		margin: 0 auto;
}
#foot-end .right-area #foot-nav ul li {
	font-size: 13px;
	padding-bottom: 0px;
	position: relative;
}
#foot-end .right-area #foot-nav ul li span { display: none;}
#foot-end .right-area #foot-nav ul li a {
    color: #FFF;
    padding: 13px 0;
    display: block;
    border-bottom: solid 1px #8497A2;
}
#foot-end .right-area #foot-nav ul li.index::after {
	font-family: FontAwesome;
	content: '\f054';
	font-size: 9px;
	color: #FFF;
	background-color: inherit;
	margin: auto;
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 20px;
	float: right;
  opacity: 1;
}

#foot-end .end-area {
    border-top: none;
    padding-top: 10px;
}
#foot-end .end-area ul {
    float: none;
    margin-bottom: 30px;
}
#foot-end .end-area ul li a {font-size: 12px;}
#foot-end .end-area .copyright {
    color: #8497A0;
    font-size: 10px;
    line-height: 130%;
    float: none;
}


.sp_only {
display: block !important;
}

.pc_only {
display: none !important;
}


.footer-link {
padding: 20px;
}
	.banner {
		width: 95%;
		height: auto;
	}

	.banner ul {
		display: flex;
		flex-wrap: wrap;
	    justify-content: flex-start;
	}

	.banner ul li {
	    width: 46%;
	    padding: 2%;
	}
	
	.banner img {
		width: 90%;
		height: auto;
	}
	
.pagetop {
    position: fixed;
    bottom: 5px;
    right: 10px;
}
}





.entry-header { 
        display: none; 
 }







