@charset "UTF-8";
/* -------------------->>> COMMON <<<-------------------- */
html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: #337ab7;
  text-decoration: none;
  -webkit-transition: 80ms;
  -moz-transition: 80ms;
  -ms-transition: 80ms;
  -o-transition: 80ms;
  transition: 80ms;
}
a:hover {
  opacity: 0.8;
}

p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}

ul {
  margin: 0;
  padding: 0;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url("../font/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../font/CenturyGothic-Bold.woff") format("woff"), url("../font/CenturyGothic-Bold.ttf") format("truetype"), url("../font/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  border-top: 3px solid #111;
  font-size: 14px;
  background-color: #fff;
  color: #212121;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.wrapper {
  width: 1280px;
  margin: 0 auto;
}

.container {
  width: 1024px;
  margin: 0 auto;
}

.banner-section {
  text-align: center;
  position: relative;
  top: -35px;
  /*margin-bottom: 30px;*/
}
.banner-section h2 {
  font-size: 48px;
  margin: 0;
  margin-bottom: 5px;
  letter-spacing: 8px;
  text-transform: uppercase;
  line-height: 120%;
  font-family: 'CenturyGothic-Bold';
}
.banner-section .heading {
  margin-bottom: 75px;
}
.banner-section .heading p {
  font-size: 16px;
  letter-spacing: 3px;
}
.banner-section .inner {
  position: relative;
}
.banner-section .inner .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 360px;
}
.banner-section .inner .img.google-maps {
  overflow: visible;
}
.banner-section .inner .img img,
.banner-section .inner .img iframe {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  max-width: none;
}
.banner-section .inner .img #map-container {
  height: 100%;
  max-width: 100%;
}
.banner-section .inner #map-container img {
  transform: none;
}
.link-gmap {
  margin: 0;
  font-size: 12px;
  position: absolute;
  bottom: -23px;
  right: 0;
}
.banner-section .inner .txt {
  position: absolute;
  width: 100%;
  top: 135px;
  font-size: 26px;
  color: #fff;
  line-height: 140%;
  padding: 0;
  letter-spacing: 2px;
  font-weight: bold;
}
.banner-section .inner .parts {
  top: -37px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-section .inner-wrapper {
  background-color: #FBE763;
  height: 270px;
  padding: 27px 0;
}
.banner-section .inner-wrapper .staff-img {
  margin-bottom: 20px;
}
.banner-section .inner-wrapper .txt {
  position: static;
  padding: 0 10%;
  font-size: 25px;
  color: #fff;
  line-height: 140%;
  padding: 0 7%;
  letter-spacing: 2px;
  font-weight: bold;
}

.banner-section .heading-2 {
  margin-bottom: 38px;
}
.banner-section .heading-2 p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 120%;
}

.banner-section + .nav-banner {
  margin-top: -35px;
}

.nav-banner {
  height: 46px;
  background-color: #333;
}
.nav-banner ul {
  text-align: center;
}
.nav-banner ul li {
  list-style: none;
  display: inline-block;
  padding: 0 25px;
}
.nav-banner ul li:first-child a {
  color: #FAE663;
  background-image: url("../img/arrow-01.png");
  font-size: 21px;
}
.nav-banner ul li:first-child + li a {
  font-size: 21px;
}
.nav-banner ul li a {
  color: #999;
  line-height: 46px;
  font-size: 18px;
  background-image: url("../img/arrow-02.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 15px;
}
.nav-banner ul li a span {
  font-size: 13px;
}

.box-section {
  color: #fff;
  margin-top: 35px;
  margin-bottom: 50px;
  padding-bottom: 68px;
  position: relative;
}
.box-section .container {
  padding: 0 12px;
}
.box-section a {
  color: #fff;
}
.box-section .box-01 .inner {
  background-color: #75C2CD;
  border: 3px solid #63B9C7;
}
.box-section .box-02 .inner {
  background-color: #898FCA;
  border: 3px solid #8288C6;
}
.box-section .box-03 .inner {
  background-color: #9ECE83;
  border: 3px solid #91C772;
}
.box-section .box-04 .inner {
  background-color: #CE7C72;
  border: 3px solid #C7695E;
}

.box-section .box-05 .inner {
  background-color: #d680b5;
  border: 3px solid #cf6ba9;
}

.box-section .box-06 .inner {
  background-color: #888888;
  border: 3px solid #7d7d7d;
}

.box-section .box-07 .inner {
  background-color: #c9c285;
  border: 3px solid #c7c080;
}
.box-section .box {
  width: 25%;
  float: left;
  padding: 0 14px;
}
.box-section .box .inner {
  height: 280px;
  padding: 15px 8px;
  position: relative;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.15);
}
.box-section .box h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 0;
  font-weight: normal;
}
.box-section .box .img {
  text-align: center;
  margin-bottom: 10px;
}
.box-section .box p {
  font-size: 14px;
  bottom: 8px;
  line-height: 140%;
  left: 18px;
  right: 16px;
}

hr {
  border-top: 3px solid #787878;
  left: -200%;
  right: -200%;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
}

.case-section {
  margin-bottom: 170px;
}
.case-section .container {
  position: relative;
}
.case-section h2 {
  line-height: 120%;
}
.case-section h2 span:first-child {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 7px;
  display: block;
  float: left;
  font-family: 'CenturyGothic-Bold';
}
.case-section h2 span:last-child {
  font-size: 13px;
  font-weight: normal;
  display: block;
  float: left;
  margin-left: 11px;
  letter-spacing: 2px;
  line-height: 30px;
}
.case-section .color-note {
  position: absolute;
  top: 11px;
  right: 0;
  list-style: none;
}
.case-section .color-note li {
  float: left;
  font-size: 13px;
  line-height: 120%;
  margin-left: 17px;
}
.case-section .color-note li:before {
  width: 6px;
  height: 15px;
  content: '';
  background-color: #64B9C7;
  display: block;
  float: left;
  margin-right: 7px;
  margin-top: -1px;
}
.case-section .color-note li.color-02:before {
  background-color: #8389C7;
}
.case-section .color-note li.color-03:before {
  background-color: #81C780;
}
.case-section .color-note li.color-04:before {
  background-color: #C7695E;
}
.case-section .color-note li.color-05:before {
  background-color: #d680b5;
}
.case-section .color-note li.color-06:before {
  background-color: #888888;
}
.case-section .color-note li.color-07:before {
  background-color: #c9c285;
}
.case-list {
  list-style: none;
  margin-left: -2.5%;
  margin-top: 70px;
}
.case-list li {
  float: left;
  width: 47.5%;
  display: table;
  padding: 2px 10px;
  border-bottom: 1px solid #ccc;
  margin-left: 2.5%;
}
.case-list li:first-child {
  border-top: 1px solid #ccc;
}
.case-list li:first-child + li {
  border-top: 1px solid #ccc;
}
.case-list .case-color {
  display: table-cell;
  width: 66px;
  border-right: 1px solid #ccc;
  padding: 10px 0;
}
.case-list .case-color span {
  display: block;
  float: left;
  width: 11px;
  height: 50px;
  margin-right: 2px;
}
.case-list .case-color span.color-01 {
  background-color: #64B9C7;
}
.case-list .case-color span.color-02 {
  background-color: #8389C7;
}
.case-list .case-color span.color-03 {
  background-color: #81C780;
}
.case-list .case-color span.color-04 {
  background-color: #C7695E;
}
.case-list .case-color span.color-05 {
  background-color: #d680b5;
}
.case-list .case-color span.color-06 {
  background-color: #888888;
}
.case-list .case-color span.color-07 {
  background-color: #c9c285;
}
.case-list .txt {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 10px 14px;
  font-size: 18px;
}
.case-list .txt a {
  color: #000;
}

.works-page .banner-section h2 {
  letter-spacing: 12px;
}
.works-page .hex-list {
  width: 728px;
}
.works-page .hex-list .hex {
  width: 170px;
  height: 99px;
  margin: 30px 6px;
}
.works-page .hex-list .hex:nth-child(7n+1) {
  margin-left: 97px;
}
.works-page .hex-list .hex h3 {
  border: 0;
  color: #000;
  bottom: -10px;
  font-weight: normal;
}
.works-page .hex-list .hex h3 span {
  position: static;
  font-size: 15px;
}
.works-page .hex-list .hex img {
  max-height: 70px;
}
.works-page .hex-list .hex a:hover {
  opacity: 1;
}
.works-page .hex-list .hex a:hover img, .works-page .hex-list .hex a:hover h3 {
  opacity: 0.3;
  -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.works-page .hex-list .hex .corner-1, .works-page .hex-list .hex .corner-2 {
  /*z-index: -2;*/
}
.works-page .hex-list .hex .corner-1:after, .works-page .hex-list .hex .corner-2:after {
  background-color: #fff;
}

.hex-section {
  margin-bottom: 110px;
}
.hex-section h2 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #212121;
  font-family: 'CenturyGothic-Bold';
}
.hex-section > p {
  font-size: 13px;
  text-align: center;
  letter-spacing: 3px;
  line-height: 120%;
}
.hex-section > h3 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 4px;
}

.hex-list {
  margin: 67px auto;
  position: relative;
  z-index: 9;
  width: 1040px;
  /* Custom styles*/
}
.hex-list .hex {
  background-color: #fff;
  width: 240px;
  height: 139px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 173px;
  position: relative;
  float: left;
  margin: 44px 10px;
  text-align: center;
  zoom: 1;
}
.hex-list .hex img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.hex-list .default {
  z-index: 2;
}
.hex-list img.hover, .hex-list .hex a:hover .default {
  opacity: 0;
  display: none;
}
.hex-list .hex a:hover .hover {
  opacity: 1;
  display: inline-block;
}
.hex-list .hex a {
  text-decoration: none;
}
.hex-list .hex a:hover {
  opacity: 1;
}
.hex-list .hex h3 {
  color: #000;
  bottom: 0;
  margin-top: 0;
  position: relative;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: normal;
  z-index: 9;
}
.hex-list .hex:nth-child(7n+1) {
  margin-left: 140px;
}
.hex-list .hex.hex-gap {
  margin-left: 86px;
}
.hex-list .hex .corner-1,
.hex-list .hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -2;
  overflow: hidden;
  border-left: 1px dotted #acacac;
  border-right: 1px dotted #acacac;
  cursor: pointer;
}
.hex-list .hex .corner-1:hover ~ a img.default,
.hex-list .hex .corner-2:hover ~ a img.default {
  opacity: 0;
  display: none;
}
.hex-list .hex .corner-1:hover ~ a img.hover,
.hex-list .hex .corner-2:hover ~ a img.hover {
  opacity: 1;
  display: inline-block;
}
.hex-list .hex .corner-1 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  box-shadow: 4px 0 5px -3px rgba(0, 0, 0, 0.15);
}
.hex-list .hex .corner-2 {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  box-shadow: -4px 0 5px -3px rgba(0, 0, 0, 0.15);
}
.hex-list .hex .corner-1:after,
.hex-list .hex .corner-2:after {
  width: 79px;
  height: 100%;
  content: '';
  position: absolute;
  background: inherit;
  bottom: 0;
  right: 0;
  background: inherit;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fbe764;
}
.hex-list .hex .corner-1:after {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.hex-list .hex .corner-2:after {
  left: 0;
  right: auto;
}
.hex-list .hex .inner {
  color: #eee;
  border-left: 1px dotted #acacac;
  border-right: 1px dotted #acacac;
  position: relative;
  height: 100%;
  width: 100%;
  box-shadow: 3px 0px 3px -2px rgba(233, 233, 233, 0.8), -3px 0px 3px -2px rgba(233, 233, 233, 0.8);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  z-index: 9;
}
.hex-list .hex h4 {
  font-family: 'Josefin Sans', sans-serif;
  margin: 0;
}
.hex-list .hex hr {
  border: 0;
  border-top: 1px solid #eee;
  width: 60%;
  margin: 15px auto;
}
.hex-list .hex p {
  font-size: 16px;
  font-family: 'Kotta One', serif;
  width: 80%;
  margin: 0 auto;
}
.hex-list .hex.hex-1 {
  background: #74cddb;
}
.hex-list .hex.hex-2 {
  background: #f5c53c;
}
.hex-list .hex.hex-3 {
  background: #80b971;
}

.dropdown {
  position: static;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  width: 100%;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.menu_button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -49%);
  -ms-transform: translate(-50%, -49%);
  transform: translate(-50%, -49%);
  padding: 0;
}
.menu_button:focus, .menu_button:hover {
  background-color: transparent;
  outline: none;
}


.company-section h2 {
  margin: 50px 0 25px 0;
  text-align: center;
  color: #212121;
  font-size: 24px;
}
.company-section dl,
.company-section dt,
.company-section dd {
  margin: 0;
}
.company-section a {
  color: #5d5d5d;
  text-decoration: underline;
}
.company-info {
  background-color: #fff;
}
.company-info table {
  /*width: 495px;*/
  width: 100%;
  max-width: 620px;
  margin: 0 auto 40px;
}
.company-info table th,
.company-info table td {
  padding: 15px 10px;
  color: #5C5C5C;
  font-size: 15px;
  vertical-align: top;
}
.company-info table th {
  width: 20%;
  min-width: 90px;
  text-align: left;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}
.company-info table td dl:after {
  content: '';
  display: block;
  clear: both;
}
.company-info table td dl dt {
  display: inline;
}
.company-info table td dl dd {
  float: right;
}

.company-business {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 80px;
}
.company-business dt,
.company-business dl + p {
  margin: 1em 0 0 0;
}
.company-business dd {
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.company-business dd:before {
  content: '・';
  display: inline-block;
  text-indent: 0;
}

.company-partner {
  width: 100%;
  max-width: 620px;
  margin: 0 auto 100px;
}
.company-partner .partner-list:after {
  content: '';
  display: block;
  clear: both;
}
.company-partner .partner-list li {
  float: left;
  width: 50%;
  padding: 0 1em 0.5em 1em;
  list-style: none;
}
.company-partner .partner-list li.right {
  width: 100%;
  text-align: right;
}



.total-brain-pro {
  background-image: url("../img/total-brain-staff-bg.png");
  background-repeat: no-repeat;
  background-position: center 43%;
  position: relative;
  margin: 30px 0;
  padding: 80px 0 52px;
}
.total-brain-pro > h2 {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -57%);
  -ms-transform: translate(-50%, -57%);
  transform: translate(-50%, -57%);
  font-size: 24px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 130%;
}
.total-brain-pro .pro-list {
  counter-reset: li-counter;
  width: 1005px;
  margin: 0 auto;
}
.total-brain-pro .pro-list li {
  list-style: none;
  width: 316px;
  display: block;
  float: left;
  border: 2px solid #FBE86A;
  padding: 38px 20px 20px;
  position: relative;
  height: 225px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}
.total-brain-pro .pro-list li:before {
  content: counter(li-counter);
  counter-increment: li-counter;
  position: relative;
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  left: 50%;
  top: -29px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #FBE763;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  color: #4A5251;
}
.total-brain-pro .pro-list li > img {
  position: absolute;
}
.total-brain-pro .pro-list li h3 {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  line-height: 120%;
  margin-bottom: 15px;
}
.total-brain-pro .pro-list li p {
  font-size: 13px;
  line-height: 160%;
  color: #333;
  margin-bottom: 0;
}
.total-brain-pro .pro-list li.pro01 {
  margin: 0 auto 23px;
  float: none;
}
.total-brain-pro .pro-list li.pro01 > img {
  top: -66px;
  right: 34px;
}
.total-brain-pro .pro-list li.pro02 {
  margin-bottom: 178px;
  clear: left;
}
.total-brain-pro .pro-list li.pro02 > img {
  top: -79px;
  left: 16px;
}
.total-brain-pro .pro-list li.pro03 {
  /*margin-bottom: 178px;*/
  /*float: right;*/
  clear: left;
  margin-left: 13%;
}
.total-brain-pro .pro-list li.pro03 > img {
  top: -57px;
  /*right: 12px;*/
  left: 33px;
}
.total-brain-pro .pro-list li.pro04 {
  /*clear: left;*/
  /*margin-left: 13%;*/
  float: right;
  margin-right: 13%;
}
.total-brain-pro .pro-list li.pro04 > img {
  top: -42px;
  /*left: 18px;*/
  right: 28px;
}
.total-brain-pro .pro-list li.pro05 {
  float: right;
  /*margin-right: 13%;*/
  margin-top: -628px;
}
.total-brain-pro .pro-list li.pro05 > img {
  top: -56px;
  right: 24px;
}

.idea-section {
  margin-bottom: 115px;
}
.idea-section h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: 4px;
}
.idea-section a {
  color: #202020;
  display: block;
  width: 266px;
  height: 180px;
  padding-top: 29px;
}
.idea-section ul {
  text-align: center;
}
.idea-section ul h3 {
  font-size: 18px;
  margin: 0 0 13px;
}
.idea-section ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #FBE86A;
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
.idea-section ul li.disable {
  border-color: #f0f0f0;
}
.idea-section ul li.disable a {
  color: #b2b2b2;
  cursor: default;
}
.idea-section ul li.disable a:hover {
  opacity: 1;
}
.idea-section ul li .quality-ico {
  width: 74px;
}
.idea-section ul li .staff-ico {
  width: 88px;
}

.brain-section {
  background-image: url("../img/index-banner.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  height: 433px;
  margin-top: -143px;
  z-index: 1;
  margin-bottom: 116px;
  background-size: contain;
}
.brain-section:after {
  content: '';
  left: -100%;
  right: -100%;
  position: absolute;
  height: 4px;
  background-color: #FBE763;
  bottom: -3px;
  z-index: -1;
}
.brain-section h2 {
  font-size: 40px;
  line-height: 180%;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 25%;
  letter-spacing: 7px;
  margin-top: 17px;
  text-shadow: -3px 3px 10px #FFFFFF;
}
.brain-section img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -76px;
}
.brain-section a:hover {
  opacity: 1;
}

.kenonsupport-section {
    margin: 150px 0 50px 0;
    padding: 0 20px;
}
.kenonsupport-section .bnr-item {
    max-width: 691px;
    margin: 0 auto;
}

.concept-section {
  margin-bottom: 129px;
  margin-top: 177px;
}
.concept-section h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #212121;
  font-family: 'CenturyGothic-Bold';
}
.concept-section > p {
  text-align: center;
  margin-bottom: 50px;
  font-size: 13px;
  letter-spacing: 3px;
  line-height: 120%;
}
.concept-section a {
  color: #202020;
  display: block;
  width: 375px;
  height: 273px;
  padding-top: 28px;
}
.concept-section ul {
  text-align: center;
}
.concept-section ul h3 {
  font-size: 26px;
  margin: 0 0 23px;
}
.concept-section ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #FBE86A;
  text-align: center;
  margin: 0 25px;
  background-color: #fff;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
.concept-section ul li p {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  border-top: 1px solid #ccc;
  width: 140px;
  margin: 22px auto 0;
  padding-top: 15px;
  color: #999;
}

.news-section {
  margin-bottom: 100px;
  background-color: #fff;
  position: relative;
  padding-top: 17px;
}
.news-section:before {
  content: '';
  left: -100%;
  right: -100%;
  position: absolute;
  height: 4px;
  background-color: #38391A;
  top: -4px;
  z-index: -1;
}
.news-section h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 1px;
  color: #212121;
  margin-top: 17px;
  letter-spacing: 5px;
  font-family: 'CenturyGothic-Bold';
}
.news-section > p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 120%;
}
.news-section .news-list {
  margin-left: -2%;
  margin-top: 30px;
}
.news-section .news-list > li {
  width: 48%;
  margin-left: 2%;
  float: left;
  border-bottom: 1px solid #ccc;
  list-style: none;
  padding: 10px 5px;
}
.news-section .news-list > li:first-child, .news-section .news-list > li:first-child + li {
  border-top: 1px solid #ccc;
}
.news-section .news-list > li > a {
  display: table;
  width: 100%;
  color: #212121;
}
.news-section .news-list > li p {
  display: table-cell;
  margin-bottom: 0;
  vertical-align: middle;
}
.news-section .news-list > li .cat {
  font-size: 11px;
  color: #fff;
  width: 87px;
  margin-right: 10px;
}
.news-section .news-list > li .cat span {
  padding: 0 10px;
  height: 20px;
  line-height: 21px;
  border-radius: 5px;
  text-align: center;
  min-width: 75px;
  display: inline-block;
}
.news-section .news-list > li .news-01 span {
  background-color: #6A6152;
}
.news-section .news-list > li .news-02 span {
  background-color: #63B9C7;
}
.news-section .news-list > li .date {
  font-size: 10px;
  color: #999;
  line-height: 19px;
  width: 65px;
}
.news-section .news-list > li .txt {
  line-height: 19px;
}

.client-section {
  margin: 77px 0 120px;
  padding: 0 10px;
  text-align: center;
}
.client-section img {
  max-width: 100%;
}

.recruit-page .banner-section h2 {
  letter-spacing: 5px;
}

.access-page .banner-section {
  margin-bottom: 0;
}
/*.access-page .banner-section .inner .img {
  height: 355px;
}*/

.access-info {
  background-color: #fff;
  margin-top: 30px;
}
.access-info table {
  width: 495px;
  margin: 0 auto 40px;
}
.access-info table td {
  padding: 15px 10px;
  color: #5C5C5C;
  font-size: 15px;
  vertical-align: top;
}
.access-info table td a {
  color: #5d5d5d;
  text-decoration: underline;
}
.access-info table td:first-child {
  width: 20%;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}

.recruit-section {
  padding: 18px 0 100px;
}
.recruit-section h2 {
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.recruit-section .recruit-list {
  margin-left: -2%;
  background-color: #fff;
}
.recruit-section .recruit-list li {
  width: 48%;
  margin-left: 2%;
  float: left;
  list-style: none;
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}
.recruit-section .recruit-list li:first-child, .recruit-section .recruit-list li:first-child + li {
  border-top: 1px solid #ccc;
}
.recruit-section .recruit-list li a {
  color: #333;
  background-image: url("../img/arrow-l.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 20px;
}

.recruit-detail-section {
  margin-top: 82px;
  margin-bottom: 70px;
  padding-bottom: 30px;
}
.recruit-detail-section .container {
  max-width: 485px;
  color: #333;
  padding: 0;
}
.recruit-detail-section h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 24px;
}
.recruit-detail-section .inner {
  font-size: 15px;
  line-height: 160%;
}
.recruit-detail-section .inner h3 {
  font-size: 14px;
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 22px;
  margin-top: 26px;
  color: #333;
}
.recruit-detail-section .inner strong {
  display: block;
}
.recruit-detail-section .inner p {
  line-height: 160%;
  margin-bottom: 25px;
}
.recruit-detail-section .inner h4 {
  margin-bottom: 0;
}
.recruit-detail-section .inner ul {
  list-style: none;
  margin-bottom: 23px;
}
.recruit-detail-section .inner ul li {
  position: relative;
  padding-left: 12px;
}
.recruit-detail-section .inner ul li:before {
  content: '.';
  position: absolute;
  top: 0;
  left: 1px;
  display: inline-block;
  line-height: 1;
}
.recruit-detail-section .inner .grey-color {
  color: #5A5A5A;
}
.recruit-detail-section .inner .small-txt {
  display: block;
  font-size: 13px;
}

.yellow-link {
  background-color: #FBE763;
  color: #333;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 13px 0;
  text-align: center;
  margin-top: 57px;
  font-weight: bold;
}

.contact-section {
  margin: 75px 0;
}
.contact-section .container {
  max-width: 485px;
}

.contact-form > .input-group {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.contact-form > .input-group > label {
  font-size: 16px;
  display: block;
  margin-bottom: 14px;
}
.contact-form > .input-group select {
  width: 338px;
  height: 40px;
  border: 1px dashed #ccc;
}
.contact-form > .input-group input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px dashed #ccc;
}
.contact-form > .input-group > textarea {
  width: 100%;
  height: 270px;
  border: 1px dashed #ccc;
}
.contact-form > .input-group > .input-group {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.contact-form > .input-group > .input-group label {
  float: left;
  width: 40px;
  line-height: 40px;
}
.contact-form > .input-group > .input-group input[type="text"] {
  width: 185px;
}
.contact-form > p {
  text-align: center;
}

.quality-section {
  margin: 54px 0 139px;
}
.quality-section .quality-list li {
  list-style: none;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
}
.quality-section .quality-list li:first-child {
  border-top: 1px solid #ECECEC;
}
.quality-section .quality-list li:first-child .info {
  padding-top: 67px;
}
.quality-section .quality-list .info span small:first-child{
  font-size: 30px;
  display: block;
  float: left;
}
.quality-section .quality-list li .img {
  width: 39%;
  max-width: 500px;
  position: relative;
}
.quality-section .quality-list li .info {
  width: 61%;
  color: #333;
  position: relative;
  padding: 54px 140px 10px 124px;
}
.quality-section .quality-list li .info h2 {
  border-bottom: 2px solid #FBE763;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 15px;
}
.quality-section .quality-list li .info span small:first-child:last-child {
  font-size: 26px;
  margin-left: 0;
  line-height: 20px;
}
.quality-section .quality-list li .info span {
  display: block;
  background-image: url("../img/quality-ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 186px;
  height: 102px;
  font-size: 26px;
  color: #fff;
  padding: 15px 60px 0 7px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.quality-section .quality-list li .info small:last-child {
  font-size: 16px;
  line-height: 13px;
  margin-left: -3px;
  font-weight: normal;
}
.quality-section .quality-list li .info p {
  color: #A6A6A6;
  line-height: 150%;
}

/** animated boxes **/
.animBlock {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .45s ease-out;
  -moz-transition: all .45s ease-out;
  -ms-transition: all .45s ease-out;
  -o-transition: all .45s ease-out;
  transition: all .45s ease-out;
}

.animBlock[data-position="left"] {
  left: -20px;
}

.animBlock[data-position="right"] {
  right: -20px;
}

.viewed .animBlock[data-position="left"] {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.viewed .animBlock[data-position="right"] {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.floatr {
  float: right;
}

.floatl {
  float: left;
}

.notfound-msg {
  padding: 100px 0;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.notfound-msg p {
  margin: 0 0 20px;
}

.news-article-meta .cat {
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
  min-width: 75px;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  height: 20px;
  line-height: 21px;
}

.news-01 {
  background-color: #6A6152;
}
.news-02 {
  background-color: #63B9C7;
}
.news-detail {
  max-width: 570px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.news-detail .date {
  font-size: 10px;
  margin-left: 5px;
  color: #999;
}
.post-title {
  font-size: 28px;
  font-weight: normal;
}
.single-page p {
  margin: 0 0 25px 0;
  line-height: 24px;
}
/* -------------------->>> HEADER <<<-------------------- */
.header {
  padding: 0 68px 0 32px;
}
.header .wrapper {
  position: relative;
  z-index: 2;
  width: 1180px;
}
.header .logo {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
  z-index: 9;
  position: relative;
}
.header .navbar {
  float: right;
  margin-top: 40px;
}
.header .navbar li {
  list-style: none;
  float: left;
  margin-left: 20px;
}
.header .navbar li a {
  color: #000;
  font-size: 13px;
}
.header .navbar li a:hover, .header .navbar li a.active {
  border-bottom: 2px solid #000;
}

/* -------------------->>> FOOTER <<<-------------------- */
.footer {
  border-top: 4px solid #38391A;
  margin-top: 40px;
}
.footer .footer-top {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #FBE763;
}
.footer .footer-top:before {
  content: '';
  display: block;
}
.footer .footer-top .container {
  height: 70px;
}
.footer .footer-top .container > div {
  float: left;
}
.footer .footer-top .container .pagetop {
  float: right;
  height: 100%;
  background-color: #FBE763;
  width: 9%;
  font-size: 10px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  font-family: 'CenturyGothic-Bold';
}
.footer .footer-top .container .pagetop:before {
  content: '';
  position: absolute;
  border-bottom: 27px solid #FBE763;
  border-left: 47px solid transparent;
  border-right: 47px solid transparent;
  top: -27px;
  left: 0;
}
.footer .footer-top .container .pagetop a {
  letter-spacing: 2px;
  display: block;
}
.footer .footer-top .container a {
  color: #000;
  letter-spacing: 2px;
}
.footer .footer-top .container .contact {
  line-height: 120%;
  width: 18%;
  margin-top: 22px;
  padding-left: 22px;
  display: none;
}
.footer .footer-top .container .contact h3 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 3px;
  margin-top: 0;
  font-family: 'CenturyGothic-Bold';
}
.footer .footer-top .container .contact a {
  font-size: 11px;
  letter-spacing: 2px;
}
.footer .footer-top .container .help {
  padding: 0 92px;
  height: 100%;
  width: 91%;
}
.footer .footer-top .container ul {
  background-color: #C7C0AA;
  height: 100%;
  width: 100%;
}
.footer .footer-top .container li {
  list-style: none;
  float: left;
  width: 50%;
  text-align: center;
  height: 100%;
}
.footer .footer-top .container li a {
  color: #fff;
}
.footer .footer-top .container li a:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 14px;
  margin-right: 15px;
}
.footer .footer-top .container li a.search:before {
  background-image: url("../img/search_ico.png");
}
.footer .footer-top .container li a.contact-us:before {
  background-image: url("../img/phone_ico.png");
}
.footer .footer-top .container li:first-child {
  border-right: 1px solid #fff;
}
.footer .footer-bottom {
  font-size: 11px;
  text-align: center;
  background-color: #000;
  color: #fff;
  height: 100px;
  padding-top: 20px;
}
.beforePmark {
	float: left;
	margin-right: 1em;
}

@media (max-width: 1285px) {
  .link-gmap {
    margin-right: 5px;
  }
}
@media (max-width: 1279px) {
  .wrapper, .header .wrapper {
    width: 100%;
  }

  .container {
    max-width: 1024px;
    width: auto;
    padding: 0 10px;
  }

  .header {
    padding: 0 20px;
  }
  .header .navbar li {
    margin-left: 18px;
  }

  .case-section .color-note {
    right: 10px;
  }

  .footer .container {
    padding: 0;
  }

  .brain-section h2 {
    font-size: 34px;
  }

  .hex-list {
    width: 977px;
  }
  .hex-list .hex:nth-child(7n+1) {
    margin-left: 129px;
  }
  .hex-list .hex {
    width: 230px;
    height: 132px;
    margin: 40px 7px;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) {
  .brain-section {
    margin-top: -215px;
  }
  .brain-section h2 {
    top: 57%;
  }
}
@media (max-width: 1023px) and (min-width: 990px) {
  .header .logo {
    max-width: 18%;
  }

  .total-brain-pro .pro-list {
    width: 980px;
  }

  .quality-section .quality-list li .info {
    padding: 30px 40px 10px 120px !important;
  }
  .quality-section .quality-list li .info h2 {
    font-size: 18px;
  }
  .quality-section .quality-list li .info span small {
    font-size: 14px;
    margin-left: 0;
  }
  .quality-section .quality-list li .img {
    overflow: hidden;
    min-height: 200px;
  }
  .quality-section .quality-list li .img img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 989px) {
  .container {
    width: 750px;
  }

  .header {
    position: relative;
  }
  .header .hidden-xs {
    display: none;
  }
  .header .visible-xs {
    display: block;
  }
  .header .logo {
    padding: 15px 0;
  }
  .header hr {
    border-top: 2px solid #111;
    border-bottom: 0;
  }
  .header .menu {
    border-left: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
  }
  .header .dropdown-menu {
    margin: 0;
    padding: 0;
  }
  .header .dropdown-menu > li {
    border-bottom: 1px solid #ccc;
  }
  .header .dropdown-menu > li > a {
    font-size: 18px;
    display: block;
    padding: 10px;
    text-align: center;
  }

  .banner-section {
    top: 0;
    padding-top: 42px;
  }

  .banner-section + .nav-banner {
    margin-top: 0;
  }

  .box-section .container {
    padding: 0;
  }
  .box-section .container .box {
    padding: 0 5px;
  }
  .box-section .container .box p {
    bottom: 0;
    left: 10px;
    right: 10px;
  }

  .footer .footer-top .container .contact {
    padding-left: 10px;
  }
  .footer .footer-top .container .pagetop {
    width: 93px;
  }
  .footer .footer-top .container .help {
    width: 87.55%;
    padding: 0 30px;
  }

  .total-brain-pro {
    margin: 30px auto;
    background-size: contain;
    width: 748px;
  }
  .total-brain-pro > h2 {
    font-size: 20px;
  }
  .total-brain-pro .pro-list {
    width: 100%;
  }
  .total-brain-pro .pro-list li {
    width: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .total-brain-pro .pro-list li h3 {
    font-size: 18px;
  }
  .total-brain-pro .pro-list li > img {
    width: 25%;
  }
  .total-brain-pro .pro-list li.pro01 {
    margin-bottom: 40px;
  }
  .total-brain-pro .pro-list li.pro01 > img {
    top: -57px;
    right: 19px;
  }
  .total-brain-pro .pro-list li.pro02 {
    margin-bottom: 80px;
  }
  .total-brain-pro .pro-list li.pro02 > img {
    top: -55px;
  }
  .total-brain-pro .pro-list li.pro03 {
    /*margin-bottom: 80px;*/
    margin-left: 8%;
  }
  .total-brain-pro .pro-list li.pro03 > img {
    top: -39px;
    /*right: 16px;*/
    left: 23px;
  }
  .total-brain-pro .pro-list li.pro04 {
    /*margin-left: 8%;*/
    margin-right: 8%;
  }
  .total-brain-pro .pro-list li.pro04 > img {
    top: -30px;
    right: 20px;
  }
  .total-brain-pro .pro-list li.pro05 {
    /*margin-right: 8%;*/
    margin-top: -530px;
  }
  .total-brain-pro .pro-list li.pro05 > img {
    top: -40px;
  }

  .brain-section {
    height: 280px;
    margin-top: 0;
  }
  .brain-section h2 {
    font-size: 30px;
    top: 30%;
    padding: 0 20%;
  }

  .case-section,
  .hex-section {
    margin-bottom: 70px;
  }

  .hex-list {
    width: 748px;
  }
  .hex-list .hex {
    width: 175px;
    height: 99px;
    margin: 32px 6px;
  }
  .hex-list .hex:nth-child(7n+1) {
    margin-left: 99px;
  }
  .hex-list .hex img {
    max-height: 70px;
  }
  .hex-list .hex h3 {
    font-size: 11px;
    bottom: -25px;
    }

    .kenonsupport-section {
        margin: 60px 0;
    }

  .concept-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .concept-section ul li {
    margin: 0 3%;
    width: 42%;
  }
  .concept-section ul li a {
    width: 100%;
  }

  .news-section {
    margin-bottom: 50px;
  }

  .recruit-section .recruit-list li a {
    font-size: 13px;
  }

  .quality-section .quality-list li .info {
    padding: 30px 40px 10px 90px !important;
  }
  .quality-section .quality-list li .info h2 {
    font-size: 14px;
  }
  .quality-section .quality-list li .info span {
    width: 155px;
    font-size: 20px !important;
  }
  .quality-section .quality-list li .info span small {
    font-size: 14px;
    margin-left: 0;
  }
  .quality-section .quality-list li .img {
    overflow: hidden;
    min-height: 200px;
  }
  .quality-section .quality-list li .img img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: none;
  }
}
@media (max-width: 989px) {
  .works-page .banner-section .inner .txt {
    top: 125px;
    padding: 0 20px;
  }
  .works-page .banner-section .inner .txt br {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .header {
    position: relative;
    padding: 0 15px;
  }
  .header .logo {
    padding: 10px 0;
    width: 84%;
  }
  .header .logo img {
    width: 61%;
    max-width: 316px;
    vertical-align: middle;
  }
  .header hr {
    border-top: 2px solid #111;
    border-bottom: 0;
  }
  .header .menu {
    border-left: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16%;
  }
  .header .dropdown-menu {
    margin: 0;
    padding: 0;
  }
  .header .dropdown-menu > li {
    border-bottom: 1px solid #ccc;
  }
  .header .dropdown-menu > li > a {
    font-size: 18px;
    display: block;
    padding: 10px;
    text-align: center;
  }

  .banner-section {
    top: 0;
    padding-top: 42px;
  }
  .banner-section .inner .img {
    height: 320px;
  }
  .banner-section .inner .txt {
    font-size: 22px;
  }

  .box-section {
    background-image: url("../img/box-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 53px;
    margin-top: 20px;
  }
  .box-section .container {
    padding: 0 8px;
  }
  .box-section .box {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 17px;
  }

  .case-section {
    margin-bottom: 60px;
  }
  .case-section .section-heading {
    margin-bottom: 80px;
  }
  .case-section h2 {
    margin-bottom: 18px;
  }
  .case-section .color-note {
    position: static;
  }
  .case-section .color-note li:last-child {
    margin-right: 0;
  }
  .case-section .color-note li {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .case-section .case-list {
    margin-left: 0;
  }
  .case-section .case-list li {
    width: 100%;
    margin-left: 0;
  }
  .case-section .case-list li:first-child + li {
    border-top: 0;
  }
  .case-section .case-list .txt {
    font-size: 24px;
    padding: 12px 0 5px 14px;
  }
  .case-section .case-list .txt span {
    color: #6A5F52;
    font-size: 15px;
    margin-top: -2px;
  }

  .works-page .hex-list {
    width: 100%;
  }
  .works-page .hex-list .hex {
    width: 150px;
    height: 87px;
    margin-bottom: 46px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .works-page .hex-list .hex:nth-child(7n+1) {
    margin-left: 4px;
  }
  .works-page .hex-list li {
    margin-bottom: 19px;
  }

  .hex-section {
    margin-bottom: 0;
  }

  .main {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 93px;
    }

    .kenonsupport-section {
        margin: 30px 0;
    }

  .footer {
    margin-top: 0;
    position: relative;
  }
  .footer .contact {
    display: none;
  }
  .footer .footer-top .container .help {
    width: 100%;
    padding: 0;
  }
  .footer .footer-top .container .pagetop {
    top: -74px;
    position: absolute;
    height: 70px;
    width: 93px;
    right: 0;
  }
  .footer .footer-bottom {
    height: 60px;
  }

  .banner-section .inner-wrapper .txt {
    padding: 0 10px;
    margin-bottom: 0;
  }


  .total-brain-pro {
    background-image: none;
    padding-top: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .total-brain-pro > h2 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 45px;
    margin-top: 0;
  }
  .total-brain-pro .pro-list {
    padding: 0 15px;
    width: 100%;
  }
  .total-brain-pro .pro-list li {
    display: block;
    width: 100%;
    border: 0;
    background-color: #767C7B;
    color: #fff;
    height: auto;
    margin: 0 0 50px !important;
  }
  .total-brain-pro .pro-list li:before {
    color: #4A5251;
  }
  .total-brain-pro .pro-list li p {
    color: #fff;
  }
  .total-brain-pro .pro-list li > img {
    display: none;
  }

  .idea-section {
    margin-bottom: 30px;
  }
  .idea-section h2 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .idea-section ul li {
    margin-bottom: 20px;
  }

  .hex-list {
    margin: 30px auto 35px;
    width: 100%;
  }
  .hex-list .hex {
    width: 150px;
    height: 87px;
    margin-bottom: 46px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    float: none;
  }
  .hex-list .hex img {
    max-height: 70px;
  }
  .hex-list .hex h3 {
    font-size: 10px;
    bottom: -22px;
  }
  .hex-list .hex .inner {
    box-shadow: 3px 0px 2px -2px rgba(233, 233, 233, 0.8), -3px 0px 2px -2px rgba(233, 233, 233, 0.8);
  }
  .hex-list .hex .corner-1 {
    box-shadow: 5px 0 2px -4px rgba(0, 0, 0, 0.15);
  }
  .hex-list .hex .corner-2 {
    box-shadow: -5px 0 2px -4px rgba(0, 0, 0, 0.15);
  }
  .hex-list .hex:nth-child(7n+1) {
    margin-left: 2px;
  }
  .hex-list ul {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .hex-list li {
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-bottom: 10px;
  }
  .hex-list li:first-child {
    float: none;
    width: 100%;
  }

  .brain-section {
    height: 260px;
    margin-top: 0;
  }
  .brain-section h2 {
    font-size: 30px;
    top: 30%;
    padding: 0 10%;
    letter-spacing: 5px;
  }

  .concept-section {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .concept-section ul li {
    width: 46%;
    float: left;
    margin: 0 2%;
  }
  .concept-section ul li a {
    width: 100%;
  }

  .news-section, .recruit-section {
    margin-bottom: 50px;
  }
  .news-section .news-list, .news-section .recruit-list, .recruit-section .news-list, .recruit-section .recruit-list {
    margin-left: 0;
  }
  .news-section .news-list > li, .news-section .recruit-list > li, .recruit-section .news-list > li, .recruit-section .recruit-list > li {
    width: 100%;
    margin-left: 0;
  }
  .news-section .news-list > li:first-child + li, .news-section .recruit-list > li:first-child + li, .recruit-section .news-list > li:first-child + li, .recruit-section .recruit-list > li:first-child + li {
    border-top: 0;
  }

  .banner-section + .nav-banner {
    margin-top: 0;
  }

  .nav-banner ul li {
    padding: 0 18px;
  }
  .nav-banner ul li:first-child a {
    font-size: 18px;
  }
  .nav-banner ul li:first-child + li a {
    font-size: 18px;
  }
  .nav-banner ul li a {
    font-size: 14px;
  }

  .quality-section {
    margin-bottom: 60px;
    margin-top: 30px;
  }
  .quality-section .quality-list li .info {
    padding: 30px 40px 10px 90px !important;
  }
  .quality-section .quality-list li .info h2 {
    font-size: 14px;
  }
  .quality-section .quality-list li .info span {
    width: 145px;
    font-size: 17px !important;
  }
  .quality-section .quality-list li .info span small:first-child:last-child {
    font-size: 17px;
  }
  .quality-section .quality-list .info span small:first-child {
    font-size: 18px;
  }
  .quality-section .quality-list li .info span small:last-child {
    font-size: 14px;
    margin-left: 0;
  }
  .quality-section .quality-list li .info p {
    font-size: 13px;
  }
  .quality-section .quality-list li .img {
    overflow: hidden;
    min-height: 205px;
  }
  .quality-section .quality-list li .img img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: none;
  }
  .news-detail {
    padding-bottom: 150px;
  }
	.beforePmark {
		float: none;
		margin-bottom: 10px;
	}
}
@media (max-width: 639px) {
  .works-page .hex-list li {
    float: none;
  }

  .works-page .hex-list {
    margin-bottom: 10px;
  }

  .hex-list li {
    float: none;
  }

  .banner-section .inner .img {
    height: 280px;
  }
  .banner-section .inner .txt {
    font-size: 17px;
    padding: 0 20px;
  }

  .banner-section .inner-wrapper {
    height: auto;
  }
  .banner-section .inner-wrapper .txt {
    font-size: 18px;
  }

  .company-info table th {
    min-width: 80px;
    padding-right: 0;
  }
  .company-partner .partner-list li {
    float: none;
    width: 100%;
  }

  .brain-section {
    height: 220px;
  }
  .brain-section h2 {
    font-size: 24px;
    line-height: 160%;
    }

    .kenonsupport-section {
        padding: 0 10px;
    }

  .concept-section {
    padding: 0 10px;
  }
  .concept-section > p {
    margin-bottom: 30px;
  }
  .concept-section ul li {
    margin: 0 0 30px 0;
    width: auto;
    float: none;
  }
  .concept-section ul li a {
    width: 345px;
  }

  .client-section {
    margin: 30px 0;
  }

  .recruit-detail-section {
    margin-top: 50px;
  }
  .recruit-detail-section .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .recruit-detail-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .recruit-detail-section .inner {
    font-size: 14px;
  }
  .recruit-detail-section .inner h3 {
    margin-top: 10px;
  }

  .nav-banner ul li {
    padding: 0 10px;
  }
  .nav-banner ul li:first-child a {
    font-size: 14px;
  }
  .nav-banner ul li:first-child + li a {
    font-size: 14px;
  }
  .nav-banner ul li a {
    font-size: 12px;
    padding-left: 8px;
  }
  .nav-banner ul li a span {
    font-size: 12px;
  }

  .quality-section .quality-list li .img {
    width: 100%;
    max-width: none;
  }
  .quality-section .quality-list li .info {
    width: 100%;
  }
  .news-section .news-list > li .cat {
    margin-right: 5px;
  }
  .news-section .news-list > li p {
    display: block;
    float: left;
  }
  .news-section .news-list > li p.txt {
    clear: both;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .case-section .case-list .txt {
    font-size: 18px;
  }
  .case-section .case-list .txt span {
    font-size: 13px;
  }

  .footer .footer-top .container {
    height: 50px;
  }
  .footer .footer-top .container li a {
    line-height: 50px;
  }
  .footer .footer-top .container li a:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    top: 5px;
  }
  .footer .footer-top .container .pagetop {
    top: -54px;
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 80px;
    right: 0;
  }
  .footer .footer-top .container .pagetop:before {
    border-bottom: 20px solid #FBE763;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: -20px;
  }

  .brain-section {
    height: 180px;
  }
  .brain-section h2 {
    font-size: 18px;
    top: 22%;
  }

  .banner-section .inner .img {
    height: 260px;
  }
  .banner-section .inner .txt {
    font-size: 15px;
    line-height: 150%;
    padding: 0 10px;
  }

  .banner-section .inner-wrapper {
    padding: 20px 0;
  }
  .banner-section .inner-wrapper .staff-img {
    margin-bottom: 15px;
  }
  .banner-section .inner-wrapper .txt {
    font-size: 16px;
    padding: 0 7px;
  }

  .company-info table td dl {
    padding-bottom: 0.5em;
  }

  .recruit-section {
    padding-bottom: 50px;
  }

  .access-info table {
    width: 100%;
  }
  .access-info table td:first-child {
    min-width: 80px;
  }

  .idea-section h2 {
    letter-spacing: 2px;
  }

  .quality-section .quality-list li .info {
    padding-right: 10px !important;
  }
  .news-detail {
    padding-bottom: 100px;
  }
}
@media (max-width: 414px) {
  .banner-section .inner .img {
    height: 260px;
  }
  .banner-section .inner .txt {
    font-size: 14px;
    line-height: 160%;
    padding: 0 4px;
    letter-spacing: 0;
  }

  .banner-section .inner-wrapper .txt {
    letter-spacing: 0;
    line-height: 160%;
  }

  .works-page .banner-section .inner .img {
    height: 280px;
  }
  .works-page .banner-section .inner .txt {
    padding: 0 10px;
  }

  .box-section {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .box-section .box {
    width: 100%;
  }
  .box-section .box .inner {
    height: auto;
  }
  .box-section .box p {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    left: 0;
    right: 0;
  }

  .nav-banner ul li {
    padding: 0 3px;
  }
  .nav-banner ul li:first-child a {
    font-size: 12px;
  }
  .nav-banner ul li:first-child + li a {
    font-size: 12px;
  }
  .nav-banner ul li a {
    font-size: 12px;
  }
  .nav-banner ul li a span {
    font-size: 10px;
  }
  .post-title {
    font-size: 20px;
  }

  .company-info table th {
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .header {
    padding: 0 10px;
  }

  .banner-section .inner-wrapper .txt {
    font-size: 14px;
  }

  .main {
    padding-bottom: 45px;
  }

  .footer .footer-top .container li a {
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer .footer-top .container li a:before {
    margin-right: 6px;
  }

  .total-brain-pro .pro-list li {
    padding: 38px 15px 20px;
  }
  .total-brain-pro .pro-list li h3 {
    font-size: 22px;
  }

  .idea-section h2 {
    font-size: 16px;
  }

  .brain-section {
    height: 140px;
    margin-bottom: 80px;
  }
  .brain-section h2 {
    font-size: 18px;
    padding: 0 20px;
    top: 20%;
  }
  .brain-section > img {
    bottom: -58px;
    width: 100px;
  }

  .concept-section ul li {
    width: 100%;
  }
  .concept-section ul li a {
    width: 100%;
  }

  .recruit-detail-section h2 {
    font-size: 20px;
  }
}
@media (max-width: 320px) {
  .case-section .color-note li {
    font-size: 11px;
  }

  .banner-section .inner .txt {
    font-size: 13px;
  }

  .banner-section .inner-wrapper .txt {
    font-size: 13px;
    letter-spacing: 0;
  }

  .recruit-detail-section h2 {
    font-size: 17px;
  }

  .quality-section .quality-list li .info {
    padding-left: 70px !important;
  }
  .quality-section .quality-list li .info span {
    width: 130px;
    font-size: 14px !important;
  }
  .quality-section .quality-list li .info span small:first-child:last-child {
    font-size: 14px;
  }
  .quality-section .quality-list li .info span small:first-child {
    font-size: 16px;
  }
  .quality-section .quality-list li .info span small:last-child {
    font-size: 11px;
  }

  .nav-banner ul li:first-child a {
    font-size: 10px;
  }
  .nav-banner ul li:first-child + li a {
    font-size: 10px;
  }
  .nav-banner ul li a {
    font-size: 10px;
  }
  .nav-banner ul li a span {
    font-size: 10px;
  }
}

/*  */
@media (min-width: 769px) {
  .ascess-osaka {
    padding-top: 80px;
  }
}