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

header,
main,
article,
section,
nav,
aside,
figure,
footer {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, td, th, h1, h2, h3, h4, h5, h6, p, dt, dd, li {
  font-size: 15px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333333;
}

ol li, ul li {
  list-style-type: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  background-color: transparent;
  outline: none;
}

a:link {
  color: #e7161a;
  text-decoration: none;
}

a:visited {
  color: #e7161a;
  text-decoration: none;
}

a:hover {
  color: #e7161a;
  text-decoration: none;
}

a:active {
  color: #e7161a;
  text-decoration: none;
}

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

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

.btn a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* ---------- container ---------------------------------------- */
/* ---------- box ---------------------------------------- */
.box {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- header ---------------------------------------- */
#header {
  position: relative;
  padding-left: 7%;
}

#header .logo {
  float: left;
  margin-top: 12px;
  max-width: 207px;
  width: 25%;
}

#header .logo img {
  width: 100%;
  height: auto;
}

#head_menu {
  float: right;
  display: block;
}

/* gnav */
#gnav {
  float: left;
}

#gnav > ul > li {
  float: left;
  margin: 0 20px;
}

#gnav > ul > li > a {
  display: block;
  color: #333333;
  font-size: 14px;
  position: relative;
  line-height: 80px;
}

#gnav > ul > li.sns-btn img {
  margin-bottom: 26px;
}

#gnav > ul > li.sns-btn {
  margin: 0 5px;
}

#gnav > ul > li > a:after {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffff00;
  opacity: 0;
}

#gnav > ul > li:hover > a:after {
  opacity: 1;
}

/**/
.home #gnav > ul > li.home > a:after,
.adva #gnav > ul > li.adva > a:after,
.serv #gnav > ul > li.serv > a:after,
.spec #gnav > ul > li.spec > a:after,
.work #gnav > ul > li.work > a:after,
.comp #gnav > ul > li.comp > a:after {
  opacity: 1;
}

#gnav ul li .child {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #f8f8f8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

#gnav ul li:hover .child {
  top: 80px;
  visibility: visible;
  opacity: 1;
}

#gnav ul li .child ul {
  text-align: center;
  font-size: 0;
  max-width: 1200px;
  margin: 0 auto;
}

#gnav ul li .child ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 3%;
  max-width: 165px;
}

#gnav ul li .child ul li:last-child {
  margin-right: 0;
}

#gnav ul li .child ul li a {
  display: block;
}

#gnav ul li .child ul li a .photo {
  margin-bottom: 15px;
  text-align: center;
}

#gnav ul li .child ul li a .photo img {
  max-width: 100%;
  height: auto;
}

#gnav ul li .child ul li a p {
  font-size: 12px;
  display: inline-block;
  position: relative;
}

#gnav ul li .child ul li a p br {
  display: none;
}

#gnav ul li .child ul li a p:after {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffff00;
  opacity: 0;
}

#gnav ul li .child ul li a:hover p:after {
  opacity: 1;
}

/**/
.spec.corp #gnav ul li.spec .child ul li.web a p:after,
.spec.recr #gnav ul li.spec .child ul li.web a p:after,
.spec.bran #gnav ul li.spec .child ul li.web a p:after,
.spec.ec #gnav ul li.spec .child ul li.web a p:after,
.spec.blog #gnav ul li.spec .child ul li.web p:after,
.spec.ap #gnav ul li.spec .child ul li.app a p:after,
.spec.anal #gnav ul li.spec .child ul li.anal a p:after,
.spec.syst #gnav ul li.spec .child ul li.orig a p:after,
.spec.uxui #gnav ul li.spec .child ul li.uxui a p:after,
.spec.grap #gnav ul li.spec .child ul li.grap a p:after {
  opacity: 1;
}

#head_menu .contact {
  width: 160px;
  height: 80px;
  float: right;
  margin-left: 20px;
}

#head_menu .contact a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  height: 100%;
  text-align: center;
  background-color: #ffff00;
  color: #333333;
  font-size: 14px;
  padding: 0 3%;
}

#head_menu .contact a:hover {
  background-color: #f1f100;
  color: #FFF;
}

#head_menu .contact a span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/arrow_right.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-right: 0;
  padding-bottom: 25px;
}

#head_menu .contact a:hover span {
  background-image: url("../images/arrow_right_w.png");
}

.child {
  display: block;
}

#btn-spnav {
  display: none;
}

/* ---------- main ---------------------------------------- */
/* ---------- contents ---------------------------------------- */
#contents {
  overflow: hidden;
}

#page_visual {
  height: 400px;
  background-image: url("../images/page_visual_advantage.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 7%;
}

/**/
.adva #page_visual {
  background-image: url("../images/page_visual_advantage.jpg");
}

.serv #page_visual {
  background-image: url("../images/page_visual_service.jpg");
}

.spec #page_visual {
  background-image: url("../images/page_visual_specialty.jpg");
}

.spec.corp #page_visual {
  background-image: url("../images/page_visual_specialty-corporate.jpg");
}

.spec.recr #page_visual {
  background-image: url("../images/page_visual_specialty-recruit.jpg");
}

.spec.bran #page_visual {
  background-image: url("../images/page_visual_specialty-brand.jpg");
}

.spec.ec #page_visual {
  background-image: url("../images/page_visual_specialty-ec.jpg");
}

.spec.blog #page_visual {
  background-image: url("../images/page_visual_specialty-blog.jpg");
}

.spec.ap #page_visual {
  background-image: url("../images/page_visual_specialty-ap.jpg");
}

.spec.anal #page_visual {
  background-image: url("../images/page_visual_specialty-analysis.jpg");
}

.spec.syst #page_visual {
  background-image: url("../images/page_visual_specialty-original_system.jpg");
}

.spec.orig #page_visual {
  background-image: url("../images/page_visual_specialty-original_system.jpg");
}

.spec.uxui #page_visual {
  background-image: url("../images/page_visual_specialty-uxui.jpg");
}

.spec.grap #page_visual {
  background-image: url("../images/page_visual_specialty-graphicdesign.jpg");
}

.work #page_visual {
  background-image: url("../images/page_visual_work.jpg");
}

.comp #page_visual {
  background-image: url("../images/page_visual_company.jpg");
}

.cont #page_visual {
  background-image: url("../images/page_visual_contact.jpg");
}

.recr #page_visual {
  background-image: url("../images/page_visual_recruit.jpg");
}

.news #page_visual {
  background-image: url("../images/page_visual_news.jpg");
}

.priv #page_visual {
  background-image: url("../images/page_visual_privacypolicy.jpg");
}

#page_visual .area_ttl {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 12%;
  color: #FFF;
  font-size: 24px;
}

#page_visual .area_ttl .en {
  font-size: 60px;
}

/**/
#page_visual.spec .area_ttl {
  font-size: 14px;
}

#page_visual.spec .area_ttl .en {
  font-size: 30px;
}

#page_visual.spec .area_ttl .ctgrttl {
  font-size: 30px;
  padding-top: 20px;
  display: block;
}

/* ---------- footer ---------------------------------------- */
#foot_contact {
  background-image: url("../images/bg_foot_cont.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 124px 7%;
}

#foot_contact .text {
  float: left;
}

#foot_contact .text .area_ttl {
  color: #ffff00;
  margin-bottom: 40px;
}

#foot_contact .text p {
  color: #ffff00;
  font-size: 16px;
}

#foot_contact .link_btn {
  float: right;
  margin-top: 35px;
}

#foot_end {
  background-color: #333333;
  padding: 40px 7%;
}

#foot_end .box {
  position: relative;
}

#foot_end ul.footnav {
  position: absolute;
  top: 12px;
  left: 300px;
}

#foot_end ul.footnav li {
  float: left;
  margin-right: 40px;
}

#foot_end ul.footnav li a {
  font-size: 14px;
  color: #ffffff;
}

#foot_end ul.footnav li a:hover {
  text-decoration: underline;
}

#foot_end .logo {
  display: inline-block;
  border-right: solid 1px #5e5e5e;
  padding-right: 40px;
  margin-bottom: 30px;
}

#foot_end .address {
  color: #ffffff;
  font-size: 14px;
}

#foot_end .copyright {
  font-size: 11px;
  color: #9e9e9e;
  text-align: right;
}

@media only screen and (max-width: 1120px) {
  #header .logo {
    margin-top: 16px;
    width: 185px;
  }
  #head_menu .contact {
    width: 140px;
  }
  #gnav > ul > li {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1079px) {
  #gnav ul li .child ul li {
    margin-right: 1.8%;
  }
}
@media only screen and (max-width: 1040px) {
  #header .logo {
    margin-top: 16px;
    width: 180px;
  }
  #head_menu .contact {
    width: 130px;
  }
}
@media only screen and (max-width: 980px) {
  #header {
    padding-left: 5%;
  }
  #header .logo {
    margin-top: 16px;
  }
  #head_menu .contact {
    width: 120px;
  }
  #head_menu .contact a {
    font-size: 13px;
  }
  #gnav ul li .child ul li {
    margin-right: 1.5%;
  }
}
@media only screen and (max-width: 959px) {
  #header .logo {
    float: none;
  }
  #head_menu .contact a span {
    background-size: 7px auto;
    padding-bottom: 20px;
  }
  #gnav ul li .child ul li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5% !important;
    margin-right: 3%;
    max-width: 140px;
  }
  #gnav ul li .child {
    top: 120px;
  }
  #gnav ul li:hover .child {
    top: 129px;
  }
}
@media only screen and (max-width: 768px) {
  body, td, th, h1, h2, h3, h4, h5, h6, p, dt, dd, li {
    font-size: 14px;
  }
  /* ---------- container ---------------------------------------- */
  #container {
    min-width: 100%;
  }
  /* ---------- box ---------------------------------------- */
  .box {
    width: auto;
    min-width: auto;
    margin: 0 5%;
  }
  /* ---------- header ---------------------------------------- */
  #header {
    padding-left: 0;
    position: relative;
    height: 60px;
    background-color: #FFF;
  }
  #header .logo {
    float: none;
    margin-top: 0;
    position: absolute;
    top: 9px;
    left: 4%;
    max-width: 150px;
    width: 50%;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #head_menu {
    float: none;
    z-index: 9999;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    padding: 40px 4% 50px;
    background-color: #333333;
  }
  /* gnav */
  #gnav > ul {
    border-top: solid 1px #d6d6d6;
  }
  #gnav > ul > li {
    float: none;
    margin: 0 auto;
    text-align: center;
    border-bottom: solid 1px #d6d6d6;
  }
  /**/
  #gnav > ul > li.spec {
    border-bottom: none;
  }
  #gnav > ul > li.spec a.index span {
    background-image: url("../images/arrow_down_w.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 14px auto;
    padding: 0 35px;
  }
  #gnav > ul > li > a {
    display: block;
    color: #FFF;
    font-size: 15px;
    position: relative;
    line-height: 55px;
  }
  #gnav > ul > li a:hover {
    color: #f1f100;
  }
  #gnav > ul > li > a::after,
  #gnav ul li .child ul li a p::after {
    display: none;
  }
  #gnav ul li .child {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background-color: #333333;
    visibility: inherit;
    opacity: 1;
    border-top: solid 1px #d6d6d6;
  }
  #gnav ul li .child ul li {
    margin: 0 auto !important;
    margin-right: 0;
    max-width: 100%;
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: solid 1px #d6d6d6;
    overflow: hidden;
    height: 4.2em;
  }
  #gnav ul li .child ul li:nth-of-type(odd) {
    border-right: solid 1px #d6d6d6;
  }
  #gnav ul li .child ul li a {
    padding: 0 10px;
    height: 100%;
  }
  #gnav ul li .child ul li a .photo {
    display: none;
  }
  #gnav ul li .child ul li a p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%); /* Safari用 */
    transform: translateY(-50%);
    font-size: 13px;
    color: #FFF;
    line-height: 140%;
    display: block;
  }
  #gnav ul li .child ul li a:hover p {
    color: #f1f100;
  }
  #gnav ul li .child ul li a p br {
    display: block;
  }
  #head_menu .contact {
    width: 100%;
    height: 60px;
    float: none;
    margin-left: 0;
    margin-top: 40px;
  }
  #head_menu .contact a span {
    background-position: right center;
    padding-bottom: 0;
  }
  #head_menu .contact a:hover {
    border: solid 2px #d6d6d6;
    background-color: #333;
    color: #FFF;
  }
  /* #btn-spnav */
  #btn-spnav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    font-size: 0px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 10000;
  }
  #btn-spnav:focus {
    outline: none;
  }
  #btn-spnav span {
    display: block;
    position: absolute;
    width: 30px;
    top: 28px;
    right: 0;
    left: 0;
    margin: auto;
    height: 2px;
    background: #5e5e5e;
    -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: 30px;
    height: 2px;
    background-color: #5e5e5e;
    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: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  #btn-spnav span::after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-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);
    transform: rotate(45deg);
  }
  .open #btn-spnav span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* ---------- contents ---------------------------------------- */
  #page_visual {
    height: 160px;
    margin-left: 0;
  }
  #page_visual .area_ttl {
    padding-left: 4%;
    font-size: 15px;
  }
  #page_visual .area_ttl .en {
    font-size: 24px;
  }
  #page_visual.spec .area_ttl {
    font-size: 12px;
  }
  #page_visual.spec .area_ttl .en {
    font-size: 16px;
  }
  #page_visual.spec .area_ttl .ctgrttl {
    font-size: 17px;
    padding-top: 15px;
  }
  /* ---------- footer ---------------------------------------- */
  #foot_contact {
    padding: 50px 0 60px;
  }
  #foot_contact .text {
    float: none;
  }
  #foot_contact .text .area_ttl {
    margin-bottom: 20px;
  }
  #foot_contact .text p {
    font-size: 14px;
  }
  #foot_contact .text p br {
    display: none;
  }
  #foot_contact .link_btn {
    float: none;
    margin-top: 25px;
  }
  #foot_end {
    padding: 40px 0% 20px;
  }
  #foot_end ul.footnav {
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 40px;
    overflow: hidden;
  }
  #foot_end ul.footnav li {
    float: left;
    margin-right: 20px;
  }
  #foot_end ul.footnav li a {
    font-size: 13px;
  }
  #foot_end .logo {
    display: block;
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
    width: 150px;
  }
  #foot_end .logo img {
    width: 100%;
    height: auto;
  }
  #foot_end .address {
    font-size: 12px;
    margin-bottom: 40px;
  }
  #foot_end .copyright {
    font-size: 10px;
    text-align: center;
  }
}/*# sourceMappingURL=layout.css.map */