/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
a {
  color: #0014ab;
  transition: .5s;
}
a:hover,
a:active,
a:focus {
  color: #0014ab;
  outline: none;
  text-decoration: none;
}
p {
  margin: 0 0 20px 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
ol li,
ul li {
  list-style-type: none !important;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* Back to top button */

.back-to-top {
  background: #0014ab;
  border-radius: 2px;
  bottom: 15px;
  color: #fff;
  display: none;
  font-size: 16px;
  padding: 6px 12px 9px 12px;
  position: fixed;
  right: 15px;
  transition: background .5s;
}
.back-to-top:focus {
  background-color: #0005fe;
  color: #fff;
  outline: none;
}
.back-to-top:hover {
  background-color: #0014ab;
  color: #fff;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 5px solid #0014ab;
  font-size: 14px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
#topbar h1 {
  font-size: 14px;
}
.contact-info.float-left {
  float: left;
}
.social-links.float-right {
  float: right;
}
#topbar .fh5co-social {
  margin: 0;
}
#topbar .fh5co-social li {
  display: inline-block;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, .06);
  height: 84px;
  padding: 20px 0;
  transition: all .5s;
  z-index: 997;
}
#header #logo h2 a {
  font-family: "Handlee", cursive;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}
#nav-menu-container li .btn-default {
  background-color: #f7f8ff;
}

@media screen and (max-width: 480px) {
  #header #logo h2 a {
    font-size: 18px;
  }
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro_top {
  background-image: url(../img/intro-carousel/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  position: relative;
  width: 100% !important;
}
#intro_top .intro-content {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
#intro_top .intro-content h2 {
  color: #fff;
  font-family: "MS Serif", "New York", serif;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-shadow: 0 1px 1px rgba(0, 38, 224, 1);
  text-transform: capitalize;
}
#intro_top .intro-content h3 {
  color: #fffcfc;
  font-size: 26px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #intro_top .intro-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 320px) {
  #intro_top .intro-content h2 {
    font-size: 26px;
  }
  #intro_top .intro-content .btn-get-started,
  #intro_top .intro-content .btn-projects {
    display: none !important;
  }
}
#intro_top .intro-content .btn-get-started,
#intro_top .intro-content .btn-projects {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px;
  padding: 10px 32px;
  transition: .5s;
}
#intro_top .intro-content .btn-get-started {
  background-color: #00ab00;
  border: 2px solid #00ab00;
}
#intro_top .intro-content .btn-get-started:hover {
  background: none;
  color: #fff;
}
#intro_top .intro-content .btn-projects {
  background-color: #ff992a;
  border: 2px solid #ff992a;
}
#intro_top .intro-content .btn-projects:hover {
  background: none;
  color: #fff;
}
#intro_top #intro-carousel {
  z-index: 8;
}
#intro_top #intro-carousel::before {
  background-color: rgba(0, 0, 0, .15);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 7;
}
#intro_top #intro-carousel .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
  transition-property: opacity;
  width: 100vw !important;
}
#intro {
  background-image: url(../img/intro-carousel/1b.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: relative;
  width: 100% !important;
}
#intro2 {
  background-image: url(../img/intro-carousel/1.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: relative;
  width: 100vw !important;
}
#intro3 {
  background-image: url(../img/intro-carousel/3.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: relative;
  width: 100vw !important;
}
#intro4 {
  background-image: url(../img/intro-carousel/4.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: relative;
  width: 100vw !important;
}
#intro5 {
  background-image: url(../img/intro-carousel/2-2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  position: relative;
  width: 100vw !important;
}
#intro2 .intro-content {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
#intro3 .intro-content {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
#intro4 .intro-content {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
#intro5 .intro-content {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
#intro .intro-content {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
#intro .intro-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#intro2 .intro-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#intro3 .intro-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#intro4 .intro-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#intro5 .intro-content h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}
#intro #intro-carousel .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
  transition-property: opacity;
  width: 100vw;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-menu ul {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
  text-align: left;
}
.nav-menu ul ul {
  left: 100%;
  top: 0;
}
.nav-menu ul li {
  min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 8px;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
  padding: 3px 0;
}
/* Nav Meu Styling */

.nav-menu a {
  color: #555;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  padding: 10px 8px;
  text-decoration: none;
}
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  color: #0014ab;
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  margin: 4px 0 0 0;
  padding: 10px;
}
.nav-menu ul li {
  transition: .3s;
}
.nav-menu ul li a {
  color: #333;
  display: block;
  font-size: 13px;
  padding: 10px;
  text-transform: none;
  transition: .3s;
}
.nav-menu ul li:hover > a {
  color: #50d8af;
}
.nav-menu ul ul {
  margin: 0;
}
/* Mobile Nav Toggle */

#mobile-nav-toggle {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
  font-size: 24px;
  margin: 20px 20px 0 0;
  outline: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .4s;
  z-index: 999;
}
#mobile-nav-toggle i {
  color: #555;
}
/* Mobile Nav Styling */

#mobile-nav {
  background: rgba(52, 59, 64, .9);
  bottom: 0;
  left: -260px;
  overflow-y: auto;
  padding-top: 18px;
  position: fixed;
  top: 0;
  transition: .4s;
  width: 260px;
  z-index: 998;
}
#mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  outline: none;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  color: #fff;
  cursor: pointer;
  padding: 15px;
  position: absolute;
  right: 0;
  z-index: 99;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}
#mobile-nav ul .menu-item-active {
  color: #50d8af;
}
#mobile-body-overly {
  background: rgba(52, 59, 64, .9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 997;
}
/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}
/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .section-header h2 {
    font-size: 24.5px;
  }
}
.section-header h2::before {
  background-color: #333;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.section-header p {
  margin: 0;
  padding: 0;
}
.bg_section {
  background-color: #f3fefe;
}
.row-pb-md {
  padding-bottom: 4em !important;
}
.row-pb-sm {
  padding-bottom: 2em !important;
}
/*--------------------------------------------------------------
 index.html
--------------------------------------------------------------*/
/*  start Section
--------------------------------*/

#start {
  background-attachment: fixed;
  background-image: -webkit-linear-gradient(270deg, rgba(30, 59, 122, .74) 0%, rgba(15, 42, 103, .71) 99.59%), url(../img/intro-carousel/3.jpg);
  background-image: -moz-linear-gradient(270deg, rgba(30, 59, 122, .74) 0%, rgba(15, 42, 103, .71) 99.59%), url(../img/intro-carousel/3.jpg);
  background-image: -o-linear-gradient(270deg, rgba(30, 59, 122, .74) 0%, rgba(15, 42, 103, .71) 99.59%), url(../img/intro-carousel/3.jpg);
  background-image: linear-gradient(180deg, rgba(30, 59, 122, .74) 0%, rgba(15, 42, 103, .71) 99.59%), url(../img/intro-carousel/3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  padding-bottom: 6em;
  padding-top: 6em;
}
#start .section-header h2,
#start h3 {
  color: #fff;
}
#start .section-header h2::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.start_contents li {
  display: inline-block;
}
.start_contents li .btn.btn-default {
  border: 2px solid #ffa400;
  border-radius: 10px;
  font-size: 17px;
  margin-bottom: 15px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 250px;
}
.start_contents li .btn.btn-default:hover {
  background-color: #ffa400;
  border: 2px solid #ffa400;
}
/*  occupation Section
--------------------------------*/
#occupation {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  padding: 60px 0;
}
#occupation .member {
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#occupation .member .member-info {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: .2s;
}
#occupation .member .member-info-content {
  margin-top: 50px;
  transition: margin .2s;
}
#occupation .member h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 2px;
  text-shadow: 0 1px 1px #0011f5;
}
#occupation .member span {
  color: #fff;
  display: block;
  font-size: 13px;
  font-style: italic;
}
#occupation .member .social {
  margin-top: 15px;
}
#occupation .member .social a {
  color: #fff;
  transition: none;
}
#occupation .member .social a:hover {
  color: #fff;
}
/* About Section
--------------------------------*/

#about {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  padding: 60px 0;
}
#about .about-img {
  overflow: hidden;
}
#about .about-img img {
  max-width: 100%;
}
#about h2 {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .container .row .outline {
    font-size: 30px;
    padding-left: 15px;
  }
}
#about .content h3 {
  color: #555;
  font-size: 18px;
  font-weight: bolder;
  line-height: 26px;
}
#about .content p {
  line-height: 26px;
}
#about .content p:last-child {
  margin-bottom: 0;
}
#about .content i,
#item .content i {
  color: #00ab00;
  font-size: 20px;
  padding-right: 4px;
}
#about .content ul,
#item .content ul {
  list-style: none;
  padding: 0;
}
#about .content ul li,
#item .content ul li {
  padding-bottom: 10px;
}
/* Contact Section
--------------------------------*/

#contact {
  padding: 30px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  color: #0014ab;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 10px;
}
#contact .contact-info address,
#contact .contact-info p {
  color: #000;
  margin-bottom: 0;
}
#contact .contact-info h3 {
  color: #999;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #0014ab;
}
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}
#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}
/* お問い合わせ共有
--------------------------------*/
#contact_common {
  background-color: #0014ab;
  margin-bottom: -30px;
  margin-left: -15px;
}
#contact_common .container-fluid .contact-inner {
  background-image: -webkit-linear-gradient(270deg, rgba(8, 30, 91, .55) 0%, rgba(8, 30, 91, .55) 100%), url(../img/intro-carousel/3.jpg);
  background-image: -moz-linear-gradient(270deg, rgba(8, 30, 91, .55) 0%, rgba(8, 30, 91, .55) 100%), url(../img/intro-carousel/3.jpg);
  background-image: -o-linear-gradient(270deg, rgba(8, 30, 91, .55) 0%, rgba(8, 30, 91, .55) 100%), url(../img/intro-carousel/3.jpg);
  background-image: linear-gradient(180deg, rgba(8, 30, 91, .55) 0%, rgba(8, 30, 91, .55) 100%), url(../img/intro-carousel/3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
.contact-inner h3 {
  color: #fff;
  text-align: center;
}
.col-md-6 .contact-inner p {
  color: #fff;
  text-align: center;
}
.contact-inner .tel a {
  color: #fff;
}
.row .col-md-6 .contact-inner_mail {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
.col-md-6 .contact-inner_mail h3 {
  color: #fff;
  text-align: center;
}
.col-md-6 .contact-inner_mail p {
  color: #fff;
  text-align: center;
}
.contact-inner_mail .mail .btn.btn-outline-success.btn-lg {
  border: 1px solid #fff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .col-md-6,
  .col-lg-6,
  .col-lg-4 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  #contact_common {
    margin-left: 0;
    padding-top: 15px;
  }
}

/* 会社概要
--------------------------------*/
#facility {
  padding-top: 70px;
}

#facility .title {
  margin-top: 7px;
}

@media (max-width: 768px) {
  #facility .col-lg-4 {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #edeff1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ddd;
  height: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
.footer p {
  font-size: 13px;
  line-height: 28px;
  margin: 0;
  padding-bottom: 5px;
}
p a .img-responsive {
  margin-left: -16px;
}
.footer h3 {
  border-bottom: 1px solid #bac1c8;
  color: #54697e;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
}
.footer ul {
  color: #7f8c8d;
  font-size: 13px;
  list-style-type: none;
  margin-left: 0;
  margin-top: 15px;
  padding-left: 0;
}
.bouncingLoader li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.borderCenter {
  padding-bottom: 6px;
  position: relative;
}
.borderCenter::after {
  background-color: #0014ab;
  bottom: 6.5px;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, 0);
  transition: all .3s ease-in-out;
  width: 60%;
}
.borderCenter:hover::after {
  opacity: 1;
  width: 100%;
}
.footer a {
  color: #333 !important;
}
.copyright {
  background-color: #e4e4e4;
  border-top: 1px solid #c5c5c5;
  color: #656565;
  font-size: 14px;
  margin-top: -2px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #header {
    height: 74px;
    padding: 20px 0;
  }
  #header #logo h2 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav li a {
    background-color: transparent;
    border-color: transparent;
  }
  #mobile-nav li a .fa-home,
  #mobile-nav li a .fa-building-o,
  #mobile-nav li a .fa-list-ul,
  #mobile-nav li a .btn-default,
  #mobile-nav li a .fa-home {
    display: none;
  }
  #nav-menu-container li .btn-default {
    background-color: transparent;
  }
  #mobile-nav li .btn-default {
    background-color: transparent;
  }
  #mobile-nav li .btn {
    text-align: left;
  }
  #mobile-nav li a .fa {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}
.btn-animation-02 {
  background-color: #0014ab;
  border: 1px solid #0014ab;
  border-radius: 4px;
  color: #646464;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 200px;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
}
.btn-animation-02::before,
.btn-animation-02::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
  width: 50%;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  background-color: #fff;
  width: 0;
}
.btn-animation-02:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# パンくず
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .btn-breadcrumb {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px) !important;
  }
}
.btn-breadcrumb {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  width: 100%;
}
.btn-breadcrumb .btn {
  border: 0 solid transparent;
  border-color: transparent;
  border-right: 1px solid transparent !important;
  font-size: 11px;
}
.breadcrumb-default {
  background-color: #fff;
}
.btn-breadcrumb .btn:last-child {
  font-weight: bold;
  text-decoration: underline;
}
.btn-breadcrumb .btn:last-child:after {
  margin-left: -2px;
}
.btn-breadcrumb .btn:last-child:before {
  margin-left: -1px;
}
.btn-breadcrumb .btn:after {
  border-bottom: 14px solid transparent;
  border-left: 10px solid white;
  border-top: 13px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-left: 0;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 3;
}
.btn-breadcrumb .btn:before {
  border-bottom: 14px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  border-top: 13px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-left: 1px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 3;
}
/** The Spacing **/
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:hover:after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:hover:before,
.btn-breadcrumb .btn.btn-default:before {
  border-left: 10px solid #adadad;
}
.breadcrumb-default {
  border: solid 1px #adadad;
}
/** Success button **/
.btn-breadcrumb .btn.btn-primary:after {
  border-left: 10px solid #0014ab;
}
.btn-group.btn-breadcrumb.breadcrumb-default .btn.btn-primary {
  background-color: #0014ab;
}
/** product.html **/
.mb.card-body {
  text-align: center;
}
.card.mb {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1) !important;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.card.mb .card-body.mb .card-title {
  margin-top: 5px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.mb.btn {
  border-radius: 0;
  box-shadow: .5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover {
  box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
  transform: translateY(-2px);
}
.mb.card {
  border-radius: 0 / 0;
  box-shadow: .5px 1px 2px hsla(0, 0%, 20%, 1);
  overflow: hidden;
}
.card.mb .card-body.mb .card-text {
  text-align: left;
}
.col-md-6.no-padding.lib-item {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.lib-panel {
  margin-bottom: 20px;
}
.lib-panel img {
  background-color: transparent;
  width: 100%;
}
.lib-panel .row,
.lib-panel .col-md-6 {
  background-color: #fff;
  padding: 0;
}
.lib-panel .lib-row {
  padding: 0 20px 0 20px;
}
.lib-panel .lib-row.lib-header {
  background-color: #5cb85c;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.lib-panel .lib-row.lib-desc {
  display: block;
  font-size: 13px;
  height: 100%;
  position: relative;
}
.row-margin-bottom {
  margin-bottom: 20px;
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.lib-row.lib-desc ul li {
  color: #5cb85c;
  font-weight: bolder;
  padding-bottom: 5px;
  padding-top: 5px;
}
/*----------------------------------------------------
	Contact.html
----------------------------------------------------*/
.table.table-bordered.contact tr th,
.table.table-bordered.contact tr td {
  padding-bottom: 30px;
  padding-top: 30px;
  vertical-align: middle;
}
tr td #date {
  margin-bottom: 15px;
  margin-top: 15px;
}
.box {
  background-color: #cefff6;
  border: dashed 2px white;
  box-shadow: 0 0 0 10px #cefff6;
  margin: 2em 0;
  padding: 1em 1em;
}
.box p {
  margin: 0;
  padding: 0;
}
form .row.form-group.policy {
  margin-bottom: 35px;
}
/*----------------------------------------------------
	profile.html
----------------------------------------------------*/

#portfolio {
  padding-bottom: 30px;
  padding-top: 60px;
}
td .profile li {
  padding-bottom: 5px;
  padding-top: 5px;
}
/*----------------------------------------------------
	policy.html
----------------------------------------------------*/
#site_policy {
  padding-bottom: 2em;
  padding-top: 6em;
}
/*----------------------------------------------------
	product.html
----------------------------------------------------*/
.card.mb .card-body.mb ol {
  text-align: left;
}
.card-body.mb ol li {
  padding-bottom: 5px;
  padding-top: 5px;
}
.card-body.mb ol li a:hover {
  text-decoration: underline;
}
/*----------------------------------------------------
	building.html
----------------------------------------------------*/
.building li {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
#about_1,
#about_2,
#about_3,
#about_4,
#about_5,
#about_6,
#about_7,
#about_8,
#about_9,
#about_10,
#about_2_1,
#about_5_1,
#about_8b,
#about_9b,
#about_4_1,
#about_6_1 {
  padding-bottom: 4em;
  padding-top: 6em;
}
tbody tr .bg-primary {
  text-align: center;
  vertical-align: middle;
}
.panel.panel-primary .panel-heading .text-center {
  font-size: 18px;
}
.box .box_contents li {
  border-bottom: 1px dotted #6a6a6a;
  padding-bottom: 5px;
  padding-top: 5px;
}
.building_table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.bg-info {
  background-color: #daeef3;
  vertical-align: middle !important;
}
.bg-warning {
  background-color: #fde9d9;
}
.bg-danger {
  background-color: #e4dffc;
}
.bg-info tr .top,
.bg-warning tr .top {
  text-align: center;
}
.bg-info tr .number,
.bg-warning tr .number {
  text-align: center;
  vertical-align: middle;
  width: 8%;
}
/*----------------------------------------------------
	environment.html
----------------------------------------------------*/
.environment li {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
}
.bg-info tr .middle {
  text-align: center;
  vertical-align: middle;
  width: 12%;
}
.table.table-bordered .top {
  text-align: center;
}
.boiler .top tr td {
  vertical-align: middle;
}
.table-ul {
  display: table;
  margin-bottom: 15px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.table-ul li {
  background-color: #3ae;
  border-right: 5px solid #fff;
  display: table-cell;
  vertical-align: middle !important;
}
.table-ul li:hover {
  background-color: #0097ed;
}
.table-ul li:last-child {
  border-right: 0;
}
.table-ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .table-ul {
    background-color: #fff;
    table-layout: auto;
  }
  .table-ul li {
    background-color: #3ae;
    border: 1px solid #fff;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -40px;
    width: 100%;
  }
}
.about-page.area-padding {
  padding-bottom: 6em;
  padding-top: 1em;
}
.sticky {
  position: sticky;
  postion: -webkit-sticky;
  top: 0;
}
.sticky .col-lg-3.col-md-3.col-sm-3.col-xs-12 {
  margin-top: 80px;
}
tbody tr .bg_section {
  text-align: center;
}

.envi_img {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 0 8px;
  width: 100%;
}
.envi_img h3 {
  line-height: 1.4em;
  margin: 0 0 0 8px;
  padding-right: 0;
}
.reference {
  padding-top: 15px;
}

.reference h3 {
  padding: 10px 10px 8px;
}

.reference p {
  margin: 0 0 40px 1em;
}

.topspace40 {
  margin-top: 40px;
}
.equipment {
  margin-bottom: 30px;
}
.equipment h4 {
  padding: 6px 6px 4px;
}

/*----------------------------------------------------
	plice.html
----------------------------------------------------*/
.test {
  padding-left: 25px;
  position: relative;
}
.test:before {
  border: none;
  border-bottom: solid 15px rgb(119, 195, 223);
  border-left: solid 15px transparent;
  bottom: -3px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.test:after {
  border-bottom: solid 3px rgb(119, 195, 223);
  bottom: -3px;
  content: "";
  left: 10px;
  position: absolute;
  width: 100%;
}
.inner {
  border-bottom: 6px solid #ff0004;
  border-left: 1px solid #ff0004;
  border-right: 1px solid #ff0004;
  border-top: 1px solid #ff0004;
  margin-bottom: 16px;
}

.plice {
  background-color: #f22;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.plice:before {
  border: 15px solid transparent;
  border-top: 15px solid #f22;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
}
.my-parts {
  display: inline-block;
  position: relative;
}
.my-parts span::before,
.my-parts span::after {
  background: #e91e63;
  content: "";
  display: block;
  height: 4%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 70%;
  width: 100%;
}
.my-parts span::before {
  transform: rotate(-25deg);
}
.plice_sp {
  color: #ff0004 !important;
  font-size: 80px !important;
  margin-top: 32px;
}

.plice_sp span {
  border: 1px solid #ff0004;
  display: inline-block;
  font-size: 45px !important;
  margin-right: 14px;
  padding-bottom: 11px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 11px;
  width: 19%;
}
@media screen and (max-width: 480px) {
  .plice_sp span {
    margin-bottom: 14px;
    width: 100%;
  }
}
.my-parts span::after {
  transform: rotate(25deg);
}
.my-parts span {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  top: 11px;
}
.my-parts p {
  float: left;
  font-size: 18px;
  left: -10px;
  position: relative;
  top: 15px;
}
.seide.bg_section {
  border-bottom: 5px solid #000;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
}
.side_inner {
  padding-bottom: 5px;
  padding-top: 5px;
}
.side_inner ul li {
  display: block;
  margin-left: -42px;
}
ul li .btn.btn-default.btn-block {
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}
