@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, caption, blockquote, div, section, p {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.1em; }
header,footer,article,main,nav,section{
	display: block;
}
body {
  margin: 0;
  padding: 0;
/*  min-width: 1280px;*/
	min-width: 980px;
  font-family: fgutsukushiweb,"a-otf-ryumin-pr6n",Times New Roman,ヒラギノ明朝 Pro W3,Hiragino Mincho Pro,HiraMinProN-W3,游明朝,Yu Mincho,游明朝体,YuMincho,HGS明朝E,HG明朝E,ＭＳ Ｐ明朝,MS PMincho,serif;
  color: #333;
  background-color: #fff;
  text-align: center; }

header, main, footer {
  width: 100%;
/*  min-width: 1280px;*/
	min-width: 980px;
  overflow: hidden; }

a, span {
  font-size: 1em;
  color: inherit;
  line-height: inherit; }

a img {
  border: none;
  vertical-align: middle; }

a:hover img {
  opacity: 0.8;
  vertical-align: middle; }

body.pc a[href^="tel:"] {
  text-decoration: none;
  cursor: default; }
  body.pc a[href^="tel:"]:hover img {
    opacity: 1; }

.block {
  display: block; }

.inline_b {
  display: inline-block; }

.sp_only {
  display: none; }

.nowrap {
  white-space: nowrap; }

.box_wide {
  width: 980px;/*1165px;*/
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  box-sizing: border-box; }

.box_inner {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  text-align: left;
  box-sizing: border-box; }

.box_left {
  float: left;
  width: 50%;
  margin: 0; }

.box_right {
  float: right;
  width: 50%;
  margin: 0; }

.txt_right {
  text-align: right; }

.txt {
  line-height: 1.625em; }
  .txt > p {
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 1.625em; }
    .txt > p:last-child {
      margin-bottom: 0; }
.clear{
	clear: both;
}
.small {
  font-size: 0.875em; }

.red {
  color: #c32d30; }

.txt_right {
  text-align: right; }

.txt_center {
  text-align: center; }

.float_l {
  float: left; }

.over_hidden {
  overflow: hidden; }

.w_7em {
  width: 7em;
  display: inline-block; }

.l_space02 {
  letter-spacing: 2em;
  margin-right: -2em;
  display: inline-block; }

.news_ttl_ku {
  font-size: 1.125em;
  letter-spacing: 0.26em; }
  .news_ttl_ku > span {
    width: 1em;
    height: 1em;
    margin-left: -1.13em;
    margin-right: 0.13em;
    text-align: center;
    overflow: visible;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    top: -27px;
    left: 0.5em;
    background: url(../../images/common/news-bg-ku.png) center bottom no-repeat; }

.btn.wh {
  text-decoration: none;
  display: inline-block;
  color: #000;
  background: #fff url(../../images/common/ico_right.png) right 20px center no-repeat;
  padding: 13px 47px 13px 20px;
  box-sizing: border-box;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  border: solid 1px #c2c2c2; }
.btn:hover {
  opacity: 0.8; }

/*** header ***/
.logo {
  display: inline-block;
  vertical-align: middle;
  float: left; }
  .logo img {
    vertical-align: middle;
    height: 30px;
 }

#btn_nav {
	cursor: pointer;
  display: inline-block;
  margin: 0 0 0 41px;
  line-height: normal; }
  #btn_nav:hover {
    opacity: 0.8; }

header {
  position: absolute; }
  header .box_wide {
    line-height: 80px;
    overflow: hidden;
    z-index: 2; }
  header .box_right {
	  width: 260px;
    height: 100%;
    line-height: inherit;
    text-align: right;
    float: right; }
    header .box_right > *:not(.sp_only) {
      vertical-align: middle;
      line-height: normal;
      display: inline-block; }

body:not(.front_page) header {
  position: fixed;
  z-index: 200;
  background: #fff; }

#gran_nav {
  display: none;
  background: #fff;
  width: 100%; }
  #gran_nav ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0 auto; }
  #gran_nav li {
    float: left;
    margin: 0; }
    #gran_nav li:nth-child(n+2) {
      margin-left: 30px; }
  #gran_nav a {
    text-decoration: none;
    display: inline-block;
    line-height: 200px; }

.box_h1 {
  height: 0;
  padding-bottom: 27%;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 80px 0 36px; }
  .box_h1 video {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0; }
  .box_h1 h1 {
	text-shadow: 1px 1px 2px #000;
	  -ms-filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 2.125em;
    color: #fff;
    display: inline-block;
    height: 2.35294em; }
    .box_h1 h1:after {
      content: attr(data-sub);
      display: block;
      font-size: 0.47059em;
      margin-top: 1.625em;
      line-height: 1.1em; }

/*** footer ***/
.footer_nav{
	padding-bottom: 120px;
	background: url(../../images/common/footer-line.png) center bottom no-repeat;
    background-size: contain;
}
.footer_nav ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0; }
.footer_nav li {
  float: left; }
  .footer_nav li:nth-child(n+2) {
    margin-left: 30px; }
.footer_nav a {
  text-decoration: none; }
  .footer_nav a:hover {
    opacity: 0.8; }

.footer_news_list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px; }
  .footer_news_list li {
    font-size: 0.875em;
    line-height: 1.28571em;
    margin: 0 0 19px;
    overflow: hidden; }
  .footer_news_list .date {
    display: block;
    float: left;
    clear: both;
    width: 7em; }
  .footer_news_list a {
    display: inline-block;
    width: 28em;
    float: left; }
  .footer_news_list + p {
    font-size: 0.875em;
    margin: 0 0 75px; }

footer a {
  text-decoration: none; }
footer .box_left {
  width: 487px; }
  footer .box_left p {
    margin: 0 0 29px;
    line-height: 1.28571em;
    font-size: 0.875em; }
    footer .box_left p.name {
      font-size: 1.375em; }
footer .box_left .sns a:first-child{
	display: inline-block;
	margin-right: 14px;
}
footer .box_right {
  width: 493px;
  padding: 49px 0 0 0; }

.footer_comment {
  clear: both;
  width: 100%;
  height: 343px;
  background: url(../../images/common/bg-footer.jpg) top repeat-x;
  text-align: center;
  line-height: 343px;
  color: #fff;
  font-size: 46px;
  margin: 0; }

.copyright {
  text-align: center;
  color: #505050;
  font-size: 12px;
  height: 174px;
  line-height: 174px;
  margin: 0; }

#btn_gotop{
	position:fixed;
  bottom:20px;
  right:20px;
  display:none;
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
#btn_gotop:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.bread {
  text-align: center;
  font-size: 0.875em;
  margin: 0 0 92px; }

main {
  padding: 0 0 240px;
  display: block; }

@media screen and (max-device-width: 599px) {
  body {
    -webkit-text-size-adjust: 100%; }

  html, body, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, caption, blockquote, div, section, p {
    font-size: 20px; }

  body, header, main, footer, .box_inner, .box_wide {
    width: 500px;
    min-width: inherit;
    overflow: auto;
    box-sizing: border-box; }

  .box_wide {
    padding-left: 25px;
    padding-right: 25px; }

  .box_inner {
    padding-left: 50px;
    padding-right: 50px; }

  .sp_only {
    display: inline-block; }

  .pc_only {
    display: none !important; }

  .sp_block {
    display: block; }

  .box_left, .box_right {
    float: none;
    max-width: 100%; }

  .txt {
    line-height: 1.65em; }
    .txt > p {
      margin-bottom: 1.65em; }
    .txt br.sp_twice {
      line-height: 3.3em; }

  img {
    max-width: 100%;
    height: auto; }

  .btn.wh {
    display: block; }

  /*** header ***/
  #btn_nav {
    width: 53px; }
    #btn_nav img {
      width: 80%; }

  .box_h1 {
    height: 210px;
    margin-bottom: 65px;
    padding-bottom: 0;
    background-position: center;
    background-size: cover; }
    .box_h1 h1 {
      font-size: 1.5em; }
      .box_h1 h1:after {
        font-size: 0.7em;
        margin-top: 20px; }
    .box_h1 video {
      display: none; }

  main.concept .box_h1 {
    background-image: url(../../images_sp/concept/mv-bg.jpg); }

  main.company .box_h1 {
    background-image: url(../../images_sp/company/mv-bg.jpg); }

  main.staff .box_h1 {
    background-image: url(../../images_sp/company/staff-mv-bg.jpg); }

  main.service .box_h1 {
    background-image: url(../../images_sp/service/mv-bg.jpg); }
  main.system .box_h1 {
    background-image: url(../../images_sp/service/system-mv-bg.jpg); }
  main.platform .box_h1 {
    background-image: url(../../images_sp/service/platform-mv-bg.jpg); }

  main.news .box_h1 {
    background-image: url(../../images_sp/news/mv-bg.jpg); }

  main.works .box_h1 {
    background-image: url(../../images_sp/works/mv-bg.jpg); }

  main.inquiry .box_h1 {
    background-image: url(../../images_sp/service/mv-bg.jpg); }

  main.recruit .box_h1 {
    background-image: url(../../images_sp/recruit/mv-bg.jpg); }

  header a[href^=tel] {
    width: 27px; }

  #gran_nav ul {
    overflow: auto; }
  #gran_nav li {
    float: none;
    margin: 0 !important; }
  #gran_nav a {
    display: block;
    line-height: 3em;
    text-align: center; }

  /*** footer ***/
  footer {
    position: relative;
    padding-top: 47px; }
    footer .box_double {
      position: relative;
      padding-bottom: 0px; }
    footer .box_left {
      padding: 0 50px;
      width: 100%;
      /* position: absolute; */
      bottom: 0;
      left: 0;
      max-height: 100%;
      box-sizing: border-box; }
    footer .box_right {
      padding-top: 50px; }
	.footer_news_list a{
		width: 100%;
	}
    footer a[href="#pagetop"] {
      /* position: absolute; */
      bottom: 910px;
      display: block;
      width: 100%;
      padding: 16px 0;
      text-align: center;
      border-top: solid 1px #494949;
      border-bottom: solid 1px #494949;
      margin: 0 0 20px;
      z-index: 100; }
      footer a[href="#pagetop"] img {
        width: 32px;
        height: auto; }
    footer .name {
      font-size: 1.1em;
      margin-bottom: 31px; }
      footer .name + p {
        font-size: 0.89961em;
        margin-bottom: 30px; }
      footer .name + p + p {
        font-size: 0.74985em;
        line-height: 1.27705em; }
	footer .box_left .sns a{
		display: inline-block;
	}
	footer .box_left .sns a img{
		display: none;
	}
	footer .box_left .sns a:first-child{
		width: 180px;
		height: 46px;
		background: url(../../images_sp/common/footer-bnr-fb.png) center/contain no-repeat;
		margin-right: 25px;
	}
	footer .box_left .sns a:last-child{
		width: 186px;
		height: 46px;
		background: url(../../images_sp/common/footer-bnr-insta.png) center/contain no-repeat;
	}
  .footer_nav {
    /* position: absolute; */
    /* bottom: 220px;
    top: auto;
    margin: 0 0 40px;
    padding: 0 0 50px;
	background-size: 450px;
	background-position: center bottom 63px; */
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
	background-image: none;
	/* background-image: url(../../images_sp/common/footer-line.png); */
    /* left: 0;  */
    }
    .footer_nav ul {
      margin: 0;
      padding: 0; }
    .footer_nav li {
      width: 50%;
      margin: 0 !important;
      font-size: 0.9em;
      text-align: center;
      line-height: 57px; }

  .footer_comment {
    font-size: 24.999px;
    background: url(../../images_sp/common/footer-bg.jpg) center/100%;
    height: 205px;
    line-height: 205px;
    margin-bottom: 0; }

  .copyright {
    font-size: 0.935em;
    padding: 40px 0;
    line-height: 1.23529em;
    height: auto;
    max-height: 100%; }

  /*** main ***/
  main {
    padding-bottom: 59px; }

  .bread {
    display: none; } }
