/* CSS Document */
/* COLOR */
/* LETTER SPACING*/
/* line 47, ../scss/layout.scss */
.en {
  font-family: 'Raleway', sans-serif;
}

/* line 50, ../scss/layout.scss */
body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.75px;
  color: #282828;
}

@media only screen and (max-width: 420px) {
  /* line 57, ../scss/layout.scss */
  body {
    font-size: 13px;
  }
}
/* line 61, ../scss/layout.scss */
h2 {
  font-size-adjust: 0.531;
  font-weight: 500;
  font-style: normal;
}

/* line 66, ../scss/layout.scss */
.center {
  font-size: 2.5em;
  padding: 80px 0 0 0;
  text-align: center;
}

/* line 71, ../scss/layout.scss */
.sp {
  display: none;
}

/* line 74, ../scss/layout.scss */
.pc {
  display: inline;
}

@media only screen and (max-width: 800px) {
  /* line 78, ../scss/layout.scss */
  .sp {
    display: inline;
  }
}
@media only screen and (max-width: 420px) {
  /* line 83, ../scss/layout.scss */
  .pc {
    display: none;
  }
}
/* line 89, ../scss/layout.scss */
#slides {
  overflow: hidden;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  color: white;
  height: 800px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 100%;
}
/* line 99, ../scss/layout.scss */
#slides .box {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 800px;
}
/* line 103, ../scss/layout.scss */
#slides .box#slide01 {
  background: url(../images/firstBG.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 107, ../scss/layout.scss */
#slides .box#slide02 {
  background: url(../images/secondBG.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 111, ../scss/layout.scss */
#slides .box#slide03 {
  background: url(../images/thirdBG.jpg) center center no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 116, ../scss/layout.scss */
#slides #slide01, #slides #slide02, #slides #slide03 {
  text-align: center;
}
/* line 118, ../scss/layout.scss */
#slides #slide01 h2, #slides #slide02 h2, #slides #slide03 h2 {
  padding-top: 78px;
  margin-bottom: 40px;
  font-size: 42px;
  letter-spacing: 10px;
}
/* line 123, ../scss/layout.scss */
#slides #slide01 h2 img, #slides #slide02 h2 img, #slides #slide03 h2 img {
  max-width: 80%;
  height: auto;
  margin: 0px auto 40px;
}
/* line 129, ../scss/layout.scss */
#slides #slide01 .contact-btn, #slides #slide02 .contact-btn, #slides #slide03 .contact-btn {
  width: 220px;
  background-color: #33c9af;
  color: #fff;
}
/* line 133, ../scss/layout.scss */
#slides #slide01 .contact-btn:hover, #slides #slide02 .contact-btn:hover, #slides #slide03 .contact-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 137, ../scss/layout.scss */
#slides #slide01 .vcenter, #slides #slide02 .vcenter, #slides #slide03 .vcenter {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 140, ../scss/layout.scss */
#slides #slide01 .vcenter.show, #slides #slide02 .vcenter.show, #slides #slide03 .vcenter.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  display: block;
}
/* line 144, ../scss/layout.scss */
#slides #slide01 .vcenter.hide, #slides #slide02 .vcenter.hide, #slides #slide03 .vcenter.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 149, ../scss/layout.scss */
#slides #slide01 .vcenter .contact-btn, #slides #slide02 .vcenter .contact-btn, #slides #slide03 .vcenter .contact-btn {
  background-color: #33c9af;
  color: #fff;
}
/* line 152, ../scss/layout.scss */
#slides #slide01 .vcenter .contact-btn:hover, #slides #slide02 .vcenter .contact-btn:hover, #slides #slide03 .vcenter .contact-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 920px) {
  /* line 89, ../scss/layout.scss */
  #slides {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 89, ../scss/layout.scss */
  #slides {
    height: 420px;
  }
  /* line 165, ../scss/layout.scss */
  #slides .box {
    height: 420px;
  }
  /* line 169, ../scss/layout.scss */
  #slides #slide01 h2, #slides #slide02 h2, #slides #slide03 h2 {
    padding-top: 50px;
    margin-bottom: 0px;
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 36px;
  }
  /* line 176, ../scss/layout.scss */
  #slides #slide01 .contact-btn, #slides #slide02 .contact-btn, #slides #slide03 .contact-btn {
    width: 220px;
  }
  /* line 183, ../scss/layout.scss */
  #slides .flexslider .flex-direction-nav {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  /* line 190, ../scss/layout.scss */
  #slides #slide01 h2, #slides #slide02 h2, #slides #slide03 h2 {
    margin-bottom: 40px;
  }
}

/* line 198, ../scss/layout.scss */
#slides #slide01 h2 {
  padding-top: 260px;
}
/* line 200, ../scss/layout.scss */
#slides #slide01 h2 img {
  width: 680px;
  height: auto;
}
/* line 207, ../scss/layout.scss */
#slides #slide02 h2 {
  padding-top: 245px;
}
/* line 209, ../scss/layout.scss */
#slides #slide02 h2 img {
  width: 760px;
  height: auto;
}
/* line 216, ../scss/layout.scss */
#slides #slide03 h2 {
  padding-top: 240px;
}
/* line 218, ../scss/layout.scss */
#slides #slide03 h2 img {
  width: 680px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  /* line 226, ../scss/layout.scss */
  #slides #slide01 h2 {
    padding-top: 110px;
  }
  /* line 229, ../scss/layout.scss */
  #slides #slide02 h2 {
    padding-top: 110px;
  }
  /* line 232, ../scss/layout.scss */
  #slides #slide03 h2 {
    padding-top: 80px;
  }
  /* line 236, ../scss/layout.scss */
  #slides #slide01 h2 img, #slides #slide02 h2 img, #slides #slide03 h2 img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 420px) {
  /* line 244, ../scss/layout.scss */
  #slides #slide01 h2 {
    padding-top: 110px;
  }
  /* line 247, ../scss/layout.scss */
  #slides #slide02 h2 {
    padding-top: 130px;
  }
  /* line 250, ../scss/layout.scss */
  #slides #slide03 h2 {
    padding-top: 120px;
  }
  /* line 254, ../scss/layout.scss */
  #slides #slide01 h2 img, #slides #slide02 h2 img, #slides #slide03 h2 img {
    max-width: 80%;
  }
}

/* line 262, ../scss/layout.scss */
#header {
  position: absolute;
  top: 0;
  z-index: 998;
  padding: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
/* line 270, ../scss/layout.scss */
#header h1 {
  margin-bottom: 20px;
}
/* line 272, ../scss/layout.scss */
#header h1 img {
  width: 180px;
  height: auto;
}
/* line 277, ../scss/layout.scss */
#header #global {
  display: inline-block;
  vertical-align: middle;
}
/* line 280, ../scss/layout.scss */
#header #global li {
  margin: 0 18px;
  display: inline-block;
}
/* line 283, ../scss/layout.scss */
#header #global li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
}
/* line 288, ../scss/layout.scss */
#header #global li a:hover {
  color: #33c9af;
}
/* line 293, ../scss/layout.scss */
#header #sns {
  display: inline-block;
  vertical-align: middle;
}
/* line 296, ../scss/layout.scss */
#header #sns li {
  margin: 0px 10px;
  display: inline-block;
}
/* line 299, ../scss/layout.scss */
#header #sns li a {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 301, ../scss/layout.scss */
#header #sns li a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 304, ../scss/layout.scss */
#header #sns li a svg {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 16px;
  height: auto;
  fill: #c0c0c0;
}
/* line 311, ../scss/layout.scss */
#header #sns li a:hover svg {
  fill: #33c9af;
}
/* line 318, ../scss/layout.scss */
#header .contact-btn {
  margin-left: 20px;
  background-color: #33c9af;
  color: #fff;
}
/* line 322, ../scss/layout.scss */
#header .contact-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

@media only screen and (max-width: 920px) {
  /* line 328, ../scss/layout.scss */
  #header {
    display: none;
  }
}
/* line 334, ../scss/layout.scss */
#footer {
  background: #282828;
}
/* line 336, ../scss/layout.scss */
#footer .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 344, ../scss/layout.scss */
#footer .inner .profile {
  width: 35%;
}
/* line 346, ../scss/layout.scss */
#footer .inner .profile .logo {
  margin-bottom: 20px;
}
/* line 349, ../scss/layout.scss */
#footer .inner .profile .address {
  color: #818181;
  font-size: 10px;
  line-height: 1.5em;
}
/* line 353, ../scss/layout.scss */
#footer .inner .profile .address a {
  color: #fff;
  text-decoration: underline;
}
/* line 359, ../scss/layout.scss */
#footer .inner .footer-menu {
  width: 65%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 365, ../scss/layout.scss */
#footer .inner .footer-menu .col1 {
  width: 40%;
}
/* line 368, ../scss/layout.scss */
#footer .inner .footer-menu .col2 {
  width: 40%;
}
/* line 371, ../scss/layout.scss */
#footer .inner .footer-menu .col3 {
  width: 20%;
}
/* line 373, ../scss/layout.scss */
#footer .inner .footer-menu .col3 dt {
  margin-bottom: 30px;
}
/* line 376, ../scss/layout.scss */
#footer .inner .footer-menu .col3 .contact-btn {
  width: 100%;
}
/* line 380, ../scss/layout.scss */
#footer .inner .footer-menu dl {
  margin-bottom: 30px;
}
/* line 382, ../scss/layout.scss */
#footer .inner .footer-menu dl dt {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
}
/* line 388, ../scss/layout.scss */
#footer .inner .footer-menu dl dt a {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1.5px;
}
/* line 397, ../scss/layout.scss */
#footer .inner .footer-menu dl dd ul li {
  margin-bottom: 5px;
}
/* line 399, ../scss/layout.scss */
#footer .inner .footer-menu dl dd ul li a {
  color: #818181;
  font-size: 10px;
}
/* line 409, ../scss/layout.scss */
#footer .copyright {
  text-align: center;
  color: #818181;
  line-height: 50px;
  background: #191919;
  font-size: 10px;
  letter-spacing: 0.75px;
}
@media only screen and (max-width: 1140px) {
  /* line 418, ../scss/layout.scss */
  #footer .inner {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 425, ../scss/layout.scss */
  #footer .inner .profile {
    width: 100%;
    margin-bottom: 25px;
  }
  /* line 429, ../scss/layout.scss */
  #footer .inner .footer-menu {
    width: 100%;
  }
  /* line 431, ../scss/layout.scss */
  #footer .inner .footer-menu dl {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 440, ../scss/layout.scss */
  #footer .inner .footer-menu .col1,
  #footer .inner .footer-menu .col2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  /* line 448, ../scss/layout.scss */
  #footer .inner .footer-menu .col3 {
    width: 100%;
  }
  /* line 451, ../scss/layout.scss */
  #footer .inner .footer-menu dl {
    width: 50%;
    margin-right: 0;
  }
}

/* line 459, ../scss/layout.scss */
.bottom #menu {
  margin-top: 0px;
}

/* line 464, ../scss/layout.scss */
#menu {
  width: 100%;
  height: 60px;
  background-color: #282828;
  position: fixed;
  z-index: 998;
  top: 0;
  margin-top: -60px;
  -moz-transition: margin 0.4s ease;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
/* line 473, ../scss/layout.scss */
#menu.view {
  margin-top: 0;
}
/* line 476, ../scss/layout.scss */
#menu .inner {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 483, ../scss/layout.scss */
#menu .inner .logo {
  width: 47px;
}
/* line 485, ../scss/layout.scss */
#menu .inner .logo a {
  display: block;
  padding: 16px 0;
}
/* line 488, ../scss/layout.scss */
#menu .inner .logo a img {
  width: 47px;
  height: auto;
}
/* line 491, ../scss/layout.scss */
#menu .inner .logo a img.logo2 {
  display: none;
}
@media only screen and (max-width: 1140px) {
  /* line 497, ../scss/layout.scss */
  #menu .inner .logo a {
    padding: 20px 0 0;
  }
}
/* line 503, ../scss/layout.scss */
#menu .inner .menu #global {
  display: inline-block;
  vertical-align: middle;
}
/* line 506, ../scss/layout.scss */
#menu .inner .menu #global > li {
  margin: 0 18px;
  display: inline-block;
}
/* line 509, ../scss/layout.scss */
#menu .inner .menu #global > li.top, #menu .inner .menu #global > li.contact, #menu .inner .menu #global > li.slide-close {
  display: none;
}
/* line 514, ../scss/layout.scss */
#menu .inner .menu #global > li a {
  padding: 24px 0;
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1.5px;
}
/* line 520, ../scss/layout.scss */
#menu .inner .menu #global > li a:hover {
  color: #33c9af;
}
/* line 523, ../scss/layout.scss */
#menu .inner .menu #global > li a.here {
  color: #33c9af;
}
/* line 526, ../scss/layout.scss */
#menu .inner .menu #global > li a span.icon {
  display: none;
}
/* line 531, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu .sub {
  display: none;
}
/* line 535, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc {
  position: relative;
}
/* line 537, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub {
  display: block;
  position: absolute;
  top: 62px;
  left: -15px;
  width: 236px;
  background: rgba(40, 40, 40, 0.9);
}
/* line 545, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li {
  border-bottom: 1px solid #646464;
}
/* line 547, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
}
/* line 554, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li:last-child {
  border-bottom: 0;
}
/* line 556, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li:last-child a {
  position: relative;
}
/* line 558, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li:last-child a .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
}
/* line 567, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li:last-child a .icon svg {
  fill: #fff;
}
/* line 573, ../scss/layout.scss */
#menu .inner .menu #global > li.sub-menu-pc .sub ul li:last-child a:hover .icon svg {
  fill: #33c9af;
}
/* line 586, ../scss/layout.scss */
#menu .inner .menu #sns {
  vertical-align: middle;
  display: inline-block;
}
/* line 589, ../scss/layout.scss */
#menu .inner .menu #sns li {
  margin: 0 10px;
  display: inline-block;
}
/* line 592, ../scss/layout.scss */
#menu .inner .menu #sns li a {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 594, ../scss/layout.scss */
#menu .inner .menu #sns li a img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 597, ../scss/layout.scss */
#menu .inner .menu #sns li a svg {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 16px;
  height: 16px;
  fill: #c0c0c0;
}
/* line 604, ../scss/layout.scss */
#menu .inner .menu #sns li a:hover svg {
  fill: #33c9af;
}
/* line 611, ../scss/layout.scss */
#menu .inner .menu .contact-btn {
  margin-left: 20px;
}
@media only screen and (max-width: 1140px) {
  /* line 618, ../scss/layout.scss */
  #menu .inner {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 628, ../scss/layout.scss */
  #menu .inner .menu #global > li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 464, ../scss/layout.scss */
  #menu {
    margin-top: 0px;
  }
  /* line 637, ../scss/layout.scss */
  #menu .inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 645, ../scss/layout.scss */
  #menu .inner .logo {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #282828;
  }
  /* line 650, ../scss/layout.scss */
  #menu .inner .logo a {
    display: inline-block;
    margin-left: 20px;
  }
  /* line 653, ../scss/layout.scss */
  #menu .inner .logo a img {
    width: auto;
    height: 20px;
  }
  /* line 656, ../scss/layout.scss */
  #menu .inner .logo a img.logo1 {
    display: none;
  }
  /* line 659, ../scss/layout.scss */
  #menu .inner .logo a img.logo2 {
    display: block;
  }
  /* line 665, ../scss/layout.scss */
  #menu .inner .menu {
    display: none;
  }
  /* line 668, ../scss/layout.scss */
  #menu .inner .slide-menu {
    display: block;
    position: absolute;
    top: -500px;
    left: 0px;
    z-index: 0;
    width: 100%;
    background: #f6f6f6;
    color: #000;
    -moz-transition: top 1s ease;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
  }
  /* line 678, ../scss/layout.scss */
  #menu .inner .slide-menu #global {
    display: block;
  }
  /* line 680, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 684, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li.top, #menu .inner .slide-menu #global > li.contact, #menu .inner .slide-menu #global > li.slide-close {
    display: block;
  }
  /* line 689, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li a, #menu .inner .slide-menu #global > li span.slide-close-btn {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    color: #000;
  }
  /* line 695, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li a span.icon, #menu .inner .slide-menu #global > li span.slide-close-btn span.icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: #a0a0a0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
  }
  /* line 706, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li a span.icon svg, #menu .inner .slide-menu #global > li span.slide-close-btn span.icon svg {
    fill: #a0a0a0;
  }
  /* line 712, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li a:hover span.icon svg, #menu .inner .slide-menu #global > li span.slide-close-btn:hover span.icon svg {
    fill: #33c9af;
  }
  /* line 714, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li a:hover span.icon svg rect, #menu .inner .slide-menu #global > li span.slide-close-btn:hover span.icon svg rect {
    fill: #33c9af;
  }
  /* line 721, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li span.slide-close-btn {
    display: block;
    text-align: right;
    cursor: pointer;
    color: #a0a0a0;
  }
  /* line 733, ../scss/layout.scss */
  #menu .inner .slide-menu #global > li .sub {
    display: none;
  }
  /* line 738, ../scss/layout.scss */
  #menu .inner .slide-menu #sns {
    display: none;
  }
  /* line 741, ../scss/layout.scss */
  #menu .inner .slide-menu .contact-btn {
    display: none;
  }
  /* line 744, ../scss/layout.scss */
  #menu .inner .slide-menu.open {
    top: 60px;
  }
  /* line 748, ../scss/layout.scss */
  #menu .inner .slide-menu.open #global > li .sub {
    display: block;
    height: 0;
    background: #fff;
    overflow: hidden;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    transition: height 1s ease;
  }
  /* line 755, ../scss/layout.scss */
  #menu .inner .slide-menu.open #global > li .sub ul li {
    border-top: 1px solid #ebebeb;
  }
  /* line 757, ../scss/layout.scss */
  #menu .inner .slide-menu.open #global > li .sub ul li a {
    height: 34px;
    line-height: 34px;
  }
  /* line 768, ../scss/layout.scss */
  #menu .inner .slide-menu.open #global > li.sub-open .sub {
    height: 210px;
  }
}

/* line 779, ../scss/layout.scss */
.slide-btn {
  display: none;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 999;
  width: 60px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
/* line 790, ../scss/layout.scss */
.slide-btn img {
  display: block;
  width: 64%;
  height: auto;
  margin: 8px auto 0;
}
/* line 796, ../scss/layout.scss */
.slide-btn span {
  display: block;
  margin-top: 0px;
  font-size: 7px;
  font-weight: normal;
}
@media only screen and (max-width: 920px) {
  /* line 779, ../scss/layout.scss */
  .slide-btn {
    display: block;
  }
}

/* line 808, ../scss/layout.scss */
.contact-btn {
  display: inline-block;
  line-height: 36px;
  font-family: 'Raleway', sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #33c9af;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  color: #33c9af;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 821, ../scss/layout.scss */
.contact-btn:hover {
  background-color: #33c9af;
  color: #fff;
}

/* line 826, ../scss/layout.scss */
.alphabtn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 829, ../scss/layout.scss */
.alphabtn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 833, ../scss/layout.scss */
.view-btn {
  text-align: center;
  display: inline-block;
  line-height: 36px;
  font-family: 'Raleway', sans-serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #b4b4b4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 847, ../scss/layout.scss */
.view-btn:hover {
  background-color: #33c9af;
  border: 2px solid #33c9af;
  color: #ffffff;
}
/* line 852, ../scss/layout.scss */
.view-btn .external img {
  width: 10px;
  height: auto;
  margin-left: 5px;
}
/* line 857, ../scss/layout.scss */
.view-btn .external svg {
  fill: #ffffff;
}
/* line 860, ../scss/layout.scss */
.view-btn .external {
  margin-left: 5px;
}
/* line 863, ../scss/layout.scss */
.view-btn.blk-btn {
  border: 2px solid #282828;
  color: #282828;
}
/* line 866, ../scss/layout.scss */
.view-btn.blk-btn svg {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #282828;
}
/* line 869, ../scss/layout.scss */
.view-btn.blk-btn svg#SPRAY {
  width: 80px;
  vertical-align: middle;
}
/* line 876, ../scss/layout.scss */
.view-btn.blk-btn:hover {
  background-color: #33c9af;
  border: 2px solid #33c9af;
  color: #ffffff;
}
/* line 880, ../scss/layout.scss */
.view-btn.blk-btn:hover svg {
  fill: #ffffff;
}
/* line 884, ../scss/layout.scss */
.view-btn.gray-btn {
  border: 2px solid #b4b4b4;
  color: #b4b4b4;
}
/* line 887, ../scss/layout.scss */
.view-btn.gray-btn svg {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #b4b4b4;
}
/* line 892, ../scss/layout.scss */
.view-btn.gray-btn:hover {
  background-color: #33c9af;
  border: 2px solid #33c9af;
  color: #ffffff;
}
/* line 896, ../scss/layout.scss */
.view-btn.gray-btn:hover svg {
  fill: #ffffff;
}
/* line 900, ../scss/layout.scss */
.view-btn.girls-btn {
  vertical-align: middle;
}
/* line 902, ../scss/layout.scss */
.view-btn.girls-btn svg#girlsmarketing {
  vertical-align: middle;
  width: 140px;
  height: 16px;
}
/* line 907, ../scss/layout.scss */
.view-btn.girls-btn .external {
  vertical-align: -0.1em;
}

/* line 912, ../scss/layout.scss */
.view-more {
  text-align: center;
  padding-top: 40px;
}
/* line 915, ../scss/layout.scss */
.view-more .view-btn {
  padding: 3px 0;
  font-size: 13px;
  color: #282828;
  width: 220px;
  border: 2px solid #282828;
}
/* line 921, ../scss/layout.scss */
.view-more .view-btn:hover {
  background-color: #33c9af;
  border: 2px solid #33c9af;
  color: #ffffff;
}

/* line 930, ../scss/layout.scss */
#main {
  padding-top: 800px;
}
@media only screen and (max-width: 800px) {
  /* line 930, ../scss/layout.scss */
  #main {
    padding-top: 480px;
  }
}

/* line 936, ../scss/layout.scss */
#content {
  padding-top: 60px;
}

/* line 940, ../scss/layout.scss */
.sec .title-en {
  font-size: 30px;
  letter-spacing: 5px;
  color: #282828;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 400;
}
/* line 948, ../scss/layout.scss */
.sec .title-jp {
  font-size: 40px;
  line-height: 1.2em;
  letter-spacing: 10px;
  color: #000000;
  text-align: center;
}
/* line 955, ../scss/layout.scss */
.sec .lead {
  padding-top: 80px;
  text-align: center;
  font-size: 15px;
  line-height: 2em;
  color: #282828;
}
@media only screen and (max-width: 800px) {
  /* line 955, ../scss/layout.scss */
  .sec .lead {
    font-size: 13px;
    line-height: 1.5em;
  }
}
/* line 966, ../scss/layout.scss */
.sec .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}
/* line 971, ../scss/layout.scss */
.sec .inner-wide {
  padding: 100px 0;
}
@media only screen and (max-width: 1140px) {
  /* line 975, ../scss/layout.scss */
  .sec .inner {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 986, ../scss/layout.scss */
  .sec .inner {
    width: auto;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 992, ../scss/layout.scss */
  .sec .title-en {
    margin-bottom: 30px;
  }
  /* line 995, ../scss/layout.scss */
  .sec .title-jp {
    font-size: 24px;
    line-height: 1.3em;
  }
  /* line 999, ../scss/layout.scss */
  .sec .inner {
    padding: 60px 0;
  }
  /* line 1002, ../scss/layout.scss */
  .sec .inner-wide {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1007, ../scss/layout.scss */
  .sec .title-jp {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 5px;
  }
  /* line 1012, ../scss/layout.scss */
  .sec .lead {
    padding-top: 50px;
  }
  /* line 1015, ../scss/layout.scss */
  .sec .inner {
    padding: 50px 0;
  }
  /* line 1018, ../scss/layout.scss */
  .sec .inner-wide {
    padding: 50px 0;
  }
}
/* line 1024, ../scss/layout.scss */
.sec#sec-service .selector {
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
}
/* line 1028, ../scss/layout.scss */
.sec#sec-service .selector > a {
  display: block;
  width: 200px;
  margin-right: 25px;
  float: left;
}
/* line 1033, ../scss/layout.scss */
.sec#sec-service .selector > a:last-child {
  margin-right: 0;
}
/* line 1036, ../scss/layout.scss */
.sec#sec-service .selector > a .selector-icon {
  width: 120px;
  height: 120px;
  color: #cccccc;
  vertical-align: center;
  text-align: center;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-color: #f6f6f6;
  margin: 0 auto 20px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1047, ../scss/layout.scss */
.sec#sec-service .selector > a .selector-icon svg {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #cccccc;
}
/* line 1052, ../scss/layout.scss */
.sec#sec-service .selector > a dt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #282828;
}
/* line 1059, ../scss/layout.scss */
.sec#sec-service .selector > a dt.row1 {
  line-height: 44px;
}
/* line 1063, ../scss/layout.scss */
.sec#sec-service .selector > a dd {
  font-size: 11px;
  color: #a0a0a0;
  line-height: 1.5em;
}
/* line 1070, ../scss/layout.scss */
.sec#sec-service .selector > a:hover .selector-icon {
  background: #33c9af;
  color: #ffffff;
  font-size: 20px;
}
/* line 1074, ../scss/layout.scss */
.sec#sec-service .selector > a:hover .selector-icon svg {
  fill: #ffffff;
}
/* line 1080, ../scss/layout.scss */
.sec#sec-service #gm {
  width: 100%;
  background: transparent url("../images/gm_line.png") center center no-repeat;
  text-align: center;
  padding-top: 20px;
  margin-top: 50px;
}
/* line 1086, ../scss/layout.scss */
.sec#sec-service #gm a {
  display: block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1089, ../scss/layout.scss */
.sec#sec-service #gm a svg {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #505050;
  color: #505050;
}
/* line 1093, ../scss/layout.scss */
.sec#sec-service #gm a svg#SPRAY {
  width: 100px;
  vertical-align: -0.1em;
  margin-right: 5px;
}
/* line 1099, ../scss/layout.scss */
.sec#sec-service #gm a .external {
  vertical-align: 0.2em;
}
/* line 1104, ../scss/layout.scss */
.sec#sec-service #gm a:hover svg {
  fill: #33c9af;
  fill: #33c9af;
}
@media only screen and (max-width: 1140px) {
  /* line 1111, ../scss/layout.scss */
  .sec#sec-service .selector {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 720px;
    margin: 0 auto;
  }
  /* line 1118, ../scss/layout.scss */
  .sec#sec-service .selector > a {
    width: 240px;
    float: none;
    margin-bottom: 30px;
    padding: 0 20px !important;
    margin-right: 0 !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1130, ../scss/layout.scss */
  .sec#sec-service .selector > a dt.row {
    line-height: inherit;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1140, ../scss/layout.scss */
  .sec#sec-service .selector {
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1146, ../scss/layout.scss */
  .sec#sec-service .selector > a {
    width: 100% !important;
    padding: 0 40px !important;
  }
  /* line 1149, ../scss/layout.scss */
  .sec#sec-service .selector > a:last-child {
    margin-bottom: 0;
  }
}
/* line 1163, ../scss/layout.scss */
.sec#sec-projects {
  background: #f6f6f6;
}
/* line 1165, ../scss/layout.scss */
.sec#sec-projects .panels {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1172, ../scss/layout.scss */
.sec#sec-projects .panels .panel {
  width: 25%;
}
/* line 1174, ../scss/layout.scss */
.sec#sec-projects .panels .panel.sp {
  display: none;
}
/* line 1177, ../scss/layout.scss */
.sec#sec-projects .panels .panel img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 920px) {
  /* line 1185, ../scss/layout.scss */
  .sec#sec-projects .panels .panel {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1192, ../scss/layout.scss */
  .sec#sec-projects .panels .panel {
    width: 50%;
  }
  /* line 1194, ../scss/layout.scss */
  .sec#sec-projects .panels .panel img {
    width: 100%;
    display: block;
  }
  /* line 1198, ../scss/layout.scss */
  .sec#sec-projects .panels .panel.sp {
    display: block;
  }
  /* line 1201, ../scss/layout.scss */
  .sec#sec-projects .panels .panel.pc {
    display: none;
  }
}
/* line 1209, ../scss/layout.scss */
.sec#sec-news {
  background: #ffffff;
}
/* line 1211, ../scss/layout.scss */
.sec#sec-news .panels {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1218, ../scss/layout.scss */
.sec#sec-news .panels .panel {
  width: 23%;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #f6f6f6;
}
/* line 1224, ../scss/layout.scss */
.sec#sec-news .panels .panel .desc {
  padding: 20px;
  font-size: 13px;
  color: #282828;
  text-align: center;
  line-height: 1.4em;
}
/* line 1230, ../scss/layout.scss */
.sec#sec-news .panels .panel .desc a {
  color: #282828;
}
/* line 1233, ../scss/layout.scss */
.sec#sec-news .panels .panel .desc a:hover {
  color: #33c9af;
}
@media only screen and (max-width: 1140px) {
  /* line 1242, ../scss/layout.scss */
  .sec#sec-news .panels .panel {
    width: 24%;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1248, ../scss/layout.scss */
  .sec#sec-news .panels {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1252, ../scss/layout.scss */
  .sec#sec-news .panels .panel {
    width: 48.7%;
    margin-bottom: 10px;
  }
  /* line 1255, ../scss/layout.scss */
  .sec#sec-news .panels .panel .desc {
    background: #f6f6f6;
    padding: 20px;
    font-size: 13px;
    color: #282828;
    text-align: center;
    line-height: 1.4em;
  }
  /* line 1262, ../scss/layout.scss */
  .sec#sec-news .panels .panel .desc a {
    color: #282828;
  }
  /* line 1265, ../scss/layout.scss */
  .sec#sec-news .panels .panel .desc a:hover {
    color: #33c9af;
  }
}
/* line 1274, ../scss/layout.scss */
.sec#sec-works {
  background: #f6f6f6;
}
/* line 1276, ../scss/layout.scss */
.sec#sec-works .panels {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1284, ../scss/layout.scss */
.sec#sec-works .panels .panel {
  width: 31%;
  margin-bottom: 30px;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #ffffff;
}
/* line 1289, ../scss/layout.scss */
.sec#sec-works .panels .panel .view-btn {
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  padding: 0 25px;
}
/* line 1293, ../scss/layout.scss */
.sec#sec-works .panels .panel .view-btn:last-child {
  margin-left: 10px;
}
/* line 1297, ../scss/layout.scss */
.sec#sec-works .panels .panel .desc {
  padding: 20px;
  font-size: 13px;
  color: #282828;
  text-align: center;
  line-height: 1.4em;
}
/* line 1303, ../scss/layout.scss */
.sec#sec-works .panels .panel .desc h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.75px;
}
/* line 1308, ../scss/layout.scss */
.sec#sec-works .panels .panel .desc h4 a {
  color: #282828;
}
/* line 1311, ../scss/layout.scss */
.sec#sec-works .panels .panel .desc h4 a:hover {
  color: #33c9af;
}
/* line 1315, ../scss/layout.scss */
.sec#sec-works .panels .panel .desc p {
  color: #a0a0a0;
  font-size: 11px;
}
@media only screen and (max-width: 1140px) {
  /* line 1324, ../scss/layout.scss */
  .sec#sec-works .panels .panel {
    width: 32%;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1330, ../scss/layout.scss */
  .sec#sec-works > .inner {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1336, ../scss/layout.scss */
  .sec#sec-works .panels .panel {
    width: 100%;
  }
}
/* line 1343, ../scss/layout.scss */
.sec#sec-servicelist > .title-en {
  padding-top: 100px;
  padding-bottom: 80px;
  margin-bottom: 0;
}
/* line 1349, ../scss/layout.scss */
.sec#sec-servicelist .block:nth-child(odd) {
  background: #ffffff;
}
/* line 1352, ../scss/layout.scss */
.sec#sec-servicelist .block:nth-child(even) {
  background: #fafafa;
}
/* line 1355, ../scss/layout.scss */
.sec#sec-servicelist .block .inner {
  padding: 100px 0 60px;
}
/* line 1357, ../scss/layout.scss */
.sec#sec-servicelist .block .inner header {
  margin-bottom: 60px;
}
/* line 1359, ../scss/layout.scss */
.sec#sec-servicelist .block .inner header .block-title {
  font-size: 24px;
  color: #33c9af;
  margin-bottom: 20px;
}
/* line 1364, ../scss/layout.scss */
.sec#sec-servicelist .block .inner header .block-supp {
  font-size: 14px;
  color: #999999;
  margin-bottom: 20px;
  display: block;
}
/* line 1370, ../scss/layout.scss */
.sec#sec-servicelist .block .inner header .block-body {
  font-size: 15px;
  line-height: 2em;
}
/* line 1377, ../scss/layout.scss */
.sec#sec-servicelist .panels {
  overflow: hidden;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 -1.1666666%;
}
/* line 1386, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel {
  width: 31%;
  margin-bottom: 30px;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #ffffff;
  margin: 0 1.1666666% 25px;
}
/* line 1392, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .desc {
  padding: 30px 30px 20px;
  font-size: 13px;
  color: #282828;
  text-align: left;
  line-height: 1.4em;
}
/* line 1398, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .desc h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.75px;
}
/* line 1403, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .desc h4 a {
  color: #282828;
}
/* line 1406, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .desc h4 a:hover {
  color: #33c9af;
}
/* line 1410, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .desc p {
  color: #a0a0a0;
  font-size: 11px;
}
/* line 1415, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .view-more {
  margin-top: 0;
  padding: 0 30px;
  margin-bottom: 30px;
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  padding: 0 25px;
}
/* line 1422, ../scss/layout.scss */
.sec#sec-servicelist .panels .panel .view-more a {
  width: 100%;
  margin-left: 0;
}
@media only screen and (max-width: 1140px) {
  /* line 1431, ../scss/layout.scss */
  .sec#sec-servicelist .panels .panel {
    width: 32%;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1437, ../scss/layout.scss */
  .sec#sec-servicelist > .inner {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1443, ../scss/layout.scss */
  .sec#sec-servicelist .panels .panel {
    width: 100%;
  }
}
/* line 1450, ../scss/layout.scss */
.sec#sec-clients {
  background: #ffffff;
}
/* line 1452, ../scss/layout.scss */
.sec#sec-clients .panels {
  overflow: hidden;
  width: 100%;
  height: auto;
  border: 1px solid #f0f0f0;
  border-width: 0 1px 1px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 1462, ../scss/layout.scss */
.sec#sec-clients .panels .panel {
  width: 16.6%;
  border: 1px solid #f0f0f0;
  border-width: 1px 0 0 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1467, ../scss/layout.scss */
.sec#sec-clients .panels .panel img {
  width: 100%;
  height: auto;
}
/* line 1473, ../scss/layout.scss */
.sec#sec-clients .client-lists {
  width: 100%;
  padding: 60px 0 0;
}
/* line 1476, ../scss/layout.scss */
.sec#sec-clients .client-lists dl {
  margin-bottom: 80px;
}
/* line 1478, ../scss/layout.scss */
.sec#sec-clients .client-lists dl:last-child {
  margin-bottom: 0;
}
/* line 1481, ../scss/layout.scss */
.sec#sec-clients .client-lists dl dt {
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1.5px;
  color: #a0a0a0;
  font-weight: 300;
}
/* line 1489, ../scss/layout.scss */
.sec#sec-clients .client-lists dl dd {
  width: 100%;
}
/* line 1491, ../scss/layout.scss */
.sec#sec-clients .client-lists dl dd ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
/* line 1497, ../scss/layout.scss */
.sec#sec-clients .client-lists dl dd ul li {
  width: 30%;
  font-size: 14px;
  line-height: 18px;
  color: #a0a0a0;
  padding: 3px 0;
  font-weight: 200;
}
@media only screen and (max-width: 920px) {
  /* line 1510, ../scss/layout.scss */
  .sec#sec-clients .panels {
    width: auto;
    margin: 0;
  }
  /* line 1518, ../scss/layout.scss */
  .sec#sec-clients .client-lists dl dd ul li {
    font-size: 13px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1529, ../scss/layout.scss */
  .sec#sec-clients .panels .panel {
    width: 33.2%;
  }
  /* line 1535, ../scss/layout.scss */
  .sec#sec-clients .client-lists dl dd {
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1539, ../scss/layout.scss */
  .sec#sec-clients .client-lists dl dd ul li {
    width: 90%;
  }
}
/* line 1549, ../scss/layout.scss */
.sec#sec-vision {
  background: #ffffff;
}
/* line 1551, ../scss/layout.scss */
.sec#sec-vision .title-jp {
  color: #33c9af;
  font-weight: 200;
}
/* line 1556, ../scss/layout.scss */
.sec#sec-mission {
  background: #ffffff;
  background: url(../images/about/bg_mission.jpg) 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
/* line 1558, ../scss/layout.scss */
.sec#sec-mission .title-en {
  color: #ffffff;
}
/* line 1561, ../scss/layout.scss */
.sec#sec-mission .title-jp {
  color: #ffffff;
  font-weight: 200;
  font-weight: 600;
}
/* line 1566, ../scss/layout.scss */
.sec#sec-mission .lead {
  color: #ffffff;
}
/* line 1574, ../scss/layout.scss */
.sec#sec-message .title-jp {
  font-weight: 200;
  font-size: 32px;
  color: #33c9af;
  letter-spacing: 0.75px;
  line-height: 1.8em;
}
/* line 1581, ../scss/layout.scss */
.sec#sec-message .lead {
  text-align: left;
}
/* line 1584, ../scss/layout.scss */
.sec#sec-message .signature {
  margin-top: 40px;
  text-align: right;
}
/* line 1587, ../scss/layout.scss */
.sec#sec-message .signature p {
  line-height: 1.5em;
  font-size: 12px;
  margin-bottom: 10px;
}
/* line 1597, ../scss/layout.scss */
.sec#sec-company {
  background: #f6f6f6;
}
/* line 1601, ../scss/layout.scss */
.sec#sec-access #map_canvas {
  height: 400px;
}
/* line 1604, ../scss/layout.scss */
.sec#sec-access .sub-inner {
  width: 1100px;
  margin: 60px auto 0;
  line-height: 1.8em;
}
/* line 1608, ../scss/layout.scss */
.sec#sec-access .sub-inner .address {
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}
/* line 1612, ../scss/layout.scss */
.sec#sec-access .sub-inner .address a {
  color: #282828;
  text-decoration: underline;
}
/* line 1617, ../scss/layout.scss */
.sec#sec-access .sub-inner .route {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 1140px) {
  /* line 1625, ../scss/layout.scss */
  .sec#sec-access .sub-inner {
    width: auto;
    margin: 60px 20px 0;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1633, ../scss/layout.scss */
  .sec#sec-access .sub-inner {
    margin: 60px 10px 0;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1640, ../scss/layout.scss */
  .sec#sec-message .title-jp {
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 5px;
  }
  /* line 1646, ../scss/layout.scss */
  .sec#sec-mission {
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
  }
}
/* line 1654, ../scss/layout.scss */
.sec#sec-service-bottom .title-visual img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1658, ../scss/layout.scss */
.sec#sec-service-bottom .title-jp {
  font-weight: 200;
  font-size: 24px;
  color: #33c9af;
  letter-spacing: 0.75px;
  line-height: 1.8em;
  margin-top: 60px;
}
/* line 1666, ../scss/layout.scss */
.sec#sec-service-bottom .lead {
  padding-top: 60px;
  text-align: left;
}
/* line 1670, ../scss/layout.scss */
.sec#sec-service-bottom .caption {
  font-size: 10px;
  padding-top: 20px;
  line-height: 1.4em;
}
/* line 1676, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner {
  width: 1100px;
  margin: 0 auto 0;
  line-height: 1.8em;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1685, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .cont-image {
  width: 40%;
}
/* line 1687, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .cont-image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1691, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .service-cont {
  width: 57%;
}
/* line 1693, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .service-cont dt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 4px;
  margin-top: 10px;
  line-height: 1.2em;
}
/* line 1701, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .service-cont dd {
  font-size: 15px;
  color: #818181;
}
/* line 1704, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .service-cont dd.business-cate {
  color: #33c9af;
  margin-top: 20px;
  line-height: 1.5em;
}
/* line 1709, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .service-cont dd.btn {
  padding-top: 20px;
}
/* line 1711, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide .sub-inner .service-cont dd.btn a {
  width: 220px;
  margin-right: 10px;
  line-height: 40px;
}
/* line 1721, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide:nth-child(even) {
  background: #f6f6f6;
}
/* line 1725, ../scss/layout.scss */
.sec#sec-service-bottom .inner-wide:nth-child(odd) .sub-inner {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1140px) {
  /* line 1732, ../scss/layout.scss */
  .sec#sec-service-bottom .inner-wide .sub-inner {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1740, ../scss/layout.scss */
  .sec#sec-service-bottom .inner-wide .sub-inner {
    margin: 0 10px;
  }
  /* line 1745, ../scss/layout.scss */
  .sec#sec-service-bottom .inner-wide .sub-inner .service-cont dd.btn a {
    width: 48%;
    margin: 0;
  }
  /* line 1748, ../scss/layout.scss */
  .sec#sec-service-bottom .inner-wide .sub-inner .service-cont dd.btn a:first-child {
    margin-right: 2.5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1761, ../scss/layout.scss */
  .sec#sec-service-bottom .inner-wide .sub-inner .cont-image {
    width: 100%;
    margin: 0 0 15px;
  }
  /* line 1765, ../scss/layout.scss */
  .sec#sec-service-bottom .inner-wide .sub-inner .service-cont {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1772, ../scss/layout.scss */
  .sec#sec-service-bottom .title-jp {
    font-size: 22px;
    line-height: 1.3em;
  }
}
/* line 1780, ../scss/layout.scss */
.sec#sec-news-archives .inner {
  width: 100%;
  padding-bottom: 60px;
}
/* line 1786, ../scss/layout.scss */
.sec#sec-news-archives .archive-cate {
  margin: 0 auto 25px;
}
/* line 1790, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner {
  width: 1100px;
  margin: 0 auto 0;
  line-height: 1.8em;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1799, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .cont-image {
  width: 535px;
  width: 48.6%;
  position: relative;
}
/* line 1803, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .cont-image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 1806, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .cont-image .cont-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/* line 1810, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .cont-image .cont-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 1818, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .cont-image .playicon {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1824, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .cont-image .playicon svg {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  height: auto;
  fill: #fff;
}
/* line 1834, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .service-cont {
  width: 525px;
  width: 47.7%;
}
/* line 1837, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .service-cont dt {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 0.75px;
  line-height: 1.8em;
  margin-bottom: 10px;
}
/* line 1845, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .service-cont dd {
  font-size: 15px;
  color: #818181;
}
/* line 1848, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .service-cont dd.status {
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 11px;
}
/* line 1853, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .service-cont dd.btn {
  padding-top: 20px;
}
/* line 1855, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide .sub-inner .service-cont dd.btn a {
  width: 220px;
  margin-right: 10px;
  line-height: 40px;
}
/* line 1865, ../scss/layout.scss */
.sec#sec-news-archives .inner-wide:nth-child(even) {
  background: #f6f6f6;
}
@media only screen and (max-width: 1140px) {
  /* line 1870, ../scss/layout.scss */
  .sec#sec-news-archives .inner {
    margin: 0;
  }
  /* line 1874, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1881, ../scss/layout.scss */
  .sec#sec-news-archives .inner {
    margin: 0;
  }
  /* line 1885, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner {
    margin: 0 10px;
  }
  /* line 1890, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner .service-cont dd.btn a {
    width: 48%;
    margin: 0;
  }
  /* line 1893, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner .service-cont dd.btn a:first-child {
    margin-right: 2.5%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1904, ../scss/layout.scss */
  .sec#sec-news-archives .inner {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1909, ../scss/layout.scss */
  .sec#sec-news-archives .archive-cate-select {
    width: 96%;
    margin: 0 auto 25px;
  }
  /* line 1915, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner .cont-image {
    width: 100%;
    margin: 0 0 15px;
  }
  /* line 1919, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner .service-cont {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  /* line 1929, ../scss/layout.scss */
  .sec#sec-news-archives .inner-wide .sub-inner .service-cont dt {
    line-height: 1.3em;
  }
}
/* line 1940, ../scss/layout.scss */
.sec#sec-works-archives .archive-cate {
  padding-bottom: 60px;
}
/* line 1943, ../scss/layout.scss */
.sec#sec-works-archives .panels {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1951, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel {
  width: 31%;
  margin-bottom: 30px;
  -webkit-align-items: stretch;
  align-items: stretch;
  background: #ffffff;
}
/* line 1956, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .view-btn {
  line-height: 32px;
  font-family: 'Raleway', sans-serif;
  padding: 0 25px;
}
/* line 1960, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .view-btn:last-child {
  margin-left: 10px;
}
/* line 1964, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .desc {
  padding: 20px;
  font-size: 13px;
  color: #282828;
  text-align: center;
  line-height: 1.4em;
}
/* line 1970, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .desc h4 {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.75px;
}
/* line 1976, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .desc h4 a {
  color: #282828;
}
/* line 1979, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .desc h4 a:hover {
  color: #33c9af;
}
/* line 1983, ../scss/layout.scss */
.sec#sec-works-archives .panels .panel .desc p {
  color: #a0a0a0;
  font-size: 11px;
}
@media only screen and (max-width: 1140px) {
  /* line 1992, ../scss/layout.scss */
  .sec#sec-works-archives .panels .panel {
    width: 32%;
  }
}
@media only screen and (max-width: 920px) {
  /* line 1998, ../scss/layout.scss */
  .sec#sec-works-archives > .inner {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2004, ../scss/layout.scss */
  .sec#sec-works-archives .panels .panel {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  /* line 2011, ../scss/layout.scss */
  .sec#sec-works-archives .panels .panel {
    margin-bottom: 0;
  }
}
/* line 2020, ../scss/layout.scss */
.sec#sec-detail .detail-cont {
  padding-top: 30px;
}
/* line 2022, ../scss/layout.scss */
.sec#sec-detail .detail-cont h2, .sec#sec-detail .detail-cont h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}
/* line 2027, ../scss/layout.scss */
.sec#sec-detail .detail-cont .status {
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-top: 10px;
  color: #bababa;
}
/* line 2033, ../scss/layout.scss */
.sec#sec-detail .detail-cont .detail {
  font-size: 14px;
  padding-top: 30px;
  color: #818181;
  line-height: 1.8em;
}
/* line 2038, ../scss/layout.scss */
.sec#sec-detail .detail-cont .detail a {
  color: #33c9af;
}

/* line 2045, ../scss/layout.scss */
.relatedposts {
  border-top: 1px solid #e1e1e1;
}
/* line 2048, ../scss/layout.scss */
.relatedposts.sec .title-en {
  margin-bottom: 40px;
}

/* line 2053, ../scss/layout.scss */
.archive-cate {
  text-align: center;
}
/* line 2055, ../scss/layout.scss */
.archive-cate li {
  display: inline-block;
  margin: 0 20px 10px;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
}
/* line 2061, ../scss/layout.scss */
.archive-cate li a {
  color: #282828;
}
/* line 2063, ../scss/layout.scss */
.archive-cate li a:hover {
  color: #33c9af;
}
/* line 2068, ../scss/layout.scss */
.archive-cate li.here a {
  color: #33c9af;
}
@media only screen and (max-width: 640px) {
  /* line 2053, ../scss/layout.scss */
  .archive-cate {
    display: block;
  }
    .archive-cate li {
        display: none;
    }
}

/* line 2078, ../scss/layout.scss */
.archive-cate-select {
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  /* line 2078, ../scss/layout.scss */
  .archive-cate-select {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    border: 1px solid #999;
  }
  /* line 2088, ../scss/layout.scss */
  .archive-cate-select:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 15px;
    z-index: 0;
    width: 12px;
    height: 40px;
    background: url(../images/gt.svg) left top no-repeat;
    -moz-background-size: 12px 40px;
    -webkit-background-size: 12px 40px;
    background-size: 12px 40px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 2102, ../scss/layout.scss */
  .archive-cate-select form {
    position: relative;
    z-index: 1;
  }
  /* line 2105, ../scss/layout.scss */
  .archive-cate-select form select {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    width: 125%;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    color: #33c9af;
  }
}

/* line 2123, ../scss/layout.scss */
.page-top {
  text-align: right;
  padding: 20px;
}
/* line 2129, ../scss/layout.scss */
.page-top img {
  width: 60px;
  height: auto;
}

/* line 2134, ../scss/layout.scss */
.share {
  margin-top: 50px;
}
/* line 2136, ../scss/layout.scss */
.share .share-title {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #818181;
  margin-bottom: 10px;
}
/* line 2142, ../scss/layout.scss */
.share ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 2147, ../scss/layout.scss */
.share ul li {
  width: 25%;
}
/* line 2149, ../scss/layout.scss */
.share ul li a {
  display: block;
  width: 100%;
  height: 42px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  letter-spacing: 2px;
}
/* line 2159, ../scss/layout.scss */
.share ul li a img {
  vertical-align: -0.18em;
  margin-right: 5px;
}
/* line 2163, ../scss/layout.scss */
.share ul li a svg {
  vertical-align: -0.18em;
  margin-right: 5px;
  fill: #fff;
  width: 16px;
  height: 16px;
}
/* line 2171, ../scss/layout.scss */
.share ul li.fb {
  background: #6379b1;
}
/* line 2174, ../scss/layout.scss */
.share ul li.tw {
  background: #08acee;
}
/* line 2177, ../scss/layout.scss */
.share ul li.gl {
  background: #dd4e38;
}
/* line 2180, ../scss/layout.scss */
.share ul li.hatena {
  background: #008fde;
}
@media only screen and (max-width: 420px) {
  /* line 2147, ../scss/layout.scss */
  .share ul li {
    width: 50%;
  }
  /* line 2185, ../scss/layout.scss */
  .share ul li a {
    font-size: 11px;
  }
}

/* line 2193, ../scss/layout.scss */
.list-table {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 30px;
}
/* line 2199, ../scss/layout.scss */
.list-table dl {
  width: 48%;
  overflow: hidden;
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
/* line 2206, ../scss/layout.scss */
.list-table dl dt {
  width: 130px;
  float: left;
}
/* line 2210, ../scss/layout.scss */
.list-table dl dd {
  margin-left: 145px;
}
/* line 2212, ../scss/layout.scss */
.list-table dl dd a {
  color: #282828;
  text-decoration: underline;
}
@media only screen and (max-width: 420px) {
  /* line 2199, ../scss/layout.scss */
  .list-table dl {
    font-size: 13px;
  }
  /* line 2219, ../scss/layout.scss */
  .list-table dl dt {
    font-size: 13px;
    width: 90px;
    line-height: 1.5em;
  }
  /* line 2224, ../scss/layout.scss */
  .list-table dl dd {
    margin-left: 100px;
  }
}
/* line 2229, ../scss/layout.scss */
.list-table .left,
.list-table .right {
  width: 48%;
}
/* line 2232, ../scss/layout.scss */
.list-table .left dl,
.list-table .right dl {
  width: 100%;
}
/* line 2235, ../scss/layout.scss */
.list-table .left dl dd,
.list-table .right dl dd {
  line-height: 1.5em;
}
@media only screen and (max-width: 800px) {
  /* line 2241, ../scss/layout.scss */
  .list-table .left,
  .list-table .right {
    width: 100%;
  }
}

/* line 2247, ../scss/layout.scss */
.cover {
  position: relative;
  height: auto;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
/* line 2253, ../scss/layout.scss */
.cover > img {
  width: 100%;
  height: auto;
  display: block;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 2259, ../scss/layout.scss */
.cover .cover-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 2270, ../scss/layout.scss */
.cover .cover-inner dl {
  position: absolute;
  width: 100%;
  height: 125px;
  margin: auto;
  top: 0;
  bottom: 0;
}
/* line 2277, ../scss/layout.scss */
.cover .cover-inner dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
/* line 2284, ../scss/layout.scss */
.cover .cover-inner dl dd {
  text-align: center;
}
/* line 2286, ../scss/layout.scss */
.cover .cover-inner dl dd p {
  font-size: 11px;
  color: #a0a0a0;
  width: 75%;
  margin: 10px auto;
  line-height: 1.5em;
  margin-bottom: 10px;
}
/* line 2296, ../scss/layout.scss */
.cover .cover-inner .cover-info {
  position: absolute;
  width: 100%;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
}
/* line 2304, ../scss/layout.scss */
.cover .cover-inner .cover-info .status {
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-top: 10px;
  color: #bababa;
}
/* line 2311, ../scss/layout.scss */
.cover .cover-inner .btn-double {
  position: absolute;
  width: 100%;
  height: 40px;
  margin: auto;
  top: 0;
  bottom: 0;
  text-align: center;
}

/* line 2324, ../scss/layout.scss */
.cover:hover .cover-inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 2327, ../scss/layout.scss */
.cover:hover > img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 2331, ../scss/layout.scss */
.paging {
  width: 100%;
  text-align: center;
}
/* line 2334, ../scss/layout.scss */
.paging ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 2340, ../scss/layout.scss */
.paging ul li a, .paging ul li span {
  font-family: 'Raleway', sans-serif;
  display: block;
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #282828;
  font-size: 15px;
  line-height: 30px;
  margin: 0 10px;
}
/* line 2351, ../scss/layout.scss */
.paging ul li span {
  background: #f6f6f6;
}
/* line 2354, ../scss/layout.scss */
.paging ul li a:hover {
  background: #f6f6f6;
}
/* line 2357, ../scss/layout.scss */
.paging ul li.next a, .paging ul li.prev a {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2361, ../scss/layout.scss */
.paging ul li.next a {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 2367, ../scss/layout.scss */
#second {
  background: url(../images/secondBG.jpg) 50% 0 no-repeat fixed;
  color: white;
  height: 1300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

/* line 2375, ../scss/layout.scss */
#second .bg {
  background: url(../images/trainers.png) 50% 0 no-repeat fixed;
  height: 1300px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 900px;
  z-index: 200;
}

/* line 2384, ../scss/layout.scss */
#third {
  background: url(../images/thirdBG.jpg) 50% 0 no-repeat fixed;
  color: white;
  height: 650px;
  padding: 100px 0 0 0;
}

/* line 2390, ../scss/layout.scss */
#fifth {
  background: #ccc;
  height: 400px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

/* line 2396, ../scss/layout.scss */
.story {
  margin: 0 auto;
  min-width: 1100px;
  overflow: auto;
  width: 1100px;
}
