@charset "UTF-8";
/* CSS Document */
/*font*/

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;
}


body {
  line-height: 1.64rem;
  font-size: 16px;
  font-family: Noto Sans JP,'Sen',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #222;
}
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 {
  line-height: 2rem;
}
a {
  text-decoration: none;
  outline:none;
}

body{
	width: 100%;
	height: 100%;
}

    .sp-only {
        display: none!important;
    }

    .pc-only {
        display: block;
    }



/* ツイッタータイムライン */


#twitter_feed {
    width: 92%;
    height: 100%;
    margin: 0 auto;
    padding: 0 4%;
    background: #fff;
}

.twitter iFrame {
    width: 100%!important;
    height: 100%!important;
    display: block!important;
    background-color: #fff;
	min-height: 240px!important;
}






a img:hover{
	opacity: 0.8;
    transition: all  0.3s ease;
}


.cboxFullScreen #stage{
	position: fixed !important;
	top: inherit !important;

}
#stage{
	position: relative !important;
	top:0 !important;
	width:100%;
	min-width: 1240px;
}
.cboxPlay #stage{
	position: fixed !important;
	top: inherit !important;

}

.hdFixBox{
	position:absolute;
	box-sizing: border-box;
	padding: 20px 40px;
	top: 0;
	left: 0;
	width: 100%;
	clear:both;
	z-index:20;
}
#logo{
  position: fixed;
  left: 40px;
  top: 20px;
  z-index: 101;

}
#logo img{
  width: 200px;
  height: auto;
}
.cpage #logo img{
	width:181px;
	height:auto;
}


#gnavWrap{
	position:fixed;
	height:auto;
	display:block !important;
	opacity: 1!important;
	z-index: 10;
  width:  100%;
  Xfont-family: serif,Noto Sans JP,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#gnav #logo{
  float:  left;;
}
#gnav ul{
  margin-top: 20px;
  float:  right;
	font-size: 18px;
  overflow:  hidden;
  padding:20px 20px 20px 60px;
  position: relative;
  position: relative;
}
#gnav ul::after{
  content: '';
  position: absolute;
  left:0;
  bottom: 0;
  border: 100px solid #000;
  border-left: 50px solid transparent;
  border-top: 50px solid transparent;
  padding-top: 20px;
  z-index: -1;
  width: 100%;
}

#gnav li{
  float: left;
  display: block;;
	transition: all  0.4s ease;
  margin-right: 20px;
}

#gnav a{
		color: #FFF;
		opacity: 1 !important;
}

#gnav li:hover,
#gnav li.is-active{
  color: #f0cc81;
}
#gnav li:hover a,
#gnav li.is-active a{
  color: #f0cc81;
}
#gnav li.is-active{
  pointer-events: none!important;
  cursor: default!important;
}

.inner{
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0;
}



#ttlArea{
  width: 100%;
  position: relative;
  overflow:  hidden;
}
#index #ttlArea{
  padding-top: 48.3%;
}
.ttl_logo{
  display: block;
  margin: 0 auto;
}
.ttl_ov{
   position: absolute;
    left:50%; top:50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}
.ttl_txt{
  display: block;
  text-align:  center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: bold;
  padding-left: 3%;
}
.ttl_txt img{
  margin: 50px auto 0 auto;
}

.movBox{
  width: 100%;
  position: absolute;;
    left:50%; top:50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

}
.movBox video{
  width: 100%;

}
#scroll_ic{
  position: absolute;
  bottom: 5%;
    left:50%;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    animation-name: sc_ic;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1s;
}
@keyframes sc_ic {
    0% {
        transform: translate(-50%,0px);
    }

    100% {
        transform: translate(-50%,-10px)
    }
}
.cpage #scroll_ic{
  display: none;

}

#newsArea{
  background: #000;
  width: 100%;
  color:  #FFF;
  padding: 20px 0;
}
#newsArea .inner{
  padding: 0;

}
#newsArea .newest{
  float: left;
  overflow: hidden;;

}
#newsArea .newest a{
  color: #FFF;

}

#newsArea .link a{
  float: right;
  border: 2px solid #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  line-height: 1;
  color: #FFF;
}
#newsArea .link a:hover{
  background-color:#f0cc81;
  border-color: #f0cc81;
    transition: all  0.3s ease;

}

#newsArea .date{
  display: block;
  float: left;
  margin-right: 20px;
}
#newsArea .ttl{
  width: 710px;
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



.conBox_ttl{
  font-size: 32px;
  line-height: 1;
  position: relative;
  display: inline-block;
  background: url(../img/ic_hane.png) no-repeat left center;
  padding: 20px 0 20px 40px;
  vertical-align: text-bottom;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
.conBox_ttl span{
  display:  inline-block;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  top: -5px;
  margin-left: 10px;
  font-family: Noto Sans JP,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#index_service{
  width: 480px;
  float: left;
  background: url(../../img/img_hane.png) no-repeat right bottom;
}
#index_service .conBox_diteal{
  font-size: 14px;
  line-height: 3em;
}
#index_tw{
  width: 480px;
  float: right;
}


.link{
  transition: all  0.3s ease;
}
.bg_co_g{
  background: #EEE;

}

.worksList{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  justify-content: space-between;
   -webkit-justify-content: space-between;
   margin-bottom: 40px;
}
.worksList li{
  width: 24%;
}
.worksList li img{
  width: 100% !important;
  height: auto!important;
}


#index_works .link{
  overflow: hidden;
}
#index_works .link a{
  float: right;
  text-align: center;
  padding: 20px 20px 20px 20px;
  display: block;
  width: 246px;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing:border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transition: all  0.3s ease;
}
#index_works .link a:hover{
  background: #f0cc81;
  color: #FFF;
  border-color: #f0cc81;
}
#index_works .link a span{
  display: block;
  line-height: 1;
  color: #000;
    transition: all  0.3s ease;
}
#index_works .link a:hover span{
  color: #FFF;
}
#index_works .link a span{
  display: block;
  background: url(../img/arrow_off.png) no-repeat right;
}
#index_works .link a:hover span{
  background: url(../img/arrow_on.png) no-repeat right;
}
#index_works .link a:hover a{
  background: #CCC;
}
#index_works .link a:hover a{
  color: #FFF;
}


#index_recruit .recruit_link{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  justify-content: space-between;
   -webkit-justify-content: space-between;
   margin-top: 40px;
}
#index_recruit .recruit_link li{
  display: block;
  width: 32%;
  border: 1px solid #CCC;
  box-sizing:border-box;
}
#index_recruit .recruit_link li a{
  color: #000;
  display: block;;
  text-align: center;
  padding: 40px 20px 40px 10px;
    transition: all  0.3s ease;
}
#index_recruit .recruit_link li span{
  display: block;;
  background: url(../img/arrow_off.png) no-repeat right;
}
#index_recruit .recruit_link li:hover span{
  background: url(../img/arrow_on.png) no-repeat right;
}
#index_recruit .recruit_link li:hover a{
  background: #CCC;
}
#index_recruit .recruit_link li:hover a{
  color: #FFF;
}




#mainArea{
	min-width: 1240px;
	margin: 0 auto;
	box-sizing:border-box;
	z-index:1;
}
/*
#newsArea ul li .ttl{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 }
#newsArea li a{
	display: block;
	padding: 20px;
	font-size: 16px;
	color: #222;
}
#newsArea li  a .date{
	display: block;
	color: #8ba3ad;
}
#newsArea li a:hover{
	color: #FFF;
	background: #8ba3ad;
}
#newsArea li a:hover .date{
	color: #FFF;
}

.moreBtn{
	display: block;
	margin-top: 40px;
	text-align: center;
	color:#8ba3ad;
	border: 1px solid #8ba3ad;
	padding: 20px 0;
	position:relative;
	transition: all  0.3s ease;
}
.moreBtn::after{

	content:"";
	display:block;
	position: absolute;
	right:10%;
	top:46%;
	width:22px;
	padding-top: 6px;
	background:url(../img/common/arrow_off.png) no-repeat center right;
	background-size: 100% auto;

}

.moreBtn:hover{
	background: #8ba3ad;
	color: #FFF;
}
.moreBtn:hover::after{
	border-color: #FFF;
	background:url(../img/common/arrow_on.png) no-repeat center right;
	background-size: 100% auto;
}

*/



/* --------------------

footerArea

-------------------- */

#footerArea{
	background: #000;
	padding-top: 80px;
  text-align: center;
  color: #FFF;
}
#footerArea .ft_logo{
  margin-bottom: 40px;
}
#footerArea .ft_logo img{
  width: 340px;
  height: auto;
}
#ft_menu{
  font-size: 12px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#ft_menu li{
  display: inline-block;
  margin:0 10px;
}

#ft_menu a{
  color: #FFF;
}
#ft_menu a:hover{
  color: #f0cc81;
}
#snsBtn{
  text-align: center;
  margin-top: 40px;
}
#snsBtn ul{
  position: relative;
  display: inline-block;
  line-height: 1rem;
  vertical-align: bottom;
}
#snsBtn ul img{
  vertical-align: bottom;
  width: 40px;
  height: auto;
}
.share_ttl{
  display: inline-block;
  line-height: 40px;
  font-size: 12px;
  color:#FFF;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#snsBtn li{
  line-height:1;
  display:  inline-block;
  margin-left: 10px;
}
#snsBtn li img{
  height:auto;
  vertical-align: baseline;
}




#toTop{
	display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(../img/totop_off.png) no-repeat 0 0;
  width: 64px;
  height: 64px;
	transition: all  0.3s ease;
  text-indent: -99999px;
}
#toTop:hover{
  background: url(../img/totop_on.png);
}

.copylight{
	text-align: center;
	font-size: 10px;
  margin-top: 80px;
}












/*------------------------------------------------------------

TOP

-----------------------------*/
.twitter-inner{
  height: 276px;
  text-align: center;

}




/*------------------------------------------------------------

下層ページ

-----------------------------*/
.cpage #mainArea .inner{
  padding-top: 100px;
}
.cpage .movBox{

}

.cpage #ttlArea{
  padding-top: 26.25%;
  position: relative;
}
.cpage .pageTtl{
  display:block;
  text-align: center;
  margin-top: 40px;
}
.cpage .pageTtl span{
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  font-family: serif;
  border-bottom: 5px solid #000;
  padding-bottom: 5px;
}
.cpage .ttl_logo{
  width: 275px;
  height: auto;
}





.cpage #mainArea{
	padding-bottom: 120px;
}

.cpage .pageTtl{
  margin-top: 30px;
}
.cpage .ttl_txt{
  font-size: 18px;
  margin-top: 20px;
}

/*.cpage .subTtl{
  text-align: center;
  font-size: 30px;
  color: #8ba3ad;
  position: relative;;
  display:  inline-block;
}
.cpage .subTtl::before{
  content: "=";
  width: 1rem;
  height: 1rem;
  position:  absolute;;
  left: -2rem;
  top: 0;
}*/

/*------------------------------------------------------------
NEWS
-----------------------------*/
.archiveList{
  float: right;
  border: 1px solid #f0f0ee;
  padding: 10px;
  width: 225px;
  box-sizing: border-box;
}
.archiveList ul{
  padding: 20px;
}
.archiveList a{
  color: #000;
}
.archive_ttl{
  background: #000;
  color: #FFF;
  padding: 10px;
  display: block;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}
#news .boxWrap{
  width: 735px;
  float: left;
}
.box{
  border-bottom: 1px solid #f0f0ee;
  padding: 60px 0;
  font-size: 16px;
  margin-bottom: 80px;
}
.box .date{
  display: block;
  line-height: 1rem;
  margin-bottom: 10px;
}
.box .box_title{
  font-size: 20px;
  margin-bottom: 60px;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}
.box .box_txt p{
  margin-bottom:30px;
}
.box .box_txt img{
  display: block;
  margin: 0 auto 60px auto;
}
.box .box_txt a{
  margin-bottom:30px;
  display: block;
  color: #f0cc81;
}

.box .txtBox{
  border: 1px solid #f0f0ee;
  padding: 20px;
}
.box .txtTtl{
  background: #000;
  color: #FFF;
  line-height:1rem;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.box .box_txt .linkBtn{
  display: inline-block;
  text-align: center;
  color:#8ba3ad;
  border: 1px solid #8ba3ad;
  padding: 20px 60px 20px 30px;
  position:relative;
  transition: all  0.3s ease;
  box-sizing: border-box;
  Xletter-spacing: 0.3em;
}
.box .box_txt .linkBtn::after{
  content:"";
  display:block;
  position: absolute;
  right:10%;
  top:46%;
  width:22px;
  padding-top: 6px;
  background:url(../img/common/arrow_off.png) no-repeat center right;
  background-size: 100% auto;
}

.box .box_txt .linkBtn:hover{
  background: #8ba3ad;
  color: #FFF;
}
.box .box_txt .linkBtn:hover::after{
  border-color: #FFF;
  background:url(../img/common/arrow_on.png) no-repeat center right;
  background-size: 100% auto;
}


.backBtn{
  display: block;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  color:#8ba3ad;
  border: 1px solid #8ba3ad;
  padding: 20px 30px 20px 30px;
  position:relative;
  transition: all  0.3s ease;
  box-sizing: border-box;
  letter-spacing: 0.3em;
}
.backBtn::after{
  content:"";
  display:block;
  position: absolute;
  left:5%;
  top:46%;
  width:22px;
  padding-top: 6px;
  background:url(../img/common/back_off.png) no-repeat center right;
  background-size: 100% auto;
}

.backBtn:hover{
  background: #8ba3ad;
  color: #FFF;
}
.backBtn:hover::after{
  border-color: #FFF;
  background:url(../img/common/back_on.png) no-repeat center right;
  background-size: 100% auto;
}


/*------------------------------------------------------------
SERVICE
-----------------------------*/
.serviceList{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  justify-content: space-between;
   -webkit-justify-content: space-between;
   margin-bottom: 40px;
}
.serviceList li{
   margin-bottom: 20px;
}
#service .txtBox{
  padding: 0 85px;
  margin-bottom: 85px;
  line-height: 2em;

}
#service .txtBox2{
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  border: 1px solid #f0f0ee;
  overflow: hidden;
}
#service .txtBox2 .txt_in{
  float: left;
  padding: 20px;
}
#service .txtBox2 .img_link{
  float: right;
  width: 476px;
  height: 168px;
  background: url(../img/service/btn_contact_off.png) no-repeat 0 0;
  text-indent: -9999px;
  transition: all  0.3s ease;
  opacity: 1;
}
#service .txtBox2 .img_link:hover{
  opacity: 0.8;
  background: url(../img/service/btn_contact_on.png) no-repeat 0 0;
}
#service .link.backLink{
  overflow: hidden;
}
#service .link.backLink a{
  text-align: center;
  padding: 20px 20px 20px 20px;
  display: block;
  width: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing:border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transition: all  0.3s ease;
}
#service .link.backLink a{
  background-color: #000;
  border-radius: 0;
}
#service .link.backLink a:hover{
  background: #f0cc81;
  color: #FFF;
  border-color: #f0cc81;
}

#service .link.backLink a span{
  display: block;
  line-height: 1;
  color: #000;
    transition: all  0.3s ease;
}
#service .link.backLinka:hover span{
  color: #FFF;
}
#service .link.backLink a span{
  display: block;
  background: url(../img/arrow_off.png) no-repeat right;
}
#service .link.backLink:hover a span{
  background: url(../img/arrow_on.png) no-repeat right;
}
#service .link.backLink:hover a{
  color: #FFF;
}
#service .link.backLink{
  width: 216px;
  margin:0 auto;
}
#service .link.backLink a span{
  color: #FFF;
  background: url(../img/arrow_on_l.png) no-repeat left;
}
#service .link.backLink:hover  a span{
  background: url(../img/arrow_on_l.png) no-repeat left;
}

#service .sTtl{
  display: block;
  border-left:  8px solid #f0cc81;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
#service .detailBox{
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom:  1px solid #CCC;

}/*------------------------------------------------------------
CONTACT
-----------------------------*/
#contact .txtBox{
  padding: 0 85px;
  margin-bottom: 85px;
  line-height: 2em;
}
#contact .img_link{
  display: block;
  float: right;
  width: 980px;
  height: 168px;
  background: url(../img/btn_contact_off.png) no-repeat 0 0;
  text-indent: -9999px;
  transition: all  0.3s ease;
  opacity: 1;
}
#contact .img_link:hover{
  opacity: 0.8;
  background: url(../img/btn_contact_on.png) no-repeat 0 0;
}
/*------------------------------------------------------------
COMPANY
-----------------------------*/
#company .pageNav ul{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  justify-content: space-between;
   -webkit-justify-content: space-between;
   Xwidth: 700px;
   margin:0 auto;
}
#company .pageNav ul li{
  width: 32%;
  background: url(../img/company/pagenav_ic.png) no-repeat center bottom;
  padding-bottom: 20px;
}
#company .pageNav ul li a{
  width: 100%;
  box-sizing :border-box;
  padding: 20px;
  background: #000;
  display: block;
  color: #FFF;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
    transition: all  0.4s ease;

}
#company .pageNav ul li a:hover{
  background: #f0cc81;
}

#blo2{
  background: url(../img/company/bg_txt.png) no-repeat center bottom;
  margin-bottom: -5px;
  padding-bottom: 50px;
}
.companyInfo{
  overflow: hidden;
  background: #FFF;
}
.companyInfo dt{
  float: right;
}
.companyInfo dd{
  float: left;
  padding: 40px 30px;
  line-height: 1.5em;
}
.companyInfo dd .ttl{
  display: block;
  font-weight: bold;
}
.companyInfo dd .wrap{
  margin-bottom: 30px;
}
#blo3{
  padding-bottom: 80px;
}
.mapWrap .txtBox{
  font-weight: bold;
  padding: 0 !important;
  margin-bottom: 40px;
}
.mapWrap .blo_ttl{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  margin-right: 20px;
}
.mbBox{
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
  min-height: 550px;
}
.profile{
  width: 575px;
  box-sizing: border-box;
  background: #f0f0ee;
  margin-top:  40px;
  line-height: 2em;
}
.profile .wrap{
  margin-bottom: 20px;
}
.profile .wrap .ttl{
  display: block;
  font-weight: bold;
}

.type1 .profile{
  float: right;
  padding: 40px 40px 40px 140px;
}
.type1 .name{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.type2 .profile{
  padding: 40px 140px 40px 40px;
}
.type2 .name{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#blo5 .wrap{
  font-size: 12px;
  margin-bottom: 40px;
}
#blo5 .boxWrap{
  overflow: hidden;
}
#blo5 .box_left{
  width: 480px;
  float: left;
}
#blo5 .box_right{
  width: 480px;
  float: right;
}
#blo5 .wrap .ttl{
  background: #000;
  color: #FFF;
  display: block;
  width: 160px;
  text-align: center;
  margin-bottom: 10px;
}
#blo5 .wrap .sttl{
  text-decoration: underline;
  display: inline-block;
}
/*------------------------------------------------------------
WORKS
-----------------------------*/
#works .pageNav{
  margin-bottom: 80px;
}
#works .pageNav ul{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  justify-content: space-between;
   -webkit-justify-content: space-between;
   margin: 0 auto;
}
#works .pageNav ul li{
  width: 16%;
  background: url(../img/company/pagenav_ic.png) no-repeat center bottom;
  padding-bottom: 20px;
}
#works .pageNav ul li a{
  width: 100%;
  box-sizing :border-box;
  padding: 20px;
  background: #000;
  display: block;
  color: #FFF;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
    transition: all  0.4s ease;

}
#works .pageNav ul li a:hover{
  background: #f0cc81;
}





#works .conBox_diteal{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  justify-content: space-between;
   -webkit-justify-content: space-between;
}
#works .conBox{
  margin-bottom: 120px;

}
#works .conBox_diteal li{
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
#works .conBox_diteal li .imgBox{
  width: 100%;
  height: 315px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-sizing:border-box;
  border: 1px solid #CCC;
}
#works .conBox_diteal li .img{
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#works .conBox_diteal li .img img{
  width: 100%;
  height: auto;
  display: block;
}
#works .conBox_diteal li .ttl{
  display: block;
  border-left:  8px solid #f0cc81;
  padding-left: 20px;
  line-height: 2em;
  margin-top: 20px;
}
#works .conBox_diteal li a{
  color: #000;
  font-weight: bold;
}

#works.single .link{
  overflow: hidden;
}
#works.single .link a{
  text-align: center;
  padding: 20px 20px 20px 20px;
  display: block;
  width: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing:border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transition: all  0.3s ease;
}
#works.single .link.backLink a{
  background-color: #000;
  border-radius: 0;
}
#works.single .link a:hover{
  background: #f0cc81;
  color: #FFF;
  border-color: #f0cc81;
}

#works.single .link a span{
  display: block;
  line-height: 1;
  color: #000;
    transition: all  0.3s ease;
}
#works.single .link a:hover span{
  color: #FFF;
}
#works.single .link a span{
  display: block;
  background: url(../img/arrow_off.png) no-repeat right;
}
#works.single .link:hover a span{
  background: url(../img/arrow_on.png) no-repeat right;
}
#works.single .link:hover a{
  color: #FFF;
}
#works.single .link.backLink{
  width: 216px;
  margin:0 auto;
}
#works.single .link.backLink a span{
  color: #FFF;
  background: url(../img/arrow_on_l.png) no-repeat left;
}
#works.single .link.backLink:hover  a span{
  background: url(../img/arrow_on_l.png) no-repeat left;
}
#works .detailBox{
  overflow: hidden;
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom:  1px solid #CCC;
}
#works .detailBox .ttl{
  display: block;
  border-left:  8px solid #f0cc81;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
#works .detailBox .co{
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}
#works .detailBox .img{
  float: left;
  width: 480px;
}
#works .detailBox .img img{
  width: 100%!important;
  max-width: 480px !important;
  height: auto!important;
}
#works .detailBox .txt{
  padding-left: 20px;
  margin-bottom: 40px;
}
#works .detailBox .txtWrap{
  width: 480px;
  float: right;
  box-sizing: border-box;
}
#works .detailBox .txtWrap .link{
  margin-top: 10px;
}
/*------------------------------------------------------------
RECRUIT
-----------------------------*/
#recruit .txtBox{
  padding: 0 85px;
  margin-bottom: 85px;
  line-height: 2em;
  font-weight: bold;

}
#recruit .txtBox2{
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2em;
  border: 1px solid #f0f0ee;
  overflow: hidden;
}
#recruit .txtBox2 .txt_in{
  float: left;
  padding: 20px;
}
#recruit .txtBox2 .img_link{
  float: right;
  width: 476px;
  height: 168px;
  background: url(../img/recruit/btn_contact_off.png) no-repeat 0 0;
  text-indent: -9999px;
  transition: all  0.3s ease;
  opacity: 1;
}
#recruit .txtBox2 .img_link:hover{
  opacity: 0.8;
  background: url(../img/recruit/btn_contact_on.png) no-repeat 0 0;
}
#recruit .txtBox3{
  margin-bottom: 120px;
}

#recruit .txtBox3 .txtLineBox{
  border: 10px solid #CCC;
  padding:20px;
  font-size:14px;
  margin-bottom: 60px;
}
#recruit .txtBox3 .haneTtl{
  display: inline-block;
  color: #FFF;
  padding: 15px 20px 15px 50px;
  min-width: 280px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #000 url(../img/recruit/hane_ic.png) no-repeat left center;


}


/*------------------------------------------------------------

ローディング

-----------------------------*/

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  line-height: 1;
  z-index: 5000;
	color: #FFF;
	font-size: 10px;
  font-family: serif;
}
#loader img{
  display: block;
  margin: 0 auto 30px;
}


#loader .inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}


#loader p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  -webkit-animation: blink 2s ease-in-out infinite;
  animation: blink 2s ease-in-out infinite;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .08em;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.loader {
	display: block;
  color: #8ba3ad;
  font-size: 12px;
  margin: 0 auto 3% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}



/*--------------------
--------------------*/
.link.backLink{
  overflow: hidden;
}
.link.backLink a{
  text-align: center;
  padding: 20px 20px 20px 20px;
  display: block;
  width: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  box-sizing:border-box;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transition: all  0.3s ease;
}
.link.backLink a{
  background-color: #000;
  border-radius: 0;
}
.link.backLink a:hover{
  background: #f0cc81;
  color: #FFF;
  border-color: #f0cc81;
}

.link.backLink a span{
  display: block;
  line-height: 1;
  color: #000;
    transition: all  0.3s ease;
}
.link.backLinka:hover span{
  color: #FFF;
}
.link.backLink a span{
  display: block;
  background: url(../img/arrow_off.png) no-repeat right;
}
.link.backLink:hover a span{
  background: url(../img/arrow_on.png) no-repeat right;
}
.link.backLink:hover a{
  color: #FFF;
}
.link.backLink{
  width: 216px;
  margin:0 auto;
}
.link.backLink a span{
  color: #FFF;
  background: url(../img/arrow_on_l.png) no-repeat left;
}
.link.backLink:hover  a span{
  background: url(../img/arrow_on_l.png) no-repeat left;
}


.page_navi {
    text-align: center;
}

.page_navi li {
    display: inline;
    list-style: none;
}

.page_navi li.current span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    padding: 3px 7px;
    background: #000;
    border: solid 1px #000;
}

.page_navi li a {
    color: #333;
    padding: 3px 7px;
    background: #eee;
    display: inline-block;
    border: solid 1px #999;
    text-decoration: none;
}

.page_navi li a:hover {
    color: #f0cc81;
}

.page_navi li.page_nums span {
    color: #fff;
    padding: 3px 7px;
    background: #666;
    display: inline-block;
    border: solid 1px #333;
}
