
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#spam{ display:none; }
p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 14px;
}
em,
li,
li a {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #515769;
  line-height: 1.7;
}

@media (max-width: 480px) {
  p{
  font-size: 14px;
  }
  em,
  li,
  li a {
  font-size: 14px;
  font-weight: 500;
  }
}

a {
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #81848f;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

.link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-transform: uppercase;
}

.link:after {
  position: absolute;
  top: 5px;
  right: -15px;
  width: 9px;
  height: 2px;
  background: #81848f;
  content: " ";
}

span:not(.letters-loading) {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #bfc1c7;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333333;
  line-height: 1.4;
  margin: 0 0 15px;
}
h1{
  font-family: Hind, sans-serif;
}
h1.blurred{
    font-family: Hind, sans-serif;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 55px;
    font-size: 55px;
    padding: 10px;
    background: rgba(0,0,0,.5);
    color: #FFF;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #333333;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

::selection {
  color: #fff;
  background: #32bbd8;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #32bbd8;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #32bbd8;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/* Section Seperator */
.section-seperator {
  border-bottom: 1px solid #edf0f2;
}

/* Content Wrapper Link */
.content-wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
  text-decoration: none;
}

/*------------------------------------------------------------------
  	[Accordion]
------------------------------------------------------------------*/
.accordion .panel-default {
  border: none;
}

.accordion .panel-heading {
  border-radius: 0;
}

.accordion .panel-default > .panel-heading {
  color: #515769;
  background: #fff;
  border: none;
  padding: 0;
}

.accordion .panel-title {
  font-size: 22px;
}
@media (max-width: 480px) {
  .accordion .panel-title {
    font-size: 19px;
  }
}

.accordion .panel-title-child {
  display: block;
  padding: 30px;
}

.accordion .panel-group .panel + .panel {
  border-radius: 0;
  margin-top: 10px;
}

.accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-size: 16px;
  border-top: none;
  padding: 0 30px 30px 30px;
  margin-top: -1px;
}

.accordion [aria-expanded="true"],
.accordion .collapse.in {
  color: #fff;
  background: #32bbd8;
}

/*------------------------------------------------------------------
  	[Button]
------------------------------------------------------------------*/
.btn-theme {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  background-image: none;
  border-style: solid;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-theme:focus, .btn-theme:active:focus, .btn-theme.active:focus, .btn-theme.focus, .btn-theme:active.focus, .btn-theme.active.focus {
  outline: none;
}

.btn-theme:hover {
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme.focus {
  text-decoration: none;
}

.btn-theme:active, .btn-theme.active {
  background-image: none;
  outline: 0;
}

.btn-theme.disabled, .btn-theme[disabled],
fieldset[disabled] .btn-theme {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  pointer-events: none;
}

.btn-white-bg {
  color: #fff;
  background: #515769;
  border-color: transparent;
  border-width: 0;
}

.btn-white-bg:hover, .btn-white-bg:focus, .btn-white-bg.focus {
  color: #fff;
  background: #a2589f;
  border-color: transparent;
}

.btn-white-brd {
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
}

.btn-white-brd:hover, .btn-white-brd:focus, .btn-white-brd.focus {
  color: #515769;
  background: #fff;
  border-color: #fff;
}

.btn-default-bg {
  color: #515769;
  background: #f3f4f5;
  border-color: transparent;
  border-width: 0;
}

.btn-default-bg:hover, .btn-default-bg:focus, .btn-default-bg.focus {
  color: #fff;
  background: #32bbd8;
  border-color: transparent;
}

.btn-theme-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 15px 40px;
}

/*------------------------------------------------------------------
  	[Pricing]
------------------------------------------------------------------*/
.pricing {
  padding: 70px 45px;
  background: #fff;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .pricing {
    margin-top: 0;
  }
}

.pricing.pricing-active {
  padding-top: 110px;
  padding-bottom: 110px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .pricing.pricing-active {
    margin-top: 0;
  }
}

.pricing .pricing-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.pricing .pricing-list-item {
  position: relative;
  font-size: 13px;
  color: #81848f;
  padding-left: 20px;
  margin-bottom: 10px;
}

.pricing .pricing-list-item:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #a2589f;
  content: " ";
  margin-right: 10px;
}

/*------------------------------------------------------------------
  	[Service]
------------------------------------------------------------------*/
.service {
  background: #fff;
  padding: 40px;
}
@media (max-width: 480px) {
  .service {
    height: auto;
  }
}

.service .service-element,
.service .service-info {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service .service-icon {
  display: block;
  font-size: 30px;
  color: #999caa;
  margin-bottom: 30px;
}

.service:hover .service-element {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.service:hover .service-info {
  -webkit-transform: translate3d(0, -30%, 0);
  -moz-transform: translate3d(0, -30%, 0);
  transform: translate3d(0, -30%, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}




/*------------------------------------------------------------------
  	[Work]
------------------------------------------------------------------*/
/* Overlay */
.work {
  position: relative;
  display: block;
}

.work .work-overlay {
  position: relative;
  cursor: pointer;
}

.work .work-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work:hover .work-overlay:before {
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Popup */
.work .work-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  background: rgba(81, 87, 105, 0.4);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-overlay-show {
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 730px;
  height: auto;
  display: block;
  background: #fff;
  padding: 30px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.work .work-popup-content-divider {
  border-right: 1px solid #cdcecf;
}

@media (max-width: 768px) {
  .work .work-popup-content {
    width: 95%;
  }
  .work .work-popup-content-divider {
    border-right: none;
    border-bottom: 1px solid #cdcecf;
  }
}

.work .work-popup-close {
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #c5c6cb;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.work .work-popup-close:hover {
  color: #aaacb3;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Tag */
.work .work-popup-tag {
  margin: 0;
}

.work .work-popup-tag-item {
  padding: 0 2px;
}

.work .work-popup-tag-link {
  font-size: 13px;
}

/*------------------------------------------------------------------
  	[Footer]
------------------------------------------------------------------*/
.footer .footer-logo {
  width: 130px;
  height: auto;
}

.footer .footer-list {
  margin-bottom: 0;
}

.footer .footer-list-item {
  color: #777984;
  margin-bottom: 15px;
}

.footer .footer-list-item:last-child {
  margin-bottom: 0;
}
.footer ul li{
  display: inline-block;
}
.footer .copyright{
  font-size:13px;
}

/*------------------------------------------------------------------
    [Header]
------------------------------------------------------------------*/
/* Fixed Top */
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}

/* Navbar */
.header .navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  background-color: #ffffff;
  opacity: 0.95;
}

/* Navbar Toggle */
.header .navbar-toggle {
  width: 25px;
  height: 25px;
  border: none;
  padding: 0;
  margin: 35px 0;
}

.header .navbar-toggle .toggle-icon {
  position: relative;
  width: 21px;
  height: 1px;
  display: inline-block;
  background: #515769;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:before, .header .navbar-toggle .toggle-icon:after {
  position: absolute;
  left: 0;
  background: #515769;
  content: " ";
}

.header .navbar-toggle .toggle-icon:before {
  width: 10px;
  height: 1px;
  bottom: 10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle .toggle-icon:after {
  width: 16px;
  height: 1px;
  top: -5px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon {
  background: #a2589f;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon:before, .header .navbar-toggle:hover .toggle-icon:after {
  width: 21px;
  height: 1px;
  background: #a2589f;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .navbar-toggle:hover .toggle-icon.is-clicked {
  background: rgba(81, 87, 105, 0);
}

/* Navbar Logo */
.header .logo {
  width: 175px;
  height: 150px;
  float: left;
  max-height: 95px;
  line-height: 65px;
}

.header .logo-wrap {
  display: inline-block;
  padding: 15px 0;
}

.header .logo-wrap:focus, .header .logo-wrap:hover {
  text-decoration: none;
}

.header .logo-img {
  display: inline-block;
  width: 175px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.header .logo-img-main {
  display: inline-block;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .logo-img-active {
  display: none;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Navbar */
.header .navbar-nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* Nav */
.header .nav-item {
  position: relative;
  display: block;
}

.header .nav-item:last-child .nav-item-child {
  padding-right: 0;
}

.header .nav-item .nav-item-hover.active:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item:hover .nav-item-hover:after {
  opacity: 1;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-family: Hind, sans-serif;
  color: #000000;
  text-transform: uppercase;
  line-height: 55px;
  padding: 20px;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.header .nav-item-child:hover, .header .nav-item-child:focus {
  background: transparent;
}

.header .nav-item-hover {
  position: relative;
}

.header .nav-item-hover:after {
  position: absolute;
  top: 45px;
  left: 0;
  width: 9px;
  height: 2px;
  background: #a2589f;
  opacity: 0;
  content: " ";
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Media Queries below 991px */
@media (max-width: 991px) {
  /* Bootstrap collapse of navigation with a maximum width: 991px
    (Change it to any breakpoint you want to be collapsed) */
  .header {
    background: #fff;
  }
  .header .navbar-toggle {
    display: block;
  }
  .header .navbar-collapse.collapse {
    display: none !important;
  }
  .header .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header .nav-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .header .navbar-nav {
    margin: 0;
    float: none;
  }
  .header .navbar-nav .nav-item {
    float: none;
  }
  /* Menu Container */
  .header .menu-container:before, .header .menu-container:after {
    content: " ";
    display: table;
  }
  .header .menu-container:after {
    clear: both;
  }
  /* Logo */
  .header .logo .logo-img-main {
    display: none;
  }
  .header .logo .logo-img-active {
    display: inline-block;
  }
  /* Navbar Nav */
  .header .nav-item-child {
    color: #515769;
    line-height: 1.4;
    padding: 12px 12px 12px 15px;
  }
  .header .nav-item-hover:after {
    position: absolute;
    top: 19px;
  }
}

/* Media Queries below 767px */
@media (max-width: 767px) {
  /* Menu Container */
  .header .menu-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .header .navbar > .container > .nav-collapse {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

/* Media Queries above 992px */
@media (min-width: 992px) {
  /* Navbar */
  .header .navbar-nav-right {
    float: right;
  }
}

/* Page On Scroll */
@media (min-width: 992px) {
  .page-on-scroll .header .navbar {
    background: #fff;
    border-bottom-color: #f0f0f0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-main {
    display: none;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .logo-img-active {
    display: inline-block;
    transition-duration: 400ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
  .page-on-scroll .header .nav-item-child {
    color: #515769;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  }
}

/*------------------------------------------------------------------
  	[Contact]
------------------------------------------------------------------*/
.contact-list > li {
  font-size: 13px;
  color: #81848f;
  margin-bottom: 10px;
}

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #515769;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:hover {
  color: #fff;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top:focus, .back-to-top:hover {
  text-decoration: none;
}

/* The Button Becomes Visible */
.back-to-top.back-to-top-is-visible {
  visibility: visible;
  opacity: .6;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.back-to-top.back-to-top-is-visible:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.back-to-top.back-to-top-fade-out {
  opacity: .4;
}

.back-to-top.back-to-top-fade-out:hover {
  opacity: 1;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Form Control]
------------------------------------------------------------------*/
.form-control {
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #a6a7aa;
  background: #fafafa;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 15px;
}

.form-control::-moz-placeholder {
  color: #a6a7aa;
}

.form-control:-ms-input-placeholder {
  color: #a6a7aa;
}

.form-control::-webkit-input-placeholder {
  color: #a6a7aa;
}

.form-control:focus {
  color: #515769;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: #515769;
}

.form-control:focus:-ms-input-placeholder {
  color: #515769;
}

.form-control:focus::-webkit-input-placeholder {
  color: #515769;
}

/*------------------------------------------------------------------
    [Full Screen Carousel]
------------------------------------------------------------------*/
/*.full-screen:before {
  background: linear-gradient(to bottom, rgba(0,0,0,.01), rgba(0,0,0,.5));
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/*------------------------------------------------------------------
    [Carousel]
------------------------------------------------------------------*/
.carousel-indicators {
  left: auto;
  width: auto;
  padding-left: 0;
  margin-left: 0;
}

.carousel-centered {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.carousel-title {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 60px;
  }
}

/*------------------------------------------------------------------
    [Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-clients-img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.swiper-clients-img:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*------------------------------------------------------------------
  	[Text Colors]
------------------------------------------------------------------*/
.color-base {
  color: #a2589f !important;
}

.color-white {
  color: #fff !important;
}

.color-heading {
  color: #515769 !important;
}

.color-subtitle {
  color: #a6a7aa !important;
}

.color-link {
  color: #81848f !important;
}

.color-link-hover {
  color: #999caa !important;
}

.color-sky-light {
  color: #fafafa !important;
}

/*------------------------------------------------------------------
  	[Background Colors]
------------------------------------------------------------------*/
.bg-color-base {
  background: #32bbd8 !important;
}

.bg-color-white {
  background: #fff !important;
}

.bg-color-heading {
  background: #515769 !important;
}

.bg-color-subtitle {
  background: #a6a7aa !important;
}

.bg-color-link {
  background: #81848f !important;
}

.bg-color-link-hover {
  background: #999caa !important;
}

.bg-color-sky-light {
  background: #fafafa !important;
}

/*------------------------------------------------------------------
    [Row]
------------------------------------------------------------------*/
.row-space-1 {
  margin-right: -1px;
  margin-left: -1px;
}

.row-space-1 > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

/*------------------------------------------------------------------
  	[Content]
------------------------------------------------------------------*/
.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .content-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .content-md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
    [Full Width]
------------------------------------------------------------------*/
.full-width {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
    [Font Weight]
----------------------------------------------------*/
.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

.fweight-700 {
  font-weight: 700 !important;
}

/*------------------------------------------------------------------
    [Left margin]
------------------------------------------------------------------*/
.margin-l-0 {
  margin-left: 0 !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

/*------------------------------------------------------------------
    [Right margin]
------------------------------------------------------------------*/
.margin-r-0 {
  margin-right: 0 !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

/*------------------------------------------------------------------
    [Top margin]
------------------------------------------------------------------*/
.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}

.margin-t-120 {
  margin-top: 120px !important;
}

@media (max-width: 992px) {
  .md-margin-t-0 {
    margin-top: 0 !important;
  }
  .md-margin-t-5 {
    margin-top: 5px !important;
  }
  .md-margin-t-10 {
    margin-top: 10px !important;
  }
  .md-margin-t-20 {
    margin-top: 20px !important;
  }
  .md-margin-t-30 {
    margin-top: 30px !important;
  }
  .md-margin-t-40 {
    margin-top: 40px !important;
  }
  .md-margin-t-50 {
    margin-top: 50px !important;
  }
  .md-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 768px) {
  .sm-margin-t-0 {
    margin-top: 0 !important;
  }
  .sm-margin-t-5 {
    margin-top: 5px !important;
  }
  .sm-margin-t-10 {
    margin-top: 10px !important;
  }
  .sm-margin-t-20 {
    margin-top: 20px !important;
  }
  .sm-margin-t-30 {
    margin-top: 30px !important;
  }
  .sm-margin-t-40 {
    margin-top: 40px !important;
  }
  .sm-margin-t-50 {
    margin-top: 50px !important;
  }
  .sm-margin-t-60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 480px) {
  .xs-margin-t-0 {
    margin-top: 0 !important;
  }
  .xs-margin-t-5 {
    margin-top: 5px !important;
  }
  .xs-margin-t-10 {
    margin-top: 10px !important;
  }
  .xs-margin-t-20 {
    margin-top: 20px !important;
  }
  .xs-margin-t-30 {
    margin-top: 30px !important;
  }
  .xs-margin-t-40 {
    margin-top: 40px !important;
  }
  .xs-margin-t-50 {
    margin-top: 50px !important;
  }
  .xs-margin-t-60 {
    margin-top: 60px !important;
  }
}

/*------------------------------------------------------------------
    [Bottom margin]
------------------------------------------------------------------*/
.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-2 {
  margin-bottom: 2px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

/*------------------------------------------------------------------
    [Top margin below 992px]
------------------------------------------------------------------*/
@media (max-width: 992px) {
  .md-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .md-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .md-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .md-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .md-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .md-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .md-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .md-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .md-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .md-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .md-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .md-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .md-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 768px]
------------------------------------------------------------------*/
@media (max-width: 768px) {
  .sm-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .sm-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .sm-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .sm-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .sm-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .sm-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .sm-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .sm-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .sm-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .sm-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .sm-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .sm-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .sm-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*------------------------------------------------------------------
    [Top margin below 480px]
------------------------------------------------------------------*/
@media (max-width: 480px) {
  .xs-margin-b-0 {
    margin-bottom: 0 !important;
  }
  .xs-margin-b-2 {
    margin-bottom: 2px !important;
  }
  .xs-margin-b-5 {
    margin-bottom: 5px !important;
  }
  .xs-margin-b-10 {
    margin-bottom: 10px !important;
  }
  .xs-margin-b-20 {
    margin-bottom: 20px !important;
  }
  .xs-margin-b-30 {
    margin-bottom: 30px !important;
  }
  .xs-margin-b-40 {
    margin-bottom: 40px !important;
  }
  .xs-margin-b-50 {
    margin-bottom: 50px !important;
  }
  .xs-margin-b-60 {
    margin-bottom: 60px !important;
  }
  .xs-margin-b-70 {
    margin-bottom: 70px !important;
  }
  .xs-margin-b-80 {
    margin-bottom: 80px !important;
  }
  .xs-margin-b-90 {
    margin-bottom: 90px !important;
  }
  .xs-margin-b-100 {
    margin-bottom: 100px !important;
  }
}

/*--------------------------------------------------
    [Height]
----------------------------------------------------*/
.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}

.height-300 {
  height: 300px !important;
}



/*--------------------------------------------------
    [追加CSS]
----------------------------------------------------*/

/*--------------------------------------------------
    [共通]
----------------------------------------------------*/
.content-ss {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top:60px;
}
@media (max-width: 767px) {
  .content-ss {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top:10px;
  }
}

@media (max-width: 992px) {
   img.img-responsive{
    width:75%;
    margin:0 auto;
  }
}
@media (max-width: 480px) {
   img.img-responsive{
    margin:0 auto;
  }
}
@media (max-width: 480px) {
   #Service img.img-responsive{
    width:100%;
  }
}
.mt-100{
  margin:100px 0 0 0;
}
.mt-120{
  margin:120px 0 0 0;
}
  .subvisual {
      margin-top: 100px;
  }

.w100 img{
  width:100%;
}

.imgauto img{
  width:100%;
}
.pb-10{
  padding-bottom: 10px;
}
.p_heading{
  font-size:17px;
  font-weight:bold;
  line-height: 1.8em;
  text-align: left;
}
@media (max-width: 767px){
  .p_heading{
    font-size: 16px;
    line-height: 1.5em;
  }
}
.btn-theme-md {
    font-size: 15px;
    font-weight: 600;
    padding: 20px 30px;
}
.wantedly {
  margin:50px 0 0 0;
}
@media (max-width: 480px){
  .wantedly {
    margin:0;
  }
}
.wantedly p{
  margin:0;
  font-size:13px;
}

/*mainvisual*/
@media (min-width: 481px) {
  .pcview {
    display: block;
  }
  .spview {
    display: none;
  }
}
@media (max-width: 480px) {
  .pcview {
    display: none;
  }
  .spview {
    display: block;
  }
  .spview p{
    padding-top:95px;
  }
  .spview img{
    width:100%;
  }
}




/*promo-banner*/
.promo-banner .promo-banner-title {
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin:0;
}
.promo-banner .promo-banner-title span{
    font-size: 20px;
    color: #fff;
}
.promo-banner p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin:0;
}
.promo-banner .promo-banner-text {
    color: #fff;
    text-align: center;
}

@media (max-width: 767px) {
  .promo-banner .promo-banner-title {
      font-size: 26px;
  }
  .promo-banner .promo-banner-title span{
      font-size: 18px;
      color: #fff;
  }
  .promo-banner p{
      font-size: 16px;
      color: #fff;
      text-align: center;
      margin:0;
  }
  .promo-banner .promo-banner-text {
      color: #fff;
      text-align: center;
  }
}
@media (min-width: 1200px){
  .container-sm {
      width: 970px;
  }
}
@media (min-width: 768px){
  .container-sm {
      width: 750px;
  }
  .container-sm {
      padding-right: 15px;
      padding-left: 15px;
  }
  .container-full-width, .container-sm {
      margin-right: auto;
      margin-left: auto;
  }
}




/*#Service */
#Service .service-link a{
  color:#2c04c0;
  text-decoration: underline;
}
@media (min-width: 992px) {
  #Service .service_block{
    margin:60px 0 0 0;
  }
  #Service h3{
    margin:10px 0 15px 0;
  }

}
@media (max-width: 991px) {
  #Service .service_block{
    margin:30px 0 15px 0;
  }
  #Service h3{
    margin:20px 0 0 0;
  }

}
@media (max-width: 480px) {
  #Service h3{
    font-size:18px;
    margin-bottom:5px;
  }
}



#Recruit,
#Company {
  margin-top : -170px;
  padding-top : 170px;
}
@media (max-width: 767px) {
  #Service,
  #About,
  #News,
  #Recruit,
  #Company {
    margin-top : -20px;
    padding-top : 20px;
  }
}



/*Mission*/
#Mission p{
  font-size:23px;
  font-weight:bold;
  line-height: 2em;
  text-align: center;
}
#Mission .map{
	background:url(../img/bg_map.png) no-repeat 0 0;
  min-height:470px;
  background-size:contain;
}
#Mission .map img{
	width:100%;
}
#Mission .map p{
	padding:13% 0 0 0;
}
@media (max-width: 767px) {
  #Mission p{
    font-size:16px;
    line-height: 1.5em;
    text-align: left;
  }
  #Mission .map{
  	background:url(../img/bg_spmap.png) no-repeat 0 0;
    min-height:300px;
    background-size:contain;
  }
  #Mission .map p{
  	padding:80px 0 0 0;
  }
}



/*About*/
#About p{
}
#About .fontbold{
  color:#333333;
  font-size:17px;
  font-weight:bold;
}

/*Company*/
#Company .profile{
  margin:0;
}
#Company dl{
  font-size:14px;
}
#Company .profile dt{
  float: left ;
  clear: left ;
  margin-right: 0.5em ;
  width: 112px ;
}
#Company .profile dd{
  float: left ;
  margin-left: 1em ;
  margin-bottom:20px;
}
#Company ul li{
  color:#ffffff;
}

@media (max-width: 480px) {
  #Company dl{
    font-size:14px;
  }
  #Company .profile dt{
    float: none ;
    margin-right: 0 ;
    width: 200px ;
  }
  #Company .profile dd{
    float: none ;
    margin-left: 1em ;
    margin-bottom:20px;
  }
}

/*Recruit*/
#Recruit dl{
  font-size:14px;
  margin:0;
}
#Recruit dl dt{
  float: left ;
  clear: left ;
  margin-right: 0.5em ;
  width: 100px ;
}
#Recruit dl dd{
  float: left ;
  margin-left: 1em ;
  margin-bottom:20px;
}
#Recruit p.dt_txt{
  font-size: 14px;
  font-weight:bold;
  color: #333;
}

/*--------------------------------------------------
    [contact]
----------------------------------------------------*/

#contact h2.heading1{
  font-size:27px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b78bf+0,a81a82+65,d12754+100 */
  background: #1b78bf; /* Old browsers */
  background: -moz-linear-gradient(top, #1b78bf 0%, #a81a82 65%, #d12754 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b78bf', endColorstr='#d12754',GradientType=0 ); /* IE6-9 */
  padding-left:5px;
}
#contact h2.heading1 span{
  display:block;
  font-size:27px;
  font-weight:bold;
  color:#333333;
  background:#fff;
  padding-left:20px;
}
@media (max-width: 480px) {
  #contact h2.heading1 span{
    font-size:23px;
    padding-left:10px;
  }
}
#contact img{
  width:100%;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#contact .control-label{
    font-size:16px;
}
#contact .label {
    display: inline;
    padding: 2px 4px 1px 4px;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #d9534f;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}
#contact .label-danger {
    background: none;
}
#contact ul li {
    font-size:12px;
}
#contact .repeater_inner{
  display:none;
  margin:0 0 20px 0;
  background-color: #eee;
  padding:20px;
}
#contact .smltxt{
  font-size:12px;
  font-weight:normal;
  color:#333;
}
#contact textarea{
  height: 8em;
}


/*--------------------------------------------------
    [Recruitment]
----------------------------------------------------*/


#Recruitment h2.heading1{
  font-size:27px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b78bf+0,a81a82+65,d12754+100 */
  background: #1b78bf; /* Old browsers */
  background: -moz-linear-gradient(top, #1b78bf 0%, #a81a82 65%, #d12754 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b78bf', endColorstr='#d12754',GradientType=0 ); /* IE6-9 */
  padding-left:5px;
}
#Recruitment h2.heading1 span{
  display:block;
  font-size:27px;
  font-weight:bold;
  color:#333333;
  background:#fff;
  padding-left:20px;
}

#Recruitment h2.heading2{
  font-size:27px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b78bf+0,a81a82+65,d12754+100 */
  background: #1b78bf; /* Old browsers */
  background: -moz-linear-gradient(top, #1b78bf 0%, #a81a82 65%, #d12754 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b78bf', endColorstr='#d12754',GradientType=0 ); /* IE6-9 */
  padding-left:5px;
  margin-top: 20px;
}
#Recruitment h2.heading2 span{
  display:block;
  font-size:27px;
  font-weight:bold;
  color:#333333;
  background:#fafafa;
  padding-left:20px;
}

@media (max-width: 480px) {
  #Recruitment h2.heading1 span{
    display:block;
    font-size:23px;
    font-weight:bold;
    color:#333333;
    background:#fff;
    padding-left:10px;
  }
  #Recruitment h2.heading2 span{
    display:block;
    font-size:23px;
    font-weight:bold;
    color:#333333;
    background:#fafafa;
    padding-left:10px;
  }
}


#Recruitment #Interview h4{
  font-size:16px;
}
#Recruitment #Benefits h3{
  font-size:17px;
}
#Recruitment #Benefits p{
  font-size:15px;
}
#Recruitment a img:hover{
  opacity: 0.8;
}


#Recruit_detail h2.heading1{
  font-size:27px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b78bf+0,a81a82+65,d12754+100 */
  background: #1b78bf; /* Old browsers */
  background: -moz-linear-gradient(top, #1b78bf 0%, #a81a82 65%, #d12754 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1b78bf 0%,#a81a82 65%,#d12754 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b78bf', endColorstr='#d12754',GradientType=0 ); /* IE6-9 */
  padding-left:5px;
}
#Recruit_detail h2.heading1 span{
  display:block;
  font-size:27px;
  font-weight:bold;
  color:#333333;
  background:#fff;
  padding-left:20px;
}

#Recruit_detail h3{
  margin:30px 0 20px;
  border-top:1px dotted #999999;
  border-bottom:1px dotted #999999;
  padding:10px 0;
}
@media only screen and (min-width: 481px){
#Recruit_detail h3 br{
  display:none;
 }
}
#Recruit_detail h4{
  font-size:18px;
  margin:20px 0 0 0;
  padding:0 0 5px 0;
}
#Recruit_detail h5{
  font-size:16px;
  margin:20px 0 0 0;
}

@media (max-width: 480px) {
  #Recruit_detail h2.heading1 span{
    display:block;
    font-size:23px;
    font-weight:bold;
    color:#333333;
    background:#fff;
    padding-left:10px;
  }
  #Recruit_detail h3{
    margin:10px 0 10px;
    font-size:19px;
  }
  #Recruit_detail h4{
    font-size:16px;
    margin:20px 0 0 0;
    padding:0 0 5px 0;
  }
  #Recruit_detail h5{
    font-size:14px;
    margin:20px 0 0 0;
  }
}

#Recruit_detail .indent{
  margin-left:18px;
}
#Recruit_detail .type{
  vertical-align: 3px;
  font-size:13px;
  color:#ffffff;
  background-color: #ed6c00;
  padding:5px 8px;
  white-space: nowrap;
}


/*テーブル*/
table.recruit_table{
  border-collapse: collapse;
  margin: 0;
}
table.recruit_table th{
  border: solid 1px #ccc;
  background-color: #eee;
}
table.recruit_table td{
  border: solid 1px #ccc;
}
table.recruit_table th, table.recruit_table td{
  padding: 3px 5px;
}
table.recruit_table th{
	width:20%;
	text-align:left;
	padding:10px;
}
table.recruit_table td{
	padding:10px;
}
article table.recruit_table{
	margin-top:0;
}

table.recruit_table th.w30{
	width:30%;
	text-align:left;
	padding:10px;
}
table.recruit_table .bold{
font-weight:bold;
}
table.recruit_table dl dt{
  float:left;
}
table.recruit_table ul{
  margin: 0 0 0 -20px;
}
table.recruit_table ul li{
  font-size:14px;
}
@media only screen and (max-width: 480px) {

table.recruit_table th{
    width: 100%;
    padding:5px 10px;
    display: block;
    margin-right:10px;
    border-bottom: none;
}

table.recruit_table td{
    width: 100%;
    padding:10px;
    display: block;
    margin-right:10px;
    border-bottom: none;
}
table.recruit_table{
    border-bottom: solid 1px #ccc;
}
table.recruit_table img{
max-width:100%;
}
}

#Recruit_detail textarea{
  height: 7em;
}




.form-group {
    margin-bottom: 30px;
}


video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.youtube iframe{
  width: 100%;
}


.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

.overlay-mobile {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}

.bg-video-wrap h1 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 1200px;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-family: "Roboto",sans-serif;
  line-height: 85px;
  font-size: 85px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 8px rgba(255, 255, 255, .7);
/*  animation: glitch 10s steps(100) infinite;
*/}

.bg-video-wrap h1:first-letter{
  font-size: 90px;
  font-weight: 800;
 }

.bg-video-wrap-mobile {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
  background: url(https://qrestia.com/img/1920x1080/bg20.jpg) no-repeat center center/cover;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://qrestia.com/img/1920x1080/bg20.jpg) no-repeat center center/cover;
}


/* GLITCH EFFECT */
@keyframes glitch {
  0% {text-shadow: 1px 0 0 red, -1px 0 0 blue;}
  4% {text-shadow: 1px 0 0 red, -1px 0 0 blue;}
  5% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  10% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  11% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;}
  15% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;}
  16% {text-shadow: -1px 0 0 red, 1px 0 0 lime;}
  20% {text-shadow: -1px 0 0 red, 1px 0 0 lime;}
  21% {text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;}
  30% {text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;}
  31% {text-shadow: -1px 0 0 blue, 1px 0 0 lime;}
  40% {text-shadow: -1px 0 0 blue, 1px 0 0 lime;}
  41% {text-shadow: 50px 0 0 blue, -50px 0 0 lime;}
  42% {text-shadow: 0 0 0 blue, 0 0 0 lime;}
  43% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;}
  46% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;}
  47% {text-shadow: -1px 0 0 red, 1px 0 0 lime;}
  50% {text-shadow: -1px 0 0 red, 1px 0 0 lime;}
  51% {text-shadow: 1px 0 0 red, -1px 0 0 blue;}
  55% {text-shadow: 1px 0 0 red, -1px 0 0 blue;}
  56% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  60% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  61% {text-shadow: 30px 0 0 red, -30px 0 0 lime;}
  62% {text-shadow: 0 0 0 red, 0 0 0 lime;}
  63% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;}
  66% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 blue;}
  67% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  70% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  71% {text-shadow: 70px 0 0 red, -70px 0 0 blue;}
  72% {text-shadow: 0 0 0 red, 0 0 0 blue;}
  73% {text-shadow: 1px 0 0 red, -1px 0 0 blue;}
  76% {text-shadow: 1px 0 0 red, -1px 0 0 blue;}
  77% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  80% {text-shadow: -1px 0 0 red, 1px 0 0 blue;}
  81% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;}
  85% {text-shadow: 0.5px 0 0 red, -0.5px 0 0 lime;}
  86% {text-shadow: -1px 0 0 red, 1px 0 0 lime;}
  90% {text-shadow: -1px 0 0 red, 1px 0 0 lime;}
  91% {text-shadow: 60px 0 0 lime, -60px 0 0 blue;}
  92% {text-shadow: 0 0 0 lime, 0 0 0 blue;}
  92% {text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;}
  95% {text-shadow: 0.7px 0 0 blue, -0.7px 0 0 lime;}
  96% {text-shadow: -1px 0 0 blue, 1px 0 0 lime;}
  99% {text-shadow: -1px 0 0 blue, 1px 0 0 lime;}
  100% {text-shadow: -1px 0 0 blue, 1px 0 0 lime;}
}