@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

@font-face {
  font-family: 'MyFont';
  src: url(../fonts/AHAMONO-Regular.otf);
}

@font-face {
  font-family: 'MyFont-bold';
  src: url(../fonts/MYRIADAB.TTF);
}

@font-face {
  font-family: 'MyFont-slim';
  src: url(../fonts/MYRIADAT.TTF);
}

@font-face {
  font-family: 'Mfont-slim';
  src: url(../fonts/mplus-1m-light.ttf);
}

@font-face {
  font-family: 'Mfont-regular';
  src: url(../fonts/mplus-1p-regular.ttf);
}

body, html,
.navbar-header__one-word > a > strong > span {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto;
  overflow-x: hidden;
    font-family:  "Helvetica Light", Helvetica, Arial, Meiryo, "Hiragino Kaku Gothic ProN", Roboto, “Droid Sans”, sans-serif;
  /* font-family: 'Mfont-regular','MyFont-slim','Montserrat','Raleway', Roboto, “Droid Sans”, "Helvetica Light", Helvetica, Arial, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; */
  /* font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica Neue, Helvetica, Arial, sans-serif; */
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

/* navbar ドロップダウン(親)のカラー */
/* .navbar-default .navbar-nav>.open>a, */
/* .navbar-default .navbar-nav>.open>a:focus, */
/* .navbar-default .navbar-nav>.open>a:hover {
  color: #ffffff;
  background-color: #c59a6d;
} */

.navbar-default__one-word {
  position: relative;
  top: 20px;
}

.navbar-default__one-word__inner {
  margin-bottom: 0;
  padding: 0 27px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
}

.navbar-default__one-word__inner > a,
.navbar-header__one-word > a {
  position: relative;
  z-index: 100;
}

.navbar-header__one-word {
  display: none;
  position: relative;
  left: 50%;
  float: left;
  margin-bottom: 0;
  color: #ffffff;
}

.navbar-default__one-word__inner > a:hover,
.navbar-header__one-word > a:hover {
  color: #f39c12;
}

.navbar-default .navbar-nav a.dropdown-toggle:hover,
.navbar-default .navbar-nav li.dropdown:hover > a,
.navbar-default .navbar-nav li.dropdown-none:hover > a {
  background:
    -webkit-gradient(linear, right bottom, right top, from(rgba( 243, 156, 18, 0.5)), to(rgba( 243, 156, 18, 0)));
  background:
    linear-gradient(to top, rgba( 243, 156, 18, 0.5) 0%, rgba( 243, 156, 18, 0) 100%);
}

.navbar-default .navbar-nav > .active > a::after,
.navbar-default .navbar-nav li.dropdown:hover > a::after,
.navbar-default .navbar-nav li.dropdown-none:hover > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
}

.navbar-default .navbar-nav > .active > a::after {
  background-color: rgb( 236, 115, 7);
}

.navbar-default .navbar-nav li.dropdown:hover > a::after,
.navbar-default .navbar-nav li.dropdown-none:hover > a::after {
  background-color: rgb( 243, 156, 18);
}

@media (min-width: 768px) {
  .navbar-nav {
    display: table;
    padding-left: 12px;
  }

  .dropdown-toggle:hover + .dropdown-menu {
    display: block;
  }

  .navbar-default .navbar-nav .dropdown .dropdown-menu {
    perspective: 400px;
  }

  .navbar-default .navbar-nav .dropdown:hover .dropdown-menu {
    visibility: visible;
    box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.35);
    -webkit-animation-name: navOpenAction;
    -webkit-animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-name: navOpenAction;
    animation-duration: .6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
  }

  .navbar-default .navbar-nav .dropdown li {
    transform: rotateY(-90deg);
    transform-origin: 38% 0;
    transition: .2s;
  }

  .navbar-default .navbar-nav .dropdown:hover li {
    transform: rotateY(0);
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(1) {
    margin-top: 1px;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(3) {
    transition-delay: .1s;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(4) {
    transition-delay: .15s;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(5) {
    transition-delay: .2s;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(6) {
    transition-delay: .25s;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(7) {
    transition-delay: .3s;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(8) {
    transition-delay: .35s;
  }

  .navbar-default .navbar-nav .dropdown li:nth-child(n+9) {
    transition-delay: .4s;
  }

  .dropdown-menu__md--list-style > a:before {
    content: '・ '
  }
}

@-webkit-keyframes navOpenAction {
    0% { box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0); }
  100% { box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.35); }
}
@keyframes navOpenAction {
    0% { box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0); }
  100% { box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.35); }
}

.navbar-default .navbar-nav .dropdown li:nth-child(1) a {
  padding: 10px 20px;
  background-color: #7f8285;
  color: #efefef;
}

.navbar-default .navbar-nav .dropdown li a {
  background-color: #cfd0d1;
}

/* navbar ドロップダウン(子)focus, hover時のカラー */
.navbar-default .navbar-nav .dropdown li a:hover {
  background-color: #f5ba5c;
  color: #e2630c;
}

h1 {
  font-weight: 700;
  font-size: 46px;
}

h2 {
  text-transform: uppercase;
  font-size: 34px;
}

h3 {
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
}

h4 {
  font-size: 16px;
  word-spacing: 2px;
}

h5 {
  text-transform: uppercase;
  font-size: 12px;
  word-spacing: 2px;
}

h6 {
  font-size: 10px;
  word-spacing: 2px;
  letter-spacing: 2px;
}

p {
  font-weight: 400;
}

hr {
  width: 50px;
  border-color: #c59a6d;
}

a { color: #ffffff }
a:hover,
a:focus {
  color: #c59a6d;
  text-decoration: none;
}

.navbar {
  background-color: #282f35;
}

.navbar-nav {
  margin: 0 auto;
  table-layout: fixed;
  float: none;
}

@media (max-width: 767px) {
  .navbar-default {
    background-color: rgba( 255, 255, 255, 0.88) !important;
  }

  .navbar-default__one-word {
    display: none;
  }

  .navbar-default__one-word__inner {
    padding-right: 15px;
  }

  .navbar-header__one-word {
    display: block;
  }

  .navbar-default .navbar-toggle {
    min-height: 34px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 0;
  }

  .navbar-toggle .icon-bar:nth-of-type(1),
  .navbar-toggle .icon-bar:nth-of-type(2) {
    margin-bottom: 4px;
  }

  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(1) {
    margin-bottom: -2px;
    background-color: rgba( 187, 187, 187, 0);
  }

  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    margin-bottom: -2px;
        -ms-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
  }

  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
        -ms-transform: rotateZ(-45deg);
       -moz-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }

  .dropdown-menu,
  .navbar-nav > li > a {
    width: 100%;
  }

  .navbar-default .navbar-nav .dropdown.js-menu-opened > a,
  .navbar-default .navbar-nav .dropdown a:hover {
    color: #f39c12;
  }

  .navbar-default .navbar-nav .dropdown.js-menu-opened > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgb( 243, 156, 18);
    content: '';
  }

  .navbar-default .navbar-nav .dropdown .dropdown-menu {
    display: none;
    visibility: visible;
  }

  .navbar-default .navbar-nav .dropdown .dropdown-menu li a {
    text-align: center;
  }

  .service.md-elem-offset:hover {
    margin-top: 20px;
  }
}

.navbar-brand {
  /* font-family: 'Raleway', Arial, Roboto, 'Droid Sans', 'Helvetica Light', Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif, sans-serif; */
  font-family: 'Raleway', 'Helvetica Light', Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 28px;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-collapse,
li.dropdown a {
  font-size: 12px;
}

.font-ymd {
  font-family: Arial, sans-serif;
}

/* .dropdown:hover > .dropdown-menu {
  display: block;
} */

#home {
  background: url('../img/top1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 600px;
  padding-top: 0px;
  color: #ffffff;
  border-bottom: solid thin #ffffff;
}

#home .overlay {
  background: rgba( 34, 34, 34, 0.5);
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 600px;
}

#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #c59a6d;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	margin-top: 100px;
	color: #ffffff;
	cursor: pointer;
}

#corp-top {
  background: url('../img/corp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 710px;
  padding-top: 0px;
  color: #ffffff;
}

#corp-top .overlay {
  background: rgba( 34, 34, 34, 0.25);
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 798px;
}

#corp-top a.down-btn span.fa.fa-angle-down {
  font-size: 26px;
  border: 2px solid #ff8c00;
  border-radius: 2px;
  padding: 7px 5px;
  position: relative;
  margin-top: 100px;
  color: #ff8c00;
  cursor: pointer;
}

#corp-top h1 {
  letter-spacing: 8px;
}

#consul-top {
  background: url('../img/consul.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 710px;
  padding-top: 0px;
  color: #ffffff;
}

#consul-top .overlay {
  background: rgba( 34, 34, 34, 0.7);
  height: 10%;
  padding: 0;
  margin: 0;
  min-height: 798px;
}

#entrusted-top {
  background: url('../img/entrusted.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 710px;
  padding-top: 0px;
  color: #ffffff;
}

#entrusted-top .overlay {
  background: rgba( 34, 34, 34, 0.55);
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 798px;
}

#entrusted-top h1 {
  letter-spacing: 8px;
}

#educate-top {
  background: url('../img/kensyuu.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 710px;
  padding-top: 0px;
  color: #ffffff;
}

#educate-top a.down-btn span.fa.fa-angle-down {
  font-size: 26px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  padding: 7px 5px;
  position: relative;
  margin-top: 100px;
  color: #ffffff;
  cursor: pointer;
}

#educate-top .overlay {
  background: rgba( 34, 34, 34, 0.5);
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 798px;
}

#educate-top h1 {
  letter-spacing: 8px;
}

#new-educate {
  background: url('../img/2017new.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#new-educate .overlay {
  background: rgba( 34, 34, 34, 0.8);
  height: auto;
  min-height: 200px;
  padding: 8% 0 ;
  color: #ffffff;
}

#new-educate h4 {
  font-size: 24px;
  font-weight: lighter;
}

#new-educate h3{
  margin: 0px 0px 10px;
  vertical-align: top;
}

#educate-category {
  background: url('../img/category.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#educate-category .overlay{
  background: rgba( 34, 34, 34, 0.8);
  height: auto;
  min-height: 200px;
  padding: 8% 0;
  color: #ffffff;
}

#meet-us td {
   font-family: 'Mfont-regular', sans-serif;
}

#meet-us td a {
   color: #337ab7;
}

.meet-us-a {
  color:#337ab7;
}

#part-us {
  background: url('../img/partner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#part-us .overlay {
  background: rgba( 34, 34, 34, 0.8);
  height: auto;
  min-height: 200px;
  padding: 8% 0;
  color: #ffffff;
}

#entrsted-flow {
  background-color:#f4f4f2;
}

#entrsted-flow-1,
#entrsted-flow-2,
#entrsted-flow-3 {
  min-height: 200px;
  margin:0;
  padding:0;
}

#entrsted-flow-2 {
  background-color: #f4f4f2;
}

#ses-top {
  background: url('../img/ses.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 710px;
  padding-top: 0px;
  color: #ffffff;
}

#ses-top a.down-btn span.fa.fa-angle-down {
  font-size: 26px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  padding: 7px 5px;
  position: relative;
  margin-top: 100px;
  color: #ffffff;
  cursor: pointer;
}

#ses-top .overlay {
  background: rgba( 34, 34, 34, 0.7);
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 798px;
}

#ses-top h1 {
  letter-spacing: 8px;
}

#page {
  padding-top: 40px;
}

#privacy-us {
  height: auto;
  padding-top: 90px;
}

#privacy-us h1 {
  font-weight: lighter;
}

#recruit-top {
  background: url('../img/recruit.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  min-height: 710px;
  padding-top: 0px;
  color: #ffffff;
}

#recruit-top .overlay {
  background: rgba( 34, 34, 34, 0.7);
  height: 100%;
  padding: 0;
  margin: 0;
  min-height: 798px;
}

#recruit-top a.down-btn span.fa.fa-angle-down {
  font-size: 26px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  padding: 7px 5px;
  position: relative;
  margin-top: 100px;
  color: #ffffff;
  cursor: pointer;
}

#recruit-top h1 {
  letter-spacing: 8px;
}

#entrsted-us span{
 cursor: pointer;
 color: #1e90ff;
}

.cha-title {
  font-family: 'MyFont-bold', sans-serif;
  font-size: 34px;
  border: 1px solid #282f35;
  border-radius: 10px;
  padding: 7px;
  position: relative;
  margin-top: 0;
  text-transform: none;
}

.cha-yakuwari {
    font-family: 'MyFont-slim', sans-serif;
    font-size: 50px;
}

#trainer {
  background-color: rgba( 0, 0, 0, 0.1);
}

#trainer h5 {
  font-family: 'MyFont-slim', sans-serif;
}

#experience {
  background-color: rgba( 0, 0, 0, 0.1);
}

#experience h5 {
  font-family: 'MyFont-slim', sans-serif;
}

.content {
  padding-top: 16%;
}

.header-text.btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 10px 30px;
  height: 100px;
}

.header-text.btn:hover {
  color: inherit;
}

.header-text.btn:focus,
.header-text.btn:active:focus,
.header-text.btn.active:focus,
.header-text.btn.focus,
.header-text.btn:active.focus,
.header-text.btn.active.focus {
  outline: thin dotted transparent;
  outline: none;
  outline-offset: -2px;
}

.typed-cursor {
  opacity: 1;
  padding: 10px 2px;
  background: #ffffff;
  margin: 10px;
  -webkit-animation: blink 0.5s linear infinite;
     -moz-animation: blink 0.5s linear infinite;
          animation: blink 0.5s linear infinite;
}

.tab-content {
  padding-left: 15px;
  padding-top: 25px;
}

.table-head {
  font-weight: normal;
  font-style: normal;
  color: #696969;
}

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

span.typed-cursor {
  top: -5px;
  position: relative;
}
/* .header-text {
	margin-top: 20px;
	position: absolute;
	border: 1px solid #ffffff;
  right: 25%;
	left: 25%;
}
.header-text h1 {
	padding: 20px;
	position: relative;
	margin: 0 auto;
} */

#menu span.fa.fa-bars {
  font-size: 30px;
  position: fixed;
  left: 0px;
  color: #c0c0c0;
  cursor: pointer;
  z-index: 1;
}

.navmenu, .navbar-offcanvas {
  width: 270px;
  z-index: 10;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #1E2429;
  border-color: #1E2429;
  border: 0;
}

.navmenu-default .navmenu-nav>li>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
  color: #c59a6d;
  background-color: transparent;
}

.nav > li {
  position: relative;
  display: block;
  text-align: center;
}

.navmenu-default .navmenu-nav>li>a,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
}

nav#menu span.fa.fa-bars:hover {
  color: #c59a6d;
}

.navmenu-default .navmenu-nav>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
.navmenu-default .navmenu-nav>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navmenu-default .navmenu-nav>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
  color: #c59a6d;
  background-color: transparent;
}

.close:hover {
  background: #c59a6d;
  color: #ffffff;
  opacity: 1;
}

.close {
  background: #fff;
  padding: 10px 12px;
  opacity: 1;
  transition: all 0.3s;
}

.add-margin {
  margin-top: 200px;
}

.step-name {
  font-size: 18px;
}

.venue-frame {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

iframe {
  border: 0;
}

#entrsted-flow,
#entrsted-us,
#sesct-us,
#kensyuu-us,
#meet-us,
#banner,
#consul-us,
#services,
#enkaku,
#works,
#experience,
#trainer,
#adoption,
#hikyuyo-us,
#venue-us,
#about-us {
  padding: 60px 0;
}

a.down-btn span.fa.fa-angle-down {
  font-size: 26px;
  border: 1px solid #c59a6d;
  border-radius: 2px;
  padding: 7px 5px;
  position: relative;
  cursor: pointer;
  color: #c59a6d;
  margin-top: 30px;
}

#overview-video {
  background: url('../img/bg2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

#overview-video .overlay {
  background: rgba( 34, 34, 34, 0.85);
  height: auto;
  min-height: 200px;
  padding: 12% 0;
}

#overview-video a span.fa.fa-play {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: auto 0;
}

#access {
  margin-top: 0px;
  margin-bottom: 0px;
}

.service {
  border: 1px solid #ffffff;
  margin-top: 20px;
  margin-bottom: 0px;
  transition: all 0.3s;
  position: relative;
  padding: 60px 25px;
  background-color: rgba(34, 34, 34, .5);
  border-radius: 15px; /* CSS3草案 */
  -webkit-border-radius: 15px; /* Safari,Google Chrome用 */
  -moz-border-radius: 15px; /* Firefox用 */
}

.service .se-content1:hover {
  color: #44dede;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba( 255, 255, 255, .1);
}

.service .se-content2:hover {
  color: #fdc44f;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba( 255, 255, 255, .1);
}

.service .se-content3:hover {
  color: #8dcf3f;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba( 255, 255, 255, .1);
}

.service .se-content4:hover {
  color: #f58e7e;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba( 255, 255, 255, .1);
}

.service .se-content5:hover {
  color: #ccdfcc;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba( 255, 255, 255, .1);
}

.service:hover {
  border-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.service p {
  font-size: 14px;
  padding-top: 20px;
}

.service h3,
.service h4 {
  font-size: 26px;
  padding-top: 20px;
}

.space {
  padding-top: 40px;
}

#cta {
  background: url('../img/mikeiken.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#cta .overlay {
  background: rgba( 34, 34, 34, 0.7);
  height: auto;
  min-height: 800px;
  padding: 8% 0;
  color: #ffffff;
}

#cta1 h4 {
  padding: 10px 10px;
  font-size: 26px;
}

a.btn.go-to-btn {
  text-transform: uppercase;
  border: 1px solid #c59a6d;
  word-spacing: 2px;
  padding: 7px 30px;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.5s;
}

a.btn.go-to-btn:hover {
  background: #c59a6d;
  color: #282f35;
}

.nopadding {
  margin: 0;
  padding: 0;
}

.portfolio-item .hover-bg {
  height: 280px;
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.66);
  padding: 30% 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.hover-bg .hover-text>h5 {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: all 0.3s;
}

.hover-bg:hover .hover-text>h5 {
  opacity: 1;
  -webkit-backface-visibility:hidden;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hover-bg .hover-text>.hline {
  opacity: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.3s;
}

.hover-bg:hover .hover-text>.hline {
  opacity: 1;
  -webkit-backface-visibility:hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.hover-bg:hover .hover-text {
  opacity: 1;
}

.hline {
  width: 30px;
  height: 5px;
  border-top: 2px solid #f1f1f1;
  margin: 0 auto;
}

.hover-text p.lead {
  color: #c59a6d;
}

.md-parallel-btn-wrap > a {
  vertical-align: middle;
}

a.btn.read-more-btn {
  text-transform: uppercase;
  background: #c59a6d;
  color: #282f35;
  word-spacing: 2px;
  padding: 7px 30px;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.5s;
}

a.btn.read-more-btn:hover {
  background: #222222;
  color: #ffffff;
}

.md-parallel-btn-wrap .read-more-btn-b {
  height: 48px;
  line-height: 48px;
}

.md-parallel-btn-wrap > br {
  display: none;
}

a.btn.read-more-btn-b {
  text-transform: uppercase;
  background: #8dcf3f;
  color: #282f35;
  word-spacing: 2px;
  padding: 0 30px;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.5s;
  margin-right: 30px;
}

@media screen and (max-width: 656px) {
  a.btn.read-more-btn-b {
    margin-right: 0;
    margin-bottom: 28px;
  }

  .md-parallel-btn-wrap > br {
    display: block;
  }
}

a.btn.read-more-btn-b:hover {
  background: #222222;
  color: #ffffff;
}

a.btn.send-btn {
  text-transform: uppercase;
  background: #c59a6d;
  color: #282f35;
  padding: 15px 35px;
  border-radius: 0;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.5s;
}

a.btn.send-btn:hover {
  background: transparent;
  border: 1px solid #c59a6d;
  color: #ffffff;
}

#access {
  background: url('../img/access.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#access .overlay {
  background: rgba( 34, 34, 34, 0.65);
  height: auto;
  min-height: 200px;
  padding: 5% 0;
  color: #ffffff;
}

#clients {
  background: url(../img/contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#clients .overlay {
  background: rgba( 34, 34, 34, 0.5);
  height: auto;
  min-height: 200px;
  padding: 8% 0;
  color: #ffffff;
}

#java-top {
  background: url('../img/javatop.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#java-top .overlay {
  background: rgba( 34, 34, 34, 0.35);
  height: 400px;
  min-height: 200px;
  padding: 8% 0;
  color: #ffffff;
}

#fcontact-top {
  background: url(../img/rec.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

#fcontact-top .overlay {
  background: rgba( 34, 34, 34, 0.75);
  height: 400px;
  min-height: 200px;
  padding: 8% 0;
  color: #ffffff;
}

#fcontact-top h1 {
  font-size: 32px;
}

.jumbo {
  font-family: 'Lato', sans-serif;
  font-size: 125px;
}

.sub-title {
  text-transform: none;
}

.h2-title {
  text-transform: none;
}

.syousai a {
  color: #4169e1;
}

.syousai a:hover {
  cursor: pointer;
  color: #C59A6D;
}

ul, ol {
  padding: 0;
  -moz-padding: 0;
  -webkit-padding: 0;
}

ul.clients li {
  display: inline-block;
  padding: 20px 40px;
  vertical-align: middle;
}

.waku {
  border: 1px solid #c3c3c3;
  padding: 70px 20px;
  text-align: center;
  transition: all 0.8s;
  max-height: 340px;
  margin-bottom: 30px;
}

.team {
  border: 1px solid #c3c3c3;
  padding: 70px 20px;
  text-align: center;
  opacity: 0.7;
  transition: all 0.8s;
  max-height: 340px;
  margin-bottom: 30px;
}

.team.hire:hover,
.team.hire {
  height: 340px;
  border-color: #c59a6d;
  color: #c59a6d;
  opacity: 1;
}

.team.hire>a {
  color: #c59a6d;
}

.team hr {
  border-width: 2px;
  border-color: #dcc2a7;
}

.team:hover {
  opacity: 1;
  border: 1px solid #222;
}

.team img {
  width: 80px;
  margin: 0 auto;
}

#testimonials {
  background: url('../img/bg4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

#testimonials .overlay {
  background: rgba( 34, 34, 34, 0.85);
  height: auto;
  min-height: 200px;
  padding: 5% 0;
  color: #ffffff;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 0;
  background: #C59A6D;
  color:#ffffff;
}

.owl-theme-c {
 color: #ffffff;

}

#banner {
  background: #4169e1;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

#banner .overlay {
  height: auto;
  min-height: 150px;
  padding: 3% 0;
}
#banner h2 {
  color: #ffffff;
  line-height: 130%;
}
#banner h4 {
  font-size: 14px;
  color: #ffffff;
  line-height: 130%;
}

#contact {
	background: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: center;
}

#contact .overlay {
	height: auto;
	min-height: 200px;
	padding: 5% 0;
}

#contact h4 {
  font-size: 20px;
  color: #808080;
  line-height: 130%;
}

#contact .txt-large {
  font-size: 26px;
}

#contact .txt-large2 {
  font-size: 28px;
  font-style: italic;
}

#contact .contact-txt {
  position: relative;
  max-width: 390px;
  margin: 2em auto;
  padding: 1em 1.5em;
  color: #696969;
  background: #f5f5f5;
  overflow: hidden;
}

#contact .contact-txt:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0; /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #808080 #658E15; /* A bit more verbose to work with .rounded too */
  background: #808080; /* For Opera when also applying a border-radius */
  display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}

ul.social li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
}

ul.social li a {
  color: #ffffff;
  font-size: 16px;
}

address strong {
  text-transform: uppercase;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
}

address::before {
  content: '\f041';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c59a6d;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: -30px;
}

address {
  font-style: normal;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
}

.icon-mk span {
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 70px;
/*
line-heightは上下に余白をもうけるので1行文字の場合のみ真ん中に位置出来る。
ただし、line-heightとheight（高さ）が同じである必要がある。
*/
  line-height: 70px;
  font-size: 40px;
  border-radius: 75px;
  margin-bottom: 10px;
}

.icon-mk {
  cursor: default;
}

#sesct-us h4:hover {
  cursor: default;
  color:#000000;
}

.cl-blu-n {
  font-size: 20px;
  background-color: #4aa3df;
}

.cl-org-n {
  font-size: 20px;
  background-color: #e67e22;
}

.cl-pur-n {
  font-size: 20px;
  background-color: #9b59b6;
}

.cl-gry-n {
  font-size: 20px;
  background-color: #b6b6b6;
}

.cl-gre-n {
  font-size: 20px;
  background-color: #1abc9c;
}

.cl-red-n {
  font-size: 20px;
  background-color: #e74c3c;
}

.cl-skn-n {
  font-size: 20px;
  background-color: #e9967a;
}

.cl-olv-n {
  font-size: 20px;
  background-color: #808000;
}

.cl-blu {
  font-size: 20px;
  background-color: #4aa3df;
}

.cl-blu:hover {
 cursor: pointer;
 background-color: #2980b9;
}

.cl-blu-c {
  font-size: 40px;
  background-color: #4aa3df;
}

.cl-org {
  font-size: 20px;
  background-color: #e67e22;
}

.cl-org:hover {
  cursor: pointer;
  background-color: #d35400;
}

.cl-org-c {
  font-size: 40px;
  background-color: #e67e22;
}

.cl-gre {
  font-size: 16px;
  background-color: #1abc9c;
}

.cl-gre:hover {
  cursor: pointer;
  background-color: #16a085;
}

.cl-pur {
  font-size: 20px;
  background-color: #9b59b6;
}

.cl-pur:hover {
  cursor: pointer;
  background-color: #8e44ad;
}

.cl-pur-c {
  font-size: 40px;
  background-color: #9b59b6;
}

.cl-red {
  font-size: 20px;
  background-color: #e74c3c;
}

.cl-red:hover {
 cursor: pointer;
 background-color: #c0392b;
}

.cl-gry{
  font-size:16px;
  background-color: #b6b6b6;
}

.cl-gry:hover {
 cursor: pointer;
 background-color: #727272;
}

.cl-dblu {
  font-size: 20px;
  background-color: #d2b48c;
}

.cl-dblu-j {
  font-size: 36px;
  background-color: #02aedc;
  font-family: 'MyFont-bold', sans-serif;
}

.cl-dblu:hover {
 cursor: pointer;
 background-color: #deb887;
}

.cl-dgre {
  font-size: 20px;
  background-color: #228b22;
}

.cl-dgre:hover {
  cursor: pointer;
  background-color: #006400;
}

.icon-ctg {
  text-align: center;
  margin-bottom: 15px;
}

.icon-ctg span {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
/*
line-heightは上下に余白をもうけるので1行文字の場合のみ真ん中に位置出来る。
ただし、line-heightとheight（高さ）が同じである必要がある。
*/
  line-height: 100px;
  margin-bottom: 10px;
  border-radius: 75px;
}

.icon-ctg h4 {
  text-transform: none;
}

.flow-no {
  font-size: 54px;
  font-family: 'Loto', sans-serif;
  color: #a9a9a9;
}

.flow-r span,
.flow-l span {
  color: #000000;
  font-size: 24px
}

#cta1 .flow-ctl,
#cta1 .flow-ctr {
  padding: 50px 70px;
}

#cta1,
#cta2 {
  padding: 50px;
}

#cta2 h4 {
  background-color: #ff4500;
  color: #ffffff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #222222;
  font-family: 'Lato', Roboto, 'Droid Sans', 'Helvetica Light', Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #222222;
  font-family: 'Lato', Roboto, 'Droid Sans', 'Helvetica Light', Helvetica, Arial, Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;

}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #222222;
  font-family: 'Lato', Roboto, 'Droid Sans', 'Helvetica Light', Helvetica, Arial, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}

label {
  font-weight: normal !important;
  font-size: 14px !important;
}

#footer {
  background: #282f35;
  padding: 60px 40px 35px 35px;
  color: #ffffff;
  border-bottom: 5px solid #c59a6d;
}

#footer span.fa {
  color: #c59a6d;
  font-size: 26px;
  margin-left: 10px;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: #c59a6d;
}

/* ******************************
 * Header Logo Animation
 ****************************** */
.col-object-root {
  position: relative;
}

.col-object-root__col-obj {
  opacity: 0.8;
  position: absolute;
  top: -4px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-width: 8px;
  border-style: solid;
  border-radius: 50%;
}

.col-object-root__col-obj:nth-of-type(1) {
  -webkit-animation: col-bounce1 11s ease-in-out 0s infinite;
          animation: col-bounce1 11s ease-in-out 0s infinite;
}

.col-object-root__col-obj:nth-of-type(2) {
  -webkit-animation: col-bounce2 11s ease-in-out 0s infinite;
          animation: col-bounce2 11s ease-in-out 0s infinite;
}

.col-object-root__col-obj:nth-of-type(3) {
  -webkit-animation: col-bounce3 11s ease-in-out 0s infinite;
          animation: col-bounce3 11s ease-in-out 0s infinite;
}

.col-object-root__col-obj:nth-of-type(4) {
  -webkit-animation: col-bounce4 11s ease-in-out 0s infinite;
          animation: col-bounce4 11s ease-in-out 0s infinite;
}

.col-object-root__col-obj:nth-of-type(5) {
  -webkit-animation: col-bounce5 11s ease-in-out 0s infinite;
          animation: col-bounce5 11s ease-in-out 0s infinite;
}

.col-object-root__col-obj:nth-of-type(6) {
  -webkit-animation: col-bounce6 11s ease-in-out 0s infinite;
          animation: col-bounce6 11s ease-in-out 0s infinite;
}

.col-object-root__col-obj:nth-of-type(7) {
  -webkit-animation: col-bounce7 11s ease-in-out 0s infinite;
          animation: col-bounce7 11s ease-in-out 0s infinite;
}

@-webkit-keyframes col-bounce1 {
  14.3%, 85.7% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  0%, 100% { border-color: #f6ca06; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce1 {
  14.3%, 85.7% { border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  0%, 100% { border-color: #f6ca06; transform: scale(1.0); }
}

@-webkit-keyframes col-bounce2 {
  0%, 28.6%, 100% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  14.3% { border-color: #d8e212; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce2 {
  0%, 28.6%, 100% { border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  14.3% { border-color: #d8e212; transform: scale(1.0); }
}

@-webkit-keyframes col-bounce3 {
  0%, 14.3%, 42.9%, 100% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  28.6% { border-color: #40bfb0; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce3 {
  0%, 14.3%, 42.9%, 100% { border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  28.6% { border-color: #40bfb0; transform: scale(1.0); }
}

@-webkit-keyframes col-bounce4 {
  0%, 28.6%, 57.2%, 100% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  42.9% { border-color: #45a1cf; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce4 {
  0%, 28.6%, 57.2%, 100% { border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  42.9% { border-color: #45a1cf; transform: scale(1.0); }
}

@-webkit-keyframes col-bounce5 {
  0%, 42.9%, 71.5%, 100% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  57.2% { border-color: #c35b9d; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce5 {
  0%, 42.9%, 71.5%, 100% { border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  57.2% { border-color: #c35b9d; transform: scale(1.0); }
}

@-webkit-keyframes col-bounce6 {
  0%, 57.2%, 85.8%, 100% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  71.5% { border-color: #9d73bb; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce6 {
  0%, 57.2%, 85.8%, 100% {  border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  71.5% { border-color: #9d73bb; transform: scale(1.0); }
}

@-webkit-keyframes col-bounce7 {
  0%, 71.5%, 100% { border-color: rgba( 255, 255, 255, 0); -webkit-transform: scale(0.0) }
  85.8% { border-color: #e6855e; -webkit-transform: scale(1.0) }
}
@keyframes col-bounce7 {
  0%, 71.5%, 100% { border-color: rgba( 255, 255, 255, 0); transform: scale(0.0); }
  85.8% { border-color: #e6855e; transform: scale(1.0); }
}
