<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*reset*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

p {
  margin-bottom: 1em;
  line-height: 1.6;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #1f577f;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
a:hover {
  text-decoration: underline;
  opacity: .7;
}
a img {
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
a img:hover {
  opacity: .7;
}

body {
  background: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

#cover {
  height: 100%;
}

/* header */
.header .navbar {
  background: none;
  border: none;
  position: relative;
  margin-bottom: 0;
}
.header a {
  color: #FFF;
}
.header a:hover {
  text-decoration: none;
}
.header .siteid {
  margin: 0;
  position: absolute;
  top: 51px;
}
.header .siteid a {
  margin: 0;
  padding: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.header .siteid a:hover {
  opacity: .7;
}
.header .gnav {
  position: relative;
  padding: 51px 0 0 151px;
  font-family: 'Slabo 27px', serif;
  text-transform: uppercase;
}
.header .gnav li {
  margin-right: 10px;
}
.header .gnav .gnav-nav a {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  font-size: 18px;
  color: #FFF;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
}
.header .gnav .gnav-nav a:hover {
  background: rgba(206, 103, 19, 0.6);
  opacity: 1;
  color: #FFF;
}
.header .gnav .gnav-sns a {
  padding: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  color: #FFF;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.header .gnav .gnav-sns a:hover {
  opacity: .7;
  color: #FFF;
}
.header .gnav .gnav-sns-facebook {
  position: absolute;
  right: 30px;
}
.header .gnav .gnav-sns-twitter {
  position: absolute;
  right: 0;
}
.header .nav-open {
  display: none;
}

/* cover */
.cover {
  width: 100%;
  height: 100%;
  display: table;
}
.cover h1 {
  position: relative;
  width: 1035px;
  margin: auto;
  margin-top: -150px;
  font-family: 'Slabo 27px', serif;
  font-size: 35px;
  text-transform: none;
  color: #FFF;
}
.cover h1:after {
  border-top: 1px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 225px;
  margin: auto;
}
.cover h1:before {
  border-top: 1px solid #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 225px;
  margin: auto;
}
.cover .message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cover .message-box {
  width: 1035px;
  margin: auto;
  margin-top: -17px;
  padding: 60px 0 30px 0;
  border: 1px solid #fff;
  border-top: none;
}
.cover .three-services {
  margin-bottom: 28px;
  font-family: 'Slabo 27px', serif;
  font-size: 50px;
  text-transform: uppercase;
  color: #FFF;
}
.cover .catchcopy {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.cover .scroll {
  display: block;
  color: #FFF;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  border: 2px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.cover .slide {
  -webkit-filter: blur(6px);
}

/* section */
.section {
  background: url("../img/body-bg.png");
  padding: 84px 0 114px 0;
}
.section .section-head {
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Slabo 27px', serif;
  font-size: 43px;
  text-transform: uppercase;
}
.section .leadcopy {
  text-align: center;
  font-size: 16px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.6;
}
.section .eyecatch {
  display: block;
  border: 7px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0 0 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.22) 0 0 8px;
}
.section .eyecatch img {
  width: 100%;
  height: auto;
}
.section .bodycopy {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 2em;
}
.section .more a {
  display: block;
  height: 50px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* services */
.services .section-head {
  position: relative;
  margin: 0 0 30px 0;
}
.services .section-head:before {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 450px;
}
.services .section-head:after {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 450px;
}
.services .eyecatch {
  margin-bottom: 23px;
}
.services h3 {
  margin-bottom: 23px;
  font-family: 'Slabo 27px', serif;
  font-size: 24px;
  text-transform: uppercase;
}
.services h3 span {
  font-size: 15px;
  margin-right: 3px;
}
.services .graphic .fa-stack {
  color: #8ABD3A;
}
.services .web .fa-stack {
  color: #CA476F;
}
.services .training .fa-stack {
  color: #3AA0BD;
}
.services .more a {
  width: 173px;
  border: 1px solid #CE6713;
  color: #CE6713;
}
.services .more a:hover {
  background: #CE6713;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

/* works */
.works {
  background: url("../img/works-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.works .section-head {
  position: relative;
  margin: 0 0 30px 0;
  color: #FFF;
}
.works .section-head:before {
  border-top: 1px dotted #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 470px;
}
.works .section-head:after {
  border-top: 1px dotted #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 470px;
}
.works .leadcopy {
  color: #FFF;
}
.works .box {
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 1em;
  background: #FFF;
  z-index: 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0 0 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 0 8px;
  box-shadow: rgba(0, 0, 0, 0.22) 0 0 8px;
}
.works .eyecatch {
  margin-bottom: 24px;
  -moz-box-shadow: rgba(0, 0, 0, 0.42) 0 0 27px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.42) 0 0 27px inset;
  box-shadow: rgba(0, 0, 0, 0.42) 0 0 27px inset;
}
.works h3 {
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 22px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.works .bodycopy {
  padding: 0 16px;
}
.works .cat {
  position: absolute;
  top: 13px;
  left: -10px;
  width: 120px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  z-index: 100;
}
.works .cat:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  z-index: 1;
}
.works .cat-graphic {
  background: #8ABD3A;
}
.works .cat-graphic:before {
  border-color: transparent #5f8c18 transparent transparent;
}
.works .cat-web {
  background: #ca476f;
}
.works .cat-web:before {
  border-color: transparent #8c1847 transparent transparent;
}
.works .cat-training {
  background: #3aa0bd;
}
.works .cat-training:before {
  border-color: transparent #18678c transparent transparent;
}
.works .more a {
  width: 202px;
  border: 1px solid #fff;
  color: #fff;
}
.works .more a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  opacity: 1;
}

/* news &amp; blog */
.news-blog .section-head {
  position: relative;
  margin: 0 0 30px 0;
}
.news-blog .section-head span {
  font-size: 36px;
}
.news-blog .section-head:before {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 420px;
}
.news-blog .section-head:after {
  border-top: 1px dotted #000;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 420px;
}
.news-blog h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'Slabo 27px', serif;
  font-size: 27px;
  text-transform: uppercase;
}
.news-blog .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 202px;
  height: 52px;
}
.news-blog .more a {
  width: 202px;
  border: 1px solid #CE6713;
  color: #CE6713;
}
.news-blog .more a:hover {
  background: #CE6713;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

span {
display: inline-block;
width: 10em;
}

.google-map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.google-map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* news */
.news {
  position: relative;
  height: 600px;
}
.news dl {
  font-size: 12px;
  margin-bottom: 67px;
}
.news dt {
  margin-bottom: 10px;
}
.news dd {
  line-height: 1.7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

/* blog */
.blog {
  position: relative;
  height: 600px;
}
.blog h3 {
  margin-bottom: 30px;
}
.blog .entry {
  padding: 0;
  padding: 0 15px 0 0;
}
.blog .entry.last {
  padding: 0 0 0 15px;
}
.blog .eyecatch {
  margin-bottom: 22px;
}
.blog .bodycopy {
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.blog h4 {
  margin-bottom: 22px;
  font-size: 18px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 1.4;
}
.blog .more {
  clear: both;
}



/* footer */
.footer {
  background: #fff;
  padding: 50px 0 100px 0;
  position: relative;
}
.footer .gnav {
  margin-bottom: 20px;
  font-family: 'Slabo 27px', serif;
  text-transform: uppercase;
}
.footer .gnav .siteid {
  float: left;
  margin: 3px 20px 0 0;
}
.footer .gnav li {
  float: left;
  margin-right: 10px;
}
.footer .gnav ul {
  position: relative;
}
.footer .gnav .gnav-nav a {
  display: block;
  padding: 9px 15px 11px 15px;
  color: #000;
}
.footer .gnav .gnav-sns a {
  display: block;
  padding: 9px 0 11px 0;
  color: #000;
}
.footer .gnav .gnav-sns a:hover {
  background: none;
}
.footer address {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 1.7;
}
.footer .sns {
  margin-bottom: 20px;
}
.footer .sns .sns-button {
  float: left;
  margin-right: 10px;
}
.footer small {
  font-size: 12px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* --------------------------------
 responsive　setting
---------------------------------*/
/* max-width: 1200px */
@media screen and (max-width: 1200px) {
  .cover h1 {
    width: 90%;
  }
  .cover h1:before, .cover h1:after {
    width: 20%;
  }
  .cover .message-box {
    width: 90%;
  }
  .cover .message-box p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding: 50px 0;
  }

  .services .section-head:before {
    width: 350px;
  }
  .services .section-head:after {
    width: 350px;
  }
  .services .box:last-child {
    margin-bottom: 0;
  }

  .works .section-head:before {
    width: 370px;
  }
  .works .section-head:after {
    width: 370px;
  }

  .news-blog .section-head:before {
    width: 320px;
  }
  .news-blog .section-head:after {
    width: 320px;
  }
}
/* max-width: 992px */
@media screen and (max-width: 991px) {
  .header .container {
    width: 100%;
  }

  .services .section-head:before {
    border-top: 1px dotted #000;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 250px;
  }
  .services .section-head:after {
    border-top: 1px dotted #000;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 250px;
  }
  .services .box {
    margin-bottom: 60px;
  }

  .works .section-head:before {
    width: 260px;
  }
  .works .section-head:after {
    width: 260px;
  }

  .news-blog .section-head:before {
    width: 210px;
  }
  .news-blog .section-head:after {
    width: 210px;
  }
  .news-blog .news, .news-blog .blog {
    height: auto;
  }
  .news-blog .news .more, .news-blog .blog .more {
    position: static;
  }
  .news-blog .news {
    margin-bottom: 50px;
  }
  .news-blog .news dl {
    margin-bottom: 3rem;
  }
  .news-blog .blog .entry {
    margin-bottom: 2rem;
  }

  .footer .gnav li {
    margin-right: 5px;
  }
  .footer .gnav .nav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* max-width: 855px */
@media only screen and (min-width: 768px) and (max-width: 855px) {
  .header .gnav {
    padding-left: 120px;
  }
  .header .gnav li {
    margin: 0;
  }
}
/* max-width: 767px */
@media screen and (max-width: 767px) {
  .header {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .header .navbar-inverse .navbar-toggle {
    border: none;
    float: none;
    position: absolute;
    margin: -9px -10px;
    top: 19px;
  }
  .header .siteid {
    position: static;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .header .siteid .navbar-brand {
    float: none;
    text-align: center;
  }
  .header .siteid .navbar-brand &gt; img {
    display: inline;
  }
  .header .gnav {
    padding: 0;
  }
  .header .gnav li {
    margin-right: 0;
  }
  .header .gnav .nav {
    margin: 0;
  }
  .header .gnav .gnav-sns {
    position: static;
  }
  .header .gnav .gnav-sns a {
    padding: 0 15px;
  }
  .header .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .cover .message h1 {
    margin: 60px auto 10px auto;
    font-size: 30px;
  }
  .cover .message h1:before, .cover .message h1:after {
    border: none;
  }
  .cover .message .message-box {
    margin-top: auto;
    padding: 0;
    border: none;
  }
  .cover .message .three-services {
    font-size: 50px;
  }
  .cover .message .catchcopy {
    display: none;
  }

  .services .section-head:before, .services .section-head:after, .works .section-head:before, .works .section-head:after, .news-blog .section-head:before, .news-blog .section-head:after {
    border: none;
  }

  .footer .gnav {
    position: relative;
    overflow: hidden;
  }
  .footer .gnav ul {
    float: left;
    left: 50%;
    position: relative;
  }
  .footer .gnav ul li {
    left: -50%;
    position: relative;
  }
  .footer .gnav .siteid {
    float: none;
    margin: 0 0 1em 0;
    text-align: center;
  }
  .footer address {
    text-align: center;
  }
  .footer .sns {
    width: 362px;
    margin: 0 auto 20px auto;
  }
  .footer .sns .sns-button {
    margin-right: 5px;
  }
  .footer .sns .sns-button:last-child {
    margin: 0;
  }
  .footer small {
    display: block;
    text-align: center;
  }
}
/* max-width: 640px */
@media screen and (max-width: 640px) {
  /* cover */
  .cover .message h1 {
    margin: 60px auto 10px auto;
    font-size: 20px;
  }
  .cover .message .three-services {
    font-size: 30px;
  }

  .news-blog .blog .entry {
    padding: 0;
  }
  .news-blog .blog .entry.last {
    padding: 0;
  }

  .footer .container {
    margin: 0;
    padding: 0;
  }
  .footer .gnav ul {
    border-top: 1px solid #ccc;
    float: none;
    position: static;
    left: 0;
  }
  .footer .gnav ul li {
    width: 50%;
    margin-right: 0;
    border-collapse: collapse;
    position: static;
    left: 0;
  }
  .footer .gnav .gnav-nav a, .footer .gnav .gnav-sns a {
    padding: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
  }
  .footer .gnav .gnav-nav a:nth-child(odd), .footer .gnav .gnav-sns a:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .footer .gnav .gnav-nav a:hover, .footer .gnav .gnav-sns a:hover {
    text-decoration: none;
    background: #eee;
  }
  .footer address {
    text-align: center;
  }
  .footer .sns {
    width: 362px;
    margin: 0 auto 20px auto;
  }
  .footer .sns .sns-button {
    margin-right: 5px;
  }
  .footer .sns .sns-button:last-child {
    margin: 0;
  }
  .footer small {
    display: block;
    text-align: center;
  }
}
/* max-width: 362px */
@media screen and (max-width: 362px) {
  .footer .sns {
    width: 320px;
  }
}
/* cover message */
@media screen and (max-width: 767px) {
  .cover h1:before, .cover h1:after {
    width: 4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .cover h1:before, .cover h1:after {
    width: 10%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1030px) {
  .cover h1:before, .cover h1:after {
    width: 15%;
  }
}
/* common class */
.btn-default {
  background: none;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

</pre></body></html>