@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');

.pc { display: block !important; }
.sp { display: none !important; }



html,　body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color: #FFFFFF;
	
	

	
}


#wrapper {
  width: 100%;
  position:relative;
  min-height: 100%;
}
 
p{
	font-size: 20px;
}
a img:hover{
opacity: 0.7;

}

 .category a img:hover{
background: #000;
opacity: 0.7;
-webkit-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
        transition-duration: 0.3s;

}

.category2 a img:hover{
background: #000;
opacity: 0.7;
-webkit-transition-duration: 0.3s;
     -o-transition-duration: 0.3s;
        transition-duration: 0.3s;

}

p.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
#header-wrapper {
  width: 100%;
	
height: 90px;
    border-bottom: 10px solid #171c61;	
		position: fixed; 
	z-index: 999999
}
main{
width: 100%;
	max-width: 1024px;
} 
section{
	padding: 0;
	margin: 0;
}

.mrl-auto{
	margin-left: auto;
	margin-right: auto
}
.w980{
	width: 980px;
}
.mb300{
	margin-bottom: 300px;
}


/*ヘッダー
---------------------------------------------------- */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.site_header {
	width: 100%;
	top: 0;
	z-index: 10;
	background-color: #fff;
height: 80px;
	margin: 0 auto;
	
}
.h_logo {
	float: left;
	font-weight: bold;
	font-size: 20px;
}
.h_logo a {
	color: #000;
	text-decoration: none;
}
.h_logo img{
	width: 350px;
	margin-top: 15px;
	margin-left: 20px;

}

.g_nav {
	float: right;
	margin-top: 15px
}

.g_nav ul {
list-style: none;
}


 .g_nav li {
	float: left;

	 margin-right: 20px;
	 
  display: inline-block;
}
 .g_nav li:not(:first-child)::before {
  content: "／";	
	 margin-right: 20px;

}

.g_nav li:last-child {
	margin-right: 0;
}
.g_nav li a {
	color: #000;
	text-decoration: none;
	transition: color ease 0.4s;
	-webkit-transition: color ease 0.4s;
	-moz-transition: color ease 0.4s;
	-o-transition: color ease 0.4s;
	-ms-transition: color ease 0.4s;
}
.g_nav li:hover a,
.g_nav li.active a {
	color: #c85513;
	text-decoration: underline;
}
#navToggle {
	display:none; /*通常時は非表示にしておきます*/
}
.g_nav .sp_logo{
	display: none;
}






/*動画
---------------------------------------------------- */

.video-container {
  position: relative;
margin-bottom: -20px;
	padding: 0

}

.video-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); 
}

video {
  width: 100%;
}










/*キャッチコピー
---------------------------------------------------- */
.san_box {
  background: #002063;
  position: relative;
  margin: 0 0 150px 0;
}
.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 50vw 0 49vw;
  border-color: #002063 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.san_box .san_in {
  text-align: center;
  padding: 90px 0 0 0;
}
.san_box .san_in .san_t_a {
  color: #ffffff;
  font-size: 49px;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2em;

}






.category {
  position: relative;
  }
.category2 {
  position: relative;
  }

.category p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #ffffff;
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
text-shadow : 0px 0px 7px #000000 ;
}
.category2 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #ffffff;
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
text-shadow : 0px 0px 7px #000000 ;
	text-align: center;
	width: 98%;
	line-height: 1.5em;
}

.category img {
  width: 100%;
  }

.category2 img {
  width: 100%;
  }








/*見出し
---------------------------------------------------- */
.title {
  margin-top: 250px;
  margin-left: auto;
  margin-right: auto;
}
.head_test {
  margin: 0; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-weight: 600; /* 文字の太さ調整 */
  margin-bottom: 35px; /* 周りの余白指定 */
  font-size: 49px; /* 文字サイズ指定 */
  text-align: center; /* 文字位置指定 */
}
p {
  margin: 0; /* デフォルトCSS打ち消し */
  line-height: 2; /* 行間調整 */
}
.head_test-point {
  display: block; /* ブロック要素にする */
  font-size: 26px; /* 文字サイズ指定 */
  font-weight: 200; /* 文字の太さ調整 */
  margin-top: 10px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 140px; /* 幅指定 */
  margin: 5px auto 0; /* 周りの余白指定 */
  background-color: #fff; /* 背景色指定 */
}
.head_test-point:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c85513;
}


.head_test2 {
  margin: 0; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-weight: 600; /* 文字の太さ調整 */
  margin-bottom: 35px; /* 周りの余白指定 */
  font-size: 49px; /* 文字サイズ指定 */
  text-align: center; /* 文字位置指定 */
	color: #ffffff;
}
.head_test-point2 {
  display: block; /* ブロック要素にする */
  font-size: 26px; /* 文字サイズ指定 */
  font-weight: 200; /* 文字の太さ調整 */
  margin-top: 10px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 140px; /* 幅指定 */
  margin: 5px auto 0; /* 周りの余白指定 */

}
.head_test-point2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c85513;
}


.special h1{
	color: #ffffff
}
.ex1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}



/*事業内容
---------------------------------------------------- */


.main{
  max-width: 1200px;

	margin-left: auto;
  margin-right: auto;

}
.col_5_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-bottom: 152px;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.col_5 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div {
  width: 20%;
}
.col_5 > div > div {
  position: relative;
  overflow: hidden
}
.col_5 img{
width: 100%;
padding: 5px;

}

/*会社情報・採用情報
---------------------------------------------------- */

.col_2-box{
	width: 100%;
	background-color: #171c61;
	padding-top: 100px;
	padding-bottom: 80px
}

.col_2{
	width: 1200px;
	display: -webkit-box;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.col_2 > div{
	width: 50%;
}

.col_2_box{
	margin-bottom: 5px;
}


/*NEWS
---------------------------------------------------- */


/*floatを解除 */
.cb {
  clear: both;
}

#wrap-box{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;           /* 全体を横並びに */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;         /* 下に回り込む設定 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* flexboxの要素をセンターに寄せる */
  margin: auto;
  height: 600px;

}

.right-bar {
  width: 22%; /* サイドバーの横幅を設定 */
}

.left-bar {
  width: 18%; /* サイドバーの横幅を設定 */
}

.mov{
	margin-top: 20px;
}
.left-bar {
  text-align: left;
}

.main-box {
  width: 60%; /* 100 - サイドバーの横幅 * 2に設定 */
  height: 1000px;
  text-align:left
}

.right-bar {
  text-align: right;
}



#main-link{
  max-width: 1200px;

	margin-left: auto;
  margin-right: auto;

}


.news{
	height: 300px;
	margin-bottom: 150px;
	width: 100%;
}


.news_left{
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}

.news_right{
	overflow: auto;
padding: 15px;
}

.news_right_box{
	overflow:auto;
height:375px;
	margin-top: 50px;
	width: 100%
}

.news_font {
  margin: 0; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-weight: 400; /* 文字の太さ調整 */
  font-size: 49px; /* 文字サイズ指定 */
  text-align: center; /* 文字位置指定 */
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.news_font-point {
  display: block; /* ブロック要素にする */
  font-size: 26px; /* 文字サイズ指定 */
  font-weight: 200; /* 文字の太さ調整 */
  margin-top: 10px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 140px; /* 幅指定 */
  margin: 5px auto 0; /* 周りの余白指定 */
}
.news_font-point:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c85513;
}

.news_font img{
	width: 55px;
	 display: inline-block;
  position: relative;
	top: 7px;
	left: 10px;
}

.topics dl {
padding: 5px 0 10px 0;
border-bottom: 1px solid #ccc;
}


.topics dd{
  margin-left: 140px;
line-height: 1.5em;
	margin-top: -3.5px;
	text-align: left
}




.topics dt{
	position:relative;
	padding-left:1.5em;
	padding-right: 1em;
	line-height: 1em;
  float: left;

}
.topics dt:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url("../img/news_icon.png") no-repeat;
	background-size:contain;

}

/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
position:relative;
	padding-left:1.5em;
	padding-right: 1em;
	line-height: 1em;

}



ul#newsList li{
	color:#666;
	font-size:14px;
	margin:0;
	padding:15px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;

}

.catName{

	padding:3px 8px;
	border:1px solid #c85513;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 5px;
	background-color: #c85513;
color: #fff
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:14px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:450px;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
	padding-left: 30px;
	line-height: 1.5em
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
span.title2{
text-indent: 10em;
	line-height: 2em
}


/*link
---------------------------------------------------- */
.col_4{
	width: 100%;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 100px;
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}
.col_4 img{
width: 285px;	
}

.footer-w img{
width: 255px;	
}

.default-box{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.default-box p{
font-size: 30px;	
text-align: center;
	line-height: 1.8em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
	
}



/*footer
---------------------------------------------------- */
footer{
 margin-bottom: 0;
}

.footer_box{
	width: 100%;
	background-color: #C6C7DB;
padding-bottom: 1px;
}

.footer_box2{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.footer_info{
	width: 100%;
	background-color: #171C61;
	height: 100px;
	margin-left: auto;
	margin-right: auto
}

.footer_info2{
	width: 710px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}


.footer_info_font{
color: #FFFFFF;
font-size: 16px;
float: left;
line-height: 100px;
margin-right: 50px;
}
.footer_info_font a{
color: #FFFFFF;
}

.footer_info_font2{
color: #FFFFFF;
font-size: 16px;
float: right;
	line-height: 100px;
	text-align:center;
	
}


.footer_info_font a:hover{
color: #c85513;
}



#footer_02 a{
color: #ffffff;
}

.footer_info_font2 li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #ffffff;
	
}
.footer_info_font2 li.FooterHome {
	border-left:0;
	padding-left:0;

}


.row img{
	width: 137px;
			margin-left: auto;
		margin-right: auto;

}

.mt50{
margin-top: 10px;
}


/*ページトップへ
---------------------------------------------------- */


#goto_top {
    position: fixed;
    right: 3%;
    bottom: 5%;
}

#goto_top a {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #c85513;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 100px;
    text-decoration: none;
    font-weight: bold;
}       








@media screen and (max-width: 480px) {
	
.pc { display: none !important; }
.sp { display: block !important; }
	
	.pt10{
		padding-top: 10px
	}
	
	.text-center{
		text-align: center
	}	
	
/*ヘッダー
---------------------------------------------------- */	
	
#header-wrapper {
	max-width: 100%;
	box-sizing : border-box;
	overflow:hidden;
	
}
	
	
.h_logo img{
width: 80%;
		margin-top: 15px;
	margin-left: 15px;

}

.site_header {
	width: 100%;
	margin: 0 auto;

}

.main{
  width: 95%;
	margin-top: -50px;

}

 .g_nav li:not(:first-child)::before {
  content: "";	
	 margin-right: 20px;

}

	
.container{
width: 250px;
	text-align: center;
}
	
	
	
	
	
/*キャッチコピー
---------------------------------------------------- */
.san_box {
  background: #002063;
  position: relative;
  margin: 0 0 50px 0;
}
.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50vw 0 50vw!important;
  border-color: #002063 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.san_box .san_in {
  text-align: center;
  padding: 30px 0 0 0;
}
.san_box .san_in .san_t_a {
  color: #ffffff;
  font-size: 18px!important;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 5px;
}
/*使用してない*/
.san_box .san_in .san_t_b {
  color: #ffffff;
  font-size: 49px;
  font-weight: bold;
  margin: 0;
}

	
	
	
	
/*見出し
---------------------------------------------------- */
.title {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
.head_test {
  margin: 0; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-weight: 600; /* 文字の太さ調整 */
  margin-bottom: 60px; /* 周りの余白指定 */
  font-size: 35px; /* 文字サイズ指定 */
  text-align: center; /* 文字位置指定 */
}
p {
  margin: 0; /* デフォルトCSS打ち消し */
  line-height: 2; /* 行間調整 */
}
.head_test-point {
  display: block; /* ブロック要素にする */
  font-size: 18px; /* 文字サイズ指定 */
  font-weight: 200; /* 文字の太さ調整 */
  margin-top: 10px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 140px; /* 幅指定 */
  margin: 5px auto 0; /* 周りの余白指定 */
  background-color: #fff; /* 背景色指定 */
}
.head_test-point:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c85513;
}
	
	
/*動画
---------------------------------------------------- */

.video-container {
  position: relative;
margin-bottom: -20px;
	padding: 0;
  height: 300px;

}

.video-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.8); 
}

video {
  height: 380px;
	
}

	
	
	/*事業内容
---------------------------------------------------- */	
	
  .col_5_box {
    width: 100%;
	  	margin-bottom: 50px;

  }
  .col_5 img {
    width: 100%;
	  		margin: 10px!important;

  }
  .col_5 {
    width: 100%;
    display: block;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
  }
  .col_5 > div {
    width: 50%!important;
	  	margin-left: 0px!important;

  }
	
	
	

	
	
/*会社概要・採用情報
---------------------------------------------------- */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	max-width: 100%;
}
.col_2 > div{
	width: 100%;
}

.col_2_box{
	margin-bottom: 5px;
}
	.col_2 img{
		width: 100%;
		padding:10px;
	}	


/*会社概要・採用情報テキスト*/	
	
.head_test2 {
  margin: 0; /* デフォルトCSS打ち消し */
  position: relative; /* 位置調整 */
  font-weight: 600; /* 文字の太さ調整 */
  margin-bottom: 35px; /* 周りの余白指定 */
  font-size: 30px; /* 文字サイズ指定 */
  text-align: center; /* 文字位置指定 */
	color: #ffffff;
}
.head_test-point2 {
  display: block; /* ブロック要素にする */
  font-size: 20px; /* 文字サイズ指定 */
  font-weight: 200; /* 文字の太さ調整 */
  margin-top: 10px; /* 周りの余白指定 */
  position: relative; /* 位置調整 */
  width: 140px; /* 幅指定 */
  margin: 5px auto 0; /* 周りの余白指定 */

}
.head_test-point2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #c85513;
}



/*NEWS
---------------------------------------------------- */
	
	
	
	.news_font img{
	width: 55px;
	 display: inline-block;
  position: relative;
	top: 7px;
	left: 10px;
}

	
	
	
	
	#wrap-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px!important;
}
	
	
	
	
	
.main-box {
  width: 100%; /* 100 - サイドバーの横幅 * 2に設定 */
}	
	
	

.news{
		width: 100%;

	margin-top: 50px;
}


.news_left{
	float:none;
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 0;
}

.news_right{
	overflow: auto;
	padding: 0;

}

.news_right_box{
	width: 100%;
	height: 0;
}
.news_font {
  margin: 0; /* デフォルトCSS打ち消し */
  font-weight: 600; /* 文字の太さ調整 */
  font-size: 35px; /* 文字サイズ指定 */
  text-align: center; /* 文字位置指定 */
}
.news_font-point {
  font-size: 18px; /* 文字サイズ指定 */
}
	
	
/*link
---------------------------------------------------- */
	.col_4 > div{
		width: 50%!important;
	}

.col_4{
	width: 100%;
	margin-bottom: 0px;
}
	
.col_4 img{
	width: 100%;

	padding: 0!important;
}

.default-box{
	margin-top: -70px!important;
	width: 100%!important;
	margin-left: auto!important;
	margin-right: auto!important;
	text-align: center
}

.default-box p{
margin-top: 10px!important;	
margin-left: 0!important;
	margin-bottom: 20px!important;
	font-size: 14px;
	text-align: center
}
	
	
	
/*フッター
---------------------------------------------------- */

	
.footer_box{
	width: 100%;
	background-color: #C6C7DB;
}

.footer_box2{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.footer_info{
	width: 100%;
	background-color: #171C61;
	height: auto;
}



.footer_info_font{
color: #FFFFFF;
font-size: 13px;
text-align: center;
float: none;
margin-right: 0px

	}

	
}







/* 950px以下になったら回り込ませる設定 */
@media screen and (max-width: 950px) {
.pc { display: none !important; }
.sp { display: block !important; }
	
	#wrap-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

}


	
	
	
  aside {
    height: 300px;
  }

  .left-bar {
    width: 100%;
    order: 2;
  }

.main-box {
    width: 100%;
    order: 1 /* orderを指定し、mainを一番上にする */
  }

  .right-bar {
    width: 100%;
    order: 3;
  }
	
	
	
	
	
	
}





@media screen and (max-width: 1024px){
	
	.pc { display: none !important; }
.sp { display: block !important; }

/*ハンバーガー
---------------------------------------------------- */
	#navToggle {
		display: block; /*通常時は非表示にしておきます*/
		position: fixed; /*bodyに対しての絶対位置指定です*/
		right: 0;
		top: 10px;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 100;
		background-color: #c85513;
		padding: 10px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		transition: All ease 0.4s;
		-webkit-transition: All ease 0.4s;
		-moz-transition: All ease 0.4s;
		-o-transition: All ease 0.4s;
		-ms-transition: All ease 0.4s;
	}
	.openNav #navToggle {
		right: 200px;
	}
	#navToggle div {
		position: relative; /*spanの絶対位置指定の親にします*/
	}
	#navToggle span {
		display: block;
		position: absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom: 2px solid #fff;
		transition: All ease-in-out 0.4s;
		-webkit-transition: All ease-in-out 0.4s;
		-moz-transition: All ease-in-out 0.4s;
		-o-transition: All ease-in-out 0.4s;
		-ms-transition: All ease-in-out 0.4s;
	}
	#navToggle span:nth-child(1) {
		top: 0;
	}
	#navToggle span:nth-child(2) {
		top: 8px;
	}
	#navToggle span:nth-child(3) {
		top: 16px;
	}
	#navToggle span:nth-child(4) {
		top: 23px;
		border-bottom: none;
		font-size: 10px;
		letter-spacing: 0;
		color: #fff;
	}
	 /*最初のspanをマイナス45度に*/
	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	 /*2番目と3番目のspanを45度に*/
	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.g_nav {
		display: block;
		margin-left: -2%;
		flex: auto;
		position: fixed;
		top: 0;
		right: 0;
		width: 0;
		height: 100%;
		box-sizing: border-box;
		overflow: hidden;
		padding-top: 0;
		transition: All ease-in-out 0.4s;
		-webkit-transition: All ease-in-out 0.4s;
		-moz-transition: All ease-in-out 0.4s;
		-o-transition: All ease-in-out 0.4s;
		-ms-transition: All ease-in-out 0.4s;
	}
	/*header menu*/
	 /*.openNavが付いた要素の中のnavを 縦方向に351px移動（=表示される）*/
	.openNav .g_nav {
		z-index: 99;
		width: 100%;
		height: 100%;
	}
	.g_nav .overlay {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		transition: All ease-in-out 0.4s;
		-webkit-transition: All ease-in-out 0.4s;
		-moz-transition: All ease-in-out 0.4s;
		-o-transition: All ease-in-out 0.4s;
		-ms-transition: All ease-in-out 0.4s;
	}
	.openNav .g_nav .overlay {
		background: rgba(0,0,0,0.6);
	}
	.g_nav .inner {
		width: 200px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		right: -200px;
		transition: All ease-in-out 0.4s;
		-webkit-transition: All ease-in-out 0.4s;
		-moz-transition: All ease-in-out 0.4s;
		-o-transition: All ease-in-out 0.4s;
		-ms-transition: All ease-in-out 0.4s;
	}
	.openNav .g_nav .inner {
		right: 0;
	}
	.g_nav .sp_logo {
		display: block;
		padding: 20px 0 20px 0;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.g_nav .sp_logo a {
		color: #000;
		text-decoration: none;
	}
	.g_nav ul{
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #efefef;
				width: 100%;

	}
	.g_nav ul li{
		float: none;
		margin: 0;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #efefef;
		width: 100%;
	}
	.g_nav ul li a{
		display: block;
		padding: 0 0 20px 0;
		text-align: left;
	}
	.g_nav_gaiyou{
		padding-top: 20px;
	}
 .g_nav li:not(:first-child)::before {
  content: "";	
	 margin-right: 20px;

}

	
	
	
.br-kensetsu{
   text-align: center;
    padding: 5px;
}	
	
	.br-kensetsu img{
		padding: 5px;
	}
	
	
/*事業内容
---------------------------------------------------- */		
	.category {
  position: relative;
  }
.category2 {
  position: relative;
  }

.category p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #ffffff;
  font-weight: bold; /*太字に*/
  font-size: 1.5em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
text-shadow : 0px 0px 7px #000000 ;
}
.category2 p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	color: #ffffff;
  font-weight: bold; /*太字に*/
  font-size: 1.4em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
text-shadow : 0px 0px 7px #000000 ;
	text-align: center;
	width: 98%;
	line-height: 1.5em;
}

.category img {
  width: 100%;
  }

.category2 img {
  width: 100%;
  }


	
.col_5_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	
	
	}

*, *:before, *:after {
  box-sizing: border-box;
}
.col_5 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
	
}
.col_5 > div {
  width: 20%;
	margin-left: 0px;
}
.col_5 > div > div {
  position: relative;
  overflow: hidden
}
	.col_5 img{
width: 90%;
		margin: 10px;
	}	

	
	
/*会社概要・採用情報
---------------------------------------------------- */	
		.wrapper.style2 {
			background: #171c61;
			color: #ffffff;
			padding-top: 70px;
			padding-bottom: 40px;
			width: 100%;
		}
	.container{
		width: 100%
	}	
	
		
/*NEWS
---------------------------------------------------- */	
#wrap-box{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
	
	
	
.default-box{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.img-container{
  display:flex;/* flexbox */
  justify-content:center; /* 水平方向 */
  align-items: center; /* 垂直方向 */
}

#main-link{
  max-width: 100%;

	margin-left: auto;
  margin-right: auto;

}

.news{
	height: 300px;
	margin-bottom: 150px;
	width: 100%;
}


.news_left{
	float: left;
	margin-top: 10px;
	margin-left: 25px;
}

.news_right{
	float: none;
	overflow: auto;
padding: 15px;
}

.news_right_box{
	overflow:auto;
height:180px;
	margin-top: 30px;
}
	.main{
		width: 100%;

		padding: 10px;

	}	
	
	
	
	

#wrap {
  display: flex;           /* 全体を横並びに */
  flex-wrap: wrap;         /* 下に回り込む設定 */
  justify-content: center; /* flexboxの要素をセンターに寄せる */
  margin: auto;
  height: 400px;

}

.right-bar {
  width: 24%; /* サイドバーの横幅を設定 */
}

.left-bar {
  width: 18%; /* サイドバーの横幅を設定 */
}


.mov{
	margin-top: 20px;
}
.left-bar {
  text-align: left;
}

.main-box {
  width: 100%; /* 100 - サイドバーの横幅 * 2に設定 */
  height: 1000px;
}

.right-bar {
  text-align: right;
}




/*link
---------------------------------------------------- */
.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-bottom: 100px;
}
.col_4 > div{
	width: 25%;
	padding: 10px;
}

	.col_4 img{
width: 90%;
		margin: 10px;
	}	


/*footer
---------------------------------------------------- */
	
	.row {
margin-left: 0px;
margin-right: 0px;
}

.footer_info2{
	width: 100%;
	line-height: 1em;
	text-align: center;
}

.footer_info_font{
color: #FFFFFF;
font-size: 13px;
text-align: center;
float: none;


	}
	
	
	
	
/*キャッチコピー
---------------------------------------------------- */
.san_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 50vw 0 50vw;
  border-color: #002063 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
	
	
	
.san_box .san_in .san_t_a {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: normal;
  margin: 0 0 10px 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 5px;
}
	
}




