@charset "UTF-8";
/*
CSS Name: Custom.css
Preprocesser: Sass
Preprocess Name: Custom.scss
Author: Thinkledge, Inc.
Author URI: http://thinkledge.jp/
Description: Imported From Style.css.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Global Selector Settings. */
.display-none {
  display: none;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif' !important;
}

body {
  font-size: 14px !important;
  font-weight: 500 !important;
}

h2.title {
  margin: 0px 0 50px;
  text-transform: none;
}

.mask h3 {
  text-transform: none;
}

.page-wrapper {
  padding: 30px 0 !important;
}

#services, #map {
  background-color: #f1f1f1;
}

/* Header */
#header .navbar-brand h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.navbar-nav.navbar-right:last-child {
  margin-right: 0px;
}

/* Slider */
#main-carousel .carousel-inner h2 {
  color: #fff;
  font-size: 72px;
  font-weight: 200;
  margin-bottom: 40px;
  text-transform: none;
  text-shadow: none;
}

#main-carousel .carousel-inner p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 59px;
  margin-top: 0;
  text-shadow: none;
}

/* Fade Slider */
.image-slideshow li div h3 {
  color: #fff;
  font-size: 72px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: none;
}

.image-slideshow li div p {
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  text-transform: none;
}

/* 767pxよりもブラウザ幅が小さい場合 */
@media screen and (max-width: 767px) {
  .address p {
    width: 100%;
  }
  .address.subway {
    padding-bottom: 10px;
  }
}

/* NEWS */
.single-blog-content {
  padding-left: initial !important;
}

.single-blog-content h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0px;
}

.single-blog-content p {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.media > .pull-left {
  margin-bottom: 10px;
}

.social-icons {
  padding: 15px 10px;
}

.social-icons ul {
  text-align: left;
}

.social-icons .fa-rss {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 25px;
  padding: 13px 17px;
}

.social-icons .fa-rss:hover {
  background: #f26522;
}

.social-icons .fa-twitter {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 25px;
}

.social-icons .fa-facebook {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 25px;
}

.social-icons .fa-tumblr {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 25px;
  padding: 13px 18px;
}

.social-icons .fa-tumblr:hover {
  background: #35465c;
}

/* OUR SERVICES */
.feature-box {
  overflow: hidden;
  margin: 20px 0;
}

.feature-box-1 {
  margin-right: 20px;
}

.feature-box-1 span {
  background: #82a12d;
  color: #fff;
  display: inline-block;
  width: 55px;
  height: 55px;
  text-align: center;
  border: 0 none;
  border-radius: 50%;
}

.feature-box-1 .icon-custom-style {
  font-size: 23px;
  line-height: 55px;
}

.feature-box-1.color-1 span {
  background: #82a12d;
}

.feature-box-1.color-2 span {
  background: #f06028;
}

.feature-box-1.color-3 span {
  background: #37c9e8;
}

.feature-box-1.color-4 span {
  background: #5d7289;
}

.feature-box-1.color-5 span {
  background: #b955d6;
}

.feature-box-1.color-6 span {
  background: #74b8e7;
}

.feature-box-1.color-7 span {
  background: #899bde;
}

.feature-box-1.color-8 span {
  background: #5dbc61;
}

.feature-box-2 {
  overflow: hidden;
}

.feature-box-2 h3 {
  margin-top: 0;
}

.feature-box-2 p {
  color: #808080;
  font-weight: 500;
}

/* PORTFOLIO */
#portfolio .portfolio-filter li a {
  text-transform: none;
  background-color: transparent;
  border: 1px solid #fff;
}

/* MEET THE TEAM */
#team-member-carousel {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.our-team .carousel-left {
  left: 0px;
}

.our-team .carousel-right {
  right: 0px;
}

.team-member {
  background-color: #fafafa;
}

/* RECRUIT */
#recruit p {
  width: 90%;
  margin: 0 auto;
  font-weight: 500;
}

.box {
  width: 100%;
  background: #ffc8c8;
  margin: 40px auto;
  padding: 10px 10px 24px 10px;
  font-weight: 500;
  color: #808080;
}

.box hr.style {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.effect4 {
  position: relative;
}

.effect4:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #666;
  -moz-box-shadow: 0 15px 10px #666;
  box-shadow: 0 15px 10px #666;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

li.line {
  list-style: none;
}

.col-md-4 {
  height: 130px !important;
}

/* CONTACT US */
#contact .map {
  padding-top: 50px;
}

#contact-wrap form {
  margin-top: 50px;
  border-bottom: initial;
}

#contact-wrap .btn-primary {
  box-shadow: 6px 6px 10px #666;
  -moz-box-shadow: 6px 6px 10px #666;
  -webkit-box-shadow: 6px 6px 10px #666;
}

/* MAP */
#map .map {
  padding-top: 50px;
}

.address {
  margin-bottom: 10px;
  float: right;
  width: 50%;
}

.address p {
  width: 80%;
  margin: 0 auto;
}

.address p.subway {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  padding-top: 10px;
}

#gmap-wrap {
  float: right !important;
  margin-bottom: 50px;
  height: initial;
}

#gmap {
  height: 410px;
  margin: 0px auto;
}

#footer p {
  font-weight: 400;
}

/* 767pxよりもブラウザ幅が小さい場合 */
@media screen and (max-width: 767px) {
  .address p {
    width: 100%;
  }
  .address.subway {
    padding-bottom: 10px;
  }
}

/* Slaask */
.slaask-button {
  right: 15px !important;
  bottom: 15px !important;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 2px 2px 2px 10px #666;
  -moz-box-shadow: 2px 2px 2px 10px #666;
  -webkit-box-shadow: 2px 2px 2px 10px #666;
}

.slaask-button .slaask-button-image {
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}

.slaask-button:hover {
  opacity: 1;
  cursor: pointer;
}

.slaask-button:active {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* Back To Top Button */
.page-top {
  margin: 0;
  padding: 0;
  display: none;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 10;
  right: 15px;
  bottom: 75px;
}

.move-page-top {
  display: block;
  color: #E93934;
  text-decoration: none;
  text-align: center;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.move-page-top i {
  font-size: 56px;
  color: #f05841;
}

.move-page-top:hover {
  opacity: 1;
  cursor: pointer;
}

.move-page-top:active {
  text-shadow: 0 0 13px #fff, 0 0 16px #000;
  color: #000;
}

/* SingleBlogContent */
/* 投稿画面 */
.featured-image {
  margin-bottom: 20px;
}

.col-md-9 {
  margin: 0 auto;
  float: none;
}

.col-sm-10 {
  margin: 0 auto;
}

/* Responsive */
/* 993pxよりもブラウザ幅が小さい場合 */
@media screen and (max-width: 993px) {
  .container {
    width: 100%;
  }
  .info_sp {
    width: 94%;
    display: block;
    margin: 0 auto;
  }
  .parallax-content {
    padding: 14px 0;
  }
  .page-wrapper {
    padding: 30px 0 20px;
  }
  .box {
    width: 90%;
    margin: 14px auto 28px;
  }
}

/* 767pxよりもブラウザ幅が小さい場合 */
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  .title-area {
    margin-top: -8px;
    margin-bottom: 6px;
  }
  .title-area .subtitle {
    font-size: 18px;
  }
  .service-box {
    margin-top: 16px;
  }
  .row {
    margin-top: -14px;
  }
  .address {
    margin-bottom: 10px;
    width: 100%;
  }
  #contact-wrap {
    float: left !important;
  }
  h4, .h4 {
    font-size: 16px;
  }
  .image-slideshow li div h3 {
    font-size: 40px;
  }
  .image-slideshow li div p {
    font-size: 18px;
  }
  .image-slideshow, .image-slideshow:after {
    height: 400px !important;
  }
  .image-slideshow li span {
    height: 400px !important;
  }
  .image-slideshow li div {
    top: 180px;
  }
}

/* 479pxよりもブラウザ幅が小さい場合 */
@media screen and (max-width: 479px) {
  .image-slideshow li div h3 {
    font-size: 38px;
  }
  .image-slideshow li div p {
    font-size: 16px;
  }
  h2.title {
    font-size: 22px;
  }
  #team-member-carousel .col-xs-6 {
    width: 50% !important;
  }
  #footer .image-slideshow li div {
    top: 150px;
  }
}
