@charset "UTF-8";
html {	
  font-size: 12px;
}

body {
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, sans-seri;
  font-weight: normal;
  color: #646464;
  background-color: #fff;
  -webkit-print-color-adjust: exact;
	height: 100%;
	line-height: 1.5;
	padding-top: 60px;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #515151;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 21px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  font-size: 12px;
　margin-bottom: 1rem;
}

td {
  font-size: 14px;
}

dt {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}

dd {
  line-height: 1.8;
}

mark,
.mark {
  padding: 0;
  background-color: inherit;
  color: #1f95d9;
  font-weight: 400;
}

img {
	float:none
 }

a {
  color: #3095cf;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2b85b8;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.txt p {
  padding-left: .5rem;
  padding-right: .5rem;
}

article p {
  margin: 0 0 1rem;
}

article img {
  padding: 0 0 0;
}

article>img {
  padding: 0 .5rem 1rem;
}

.pull-left {
  margin: 0 2rem 1rem 0;
}

.pull-right {
  margin: 0 0 1rem 1rem;
}

@media (min-width: 768px) {
  .pull-left-sm {
    float: left;
    margin: 0 2rem 1rem 0;
    max-width: 420px;
  }
  .pull-right-sm {
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 420px;
  }
}

.section-title {
  border-bottom: solid 3px #A0A0A0;
  margin: 1rem 0 1rem;
  padding-bottom: 10px;
  padding-left: .5rem;
  padding-right .5rem;
  font-size: 30px;
  font-weight: 400;
}

.subsection-title {
  border-bottom: solid 3px #A0A0A0;
  margin: 1rem 0 1rem;
  padding-bottom: 10px;
  padding-left: .5rem;
  padding-right .5rem;
  font-size: 26px;
}

.tagline {
  font-weight: 400;
  font-size: 30px;
  margin: 2rem 0;
  font-family: "Mplus 1p", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

@media (min-width: 768px) {
  .tagline {
    font-size: 38px;
  }
}

@media (min-width: 992px) {
  .tagline {
    font-size: 42px;
  }
}

.page-tagline {
  font-weight: 400;
  font-size: 28px;
  margin: 2rem 0 1.5rem;
  line-height: 1.2;
  font-family: "Mplus 1p", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

.txt .page-tagline {
  padding-left: .5rem;
  padding-right: .5rem;
}

.section-headline {
  font-weight: 300;
  text-align: center;
  font-size: 32px;
}

.section-subheadline {
  font-weight: 300;
  font-size: 36px;
}

.subsection-subheadline {
  font-weight: 300;
  font-size: 24px;
}

.intro {
  font-size: 18px;
  line-height: 1.6;
  margin: 2rem 0;
	
}

@media (min-width: 768px) {
  .intro {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .intro {
    font-size: 22px;
  }
}

.lead {
  font-size: 16px;
  margin: 1rem 0 1rem;
}

.page-title {
  border-bottom: solid 3px #A0A0A0;
  margin: 0 0 1rem;
  padding: 12px .5rem 4px .5rem;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
}

h1.page-title {
  text-align: left;
  padding: 1.2rem .5rem .62rem .5rem;
}

.section-right-link {
  margin: -3rem .5rem 0 0;
}

.section-top-img .section-title {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1.732px 2.91px rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0;
}

.section-subtitle {
  padding-left: .5rem;
  padding-right .5rem;
}

.subsection-subtitle {
  padding-left: .5rem;
  padding-right .5rem;
}

.section-subcontent {
  padding: .5rem 0 0 0;
}

.page-info-wrapper .page-title {
  font-size: 18px;
  clear: both;
  border: none;
  color: #646464;
  padding: 0;
  margin: .8rem 0 .5rem;
  /*  line-height: 1.5rem;*/
}

.construct-date {
  font-size: 13px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  color: #777;
}

.construct-place {
  font-size: 13px;
  margin: 5px 0;
  display: inline-block;
  color: #777;
}

.home .construct-date {
  font-size: 12px;
  float: none;
  margin: 5px 2px;
  display: none;
}

@media (min-width: 500px) {
  .home .construct-date {
    display: inline-block;
    float: left;
  }
}

.home .construct-place {
  font-size: 12px;
  float: right;
  margin: 5px 2px;
  display: none;
}

@media (min-width: 420px) {
  .home .construct-place {
    display: inline-block;
  }
}

.bg-gray {
  background-color: #f3f4f5;
  padding: 2rem 0;
}

.section-title>span {
  position: relative;
  top: -79px;
  display: block;
}

/*@media (min-width: 992px) {
  .section-title>span {
    top: -79px;
    top: -134px;
  }
}*/

/* gutter width */
.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-0>div {
  padding-right: 0;
  padding-left: 0;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10>div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20>div {
  padding-right: 10px;
  padding-left: 10px;
}


/* 5 columns
 * ---------------------------------------------------------------------------------------- */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}


/* Header
 * ---------------------------------------------------------------------------------------- */
.menu-wrapper {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .94);
}

#header {
  padding-top: 5px;
  background-color: rgba(255, 255, 255, .94);
  height: 113px;
  transition: all .28s ease;
  line-height: 1.3;
}

@media (max-width: 991px) {
  #header {
    height: 60px;
  }
}

#header-top {
  border-bottom: solid 1px rgba(218, 218, 218, 1.00);
  min-height: 55px;
}

@media (min-width: 992px) {
  #header-top {
    min-height: 58px;
  }
}

#header-bottom {
  display: none;
}

@media (min-width: 992px) {
  #header-bottom {
    height: 50px;
    display: block;
    border-bottom: solid 1px rgba(218, 218, 218, 1.00);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  }
}

.service-list {
  display: none;
}

@media (min-width: 992px) {
  .service-list {
    font-size: .8rem;
    margin: 0;
    display: block;
  }
}

#logo {
  padding: 0;
  line-height: 1;
  margin: 14px 0 0 0;
  display: inline-block;
}

@media (min-width: 340px) {
  #logo {
    margin: 12px 0 0 0;
  }
}

@media (min-width: 992px) {
  #logo {
    margin: 4px 0 0 0;
  }
}

#logo img {
  vertical-align: top;
}

.header-info {
  float: right;
  margin-top: 3px;
}

.header-info-left {
  background: #1f95d9;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  width: 186px;
  float: right;
}

.header-info-left p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.header-info-left p:first-child {
  margin-top: 2px;
}

.header-info-right {
  width: 240px;
}

.header-info-right p {
  margin: 0;
  text-align: center;
}

.header-info-right p:first-child {
  font-size: 14px;
  margin: 2px 0 0 -3px;
  padding: 0;
  letter-spacing: -.05rem;
}

.header-info-right p:nth-child(2) {
  font-weight: 900;
  color: #1f95d9;
  font-size: 28px;
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1;
}

#global-nav {}

#global-nav>ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}

#global-nav .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
  z-index: 99999;
}

#global-nav .list-inline>li {
  display: inline-block;
	padding-left: 5px;
  padding-right: 5px;
}

#global-nav .list-inline>li {
  /*margin-right: -10px;*/
}

#global-nav>ul>li {
  width: 13%;
  height: 50px;
}

#global-nav li:hover {
  height: 50px;
}

#global-nav li a {
  height: 50px;
  width: 100%;
  text-decoration: none;
  display: block;
  padding-top: 14px;
}

.gn-link {
  transition: all .15s linear;
  font-size: 18px;
	border-bottom: solid 0 #fff;
}

.gn-link:hover {
  background-color: rgba(182, 182, 182, .16);
  border-bottom: solid 3px #2b85b8;
}

.gn-active {
  border-bottom: solid 3px #2b85b8;
}

.mega-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 2px 2px;
  opacity: 0;
  position: absolute;
  transition: all .3s ease .15s;
  visibility: hidden;
  list-style: none;
  text-align: left;
  padding: 1rem .7rem 1rem 1rem;
  background-color: #f3f3f3;
  margin: auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  width: 240px;
	font-size: 18px;
  /* Mega menu にする場合：
	width: 100%;
	left: 0;*/
}

li:hover>.mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.mega-menu li {
  width: 100%;
  transition: all .1s linear;
  text-indent: 1rem;
}

.mega-menu li:hover {
  background-color: rgba(182, 182, 182, .5);
}

.alt-gn-link {
  background-color: rgba(182, 182, 182, .16);
  border-bottom: solid 3px #2b85b8;
}


/* Footer
 * ---------------------------------------------------------------------------------------- */
#footer {
  background-color: #313131;
  color: #fff;
  margin-top: 4rem;
	font-size: 16px;
}

#footer-top {
  padding-top: 2rem;
}

.footer-service-list {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

#footer-top h5 {
  margin-left: 1rem;
}

#footer-top ul {
  margin-left: 1rem;
}

#footer-top dl {
  margin-left: 0;
}

#footer-top dt {
  font-size: 16px;
}

#footer-top dd {
  font-size: 16px;
  line-height: 1.7;
}

#footer a {
  color: #fff;
}

#footer p { 
}

#footer li {
  margin: 0 0 .4rem 0;
}

#footer-top h5 {
  font-size: 16px;
}

.footer-page-title {
  margin-top: 1rem;
}

#footer hr {
  border-top: 1px solid #1b1b1b;
}

#footer-bottom {
  border-top: 1px solid #1b1b1b;
  padding: 1rem 0;
  margin: 1rem 0 0;
}

#footer-bottom .row {
  max-width: 1170px;
  margin: 0 auto;
}

#footer-bottom ul {
  text-align: center;
}

@media (min-width: 992px) {
  #footer-bottom ul {
    text-align: left;
  }
}

#footer-bottom li {
  margin: 0 1rem 0 0;
	font-size: 14px;
}

#footer-bottom li:last-child {
  margin: 0 0 0 0;
}

p.copyright {
  text-align: center;
	font-size: 14px;
}

@media (min-width: 992px) {
  p.copyright {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #footer .dl-horizontal {
    margin-left: -4rem;
  }
}


/* Drawer
 * ---------------------------------------------------------------------------------------- */
[off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: #313131;
  color: white;
  -webkit-overflow-scrolling: touch;
}

#mobile-gn a {
  text-decoration: none;
  color: #fff;
}

#mobile-gn ul {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

#mobile-gn li {
  margin: 0;
  width: 100%;
}

#mobile-gn li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 10px 15px 25px;
  border-bottom: solid 1px #1b1b1b;
  transition: all .2s ease;
}

#mobile-gn li a:hover {
  background: #1f95d9;
  cursor: pointer;
}

#mobile-gn li li {
  padding: 0 0 0 15px;
  display: none;
  background: #222;
}

.open:after {
  margin: 0 5px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  content: "+";
  background: #1b1b1b;
  height: 22px;
  width: 22px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-radius: 1px;
  position: relative;
  top: 0;
  float: right;
}

.mobile-gn-active:after {
  margin: 0 5px 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  content: "-";
  height: 22px;
  width: 22px;
  line-height: 20px;
  position: relative;
  top: 0;
  text-align: center;
}

#nav-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 15px 0 0 0;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #1f95d9;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 9px;
}

#nav-icon span:nth-child(4) {
  top: 18px;
}

#nav-icon.open-mobile-gn span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon.open-mobile-gn span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon.open-mobile-gn span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon.open-mobile-gn span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}


/* Main
 * ---------------------------------------------------------------------------------------- */
#main {
	font-size: 18px;
}

.breadcrumb {
  padding: 1rem 0 0 .5rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
  color: rgba(61, 61, 61, .8);
  font-size: 16px;
  display: none;
}

.breadcrumb a {
  color: rgba(61, 61, 61, .8);
}

@media (min-width: 992px) {
  .breadcrumb {
    display: block;
  }
}

.page-info-wrapper {
  margin: 0 auto 2.4rem;
}

@media (max-width: 767px) {
  .page-info-wrapper {
    margin: 0 auto 2.4rem;
    max-width: 510px;
  }
}

.page-info-wrapper p {
  font-size: 16px;
}

.banner-contact,
.banner-recruit {
  margin: 2rem 1rem;
}

@media (min-width: 480px) {
  .banner-contact {
    margin: 5rem 1rem 4rem;
  }
  .home .banner-recruit {
    margin: 3rem 1rem 5rem;
  }
  .banner-recruit {
    margin: 3rem 1rem 2rem;
  }
}

.banner-contact a,
.banner-recruit a {
  text-decoration: none;
}

.banner-contact-left {
  color: #fff;
  background-color: #1f95d9;
  min-height: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner-recruit-left {
  color: #fff;
  background-color: #13be2f;
  min-height: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .banner-contact-left,
  .banner-recruit-left {
    min-height: 166px;
  }
}

.banner-contact-right,
.banner-recruit-right {
  background-color: #f8f9f9;
  min-height: 120px;
  color: #646464;
  border: 1px solid #ccc;
}

@media (min-width: 768px) {
  .banner-contact-right,
  .banner-recruit-right {
    min-height: 166px;
  }
}

.banner-contact-by-phone {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 13px;
}

@media (min-width: 768px) {
  .banner-contact-by-phone {
    margin: 25px 0 0 0;
    font-size: 16px;
  }
}

.banner-contact-left h4,
.banner-recruit-left h4 {
  font-size: 25px;
  color: #fff;
}

@media (max-width: 340px) {
  .banner-contact-left h4,
  .banner-recruit-left h4 {
    font-size: 18px;
  }
}

.banner-businessday {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .banner-businessday {
    margin: 0 0 25px 10px;
    font-size: 16px;
  }
}

.btn-contact {
  color: #fff;
  background-color: #1f95d9;
  height: 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s linear;
  margin: .5rem 0;
}

.btn-recruit {
  color: #fff;
  background-color: #13be2f;
  height: 50px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s linear;
  margin: .5rem 0;
}

@media (min-width: 480px) {
  .btn-contact,
  .btn-recruit {
    margin: 0 1rem;
  }
}

.btn-contact:hover {
  background-color: #2b85b8;
}

.btn-recruit:hover {
  background-color: #12a62a;
}

.btn-contact p,
.btn-recruit p {
  font-size: 14px;
  margin-top: 16px;
}

@media (max-width: 400px) {
  .btn-contact p {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .btn-contact p,
  .btn-recruit p {
    font-size: 16px;
  }
}

.btn-contact a,
.btn-recruit a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-head {
  font-size: 14px;
  margin: 10px 0 0 0;
}

@media (min-width: 768px) {
  .banner-head {
    margin: 24px 0 0 0;
  }
}

.banner-branch {
  font-size: 14px;
  margin: 7px 0 0 0;
}

@media (min-width: 768px) {
  .banner-branch {
    margin: 14px 0 0 0;
  }
}

.banner-phone-num {
  font-size: 16px;
  margin: 0 0 0 0;
}

@media (min-width: 400px) {
  .banner-phone-num {
    margin: -5px 0 0 0;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .banner-phone-num {
    font-size: 28px;
  }
}

/*@media (min-width: 768px) {
  .recruitment .banner-phone-num {
    font-size: 24px;
    margin-top: 1px;
  }
}*/


/* Side Nav
 * ---------------------------------------------------------------------------------------- */
#side-nav .section-title {
  margin: 1rem 0 0;
  font-size: 24px;
  padding: 0;
}

#side-nav .section-title a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: .7rem 0 .7rem 2rem;
  margin: 0;
}

#side-nav .section-title a:hover {
  background-color: rgba(182, 182, 182, .16);
}

#side-nav li {
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
}

#side-nav li a {
  width: 100%;
  height: auto;
  display: block;
  padding: .8rem .8rem .8rem 2.2rem;
  transition: all .15s linear;
  text-decoration: none;
}

#side-nav li a:hover {
  background-color: rgba(182, 182, 182, .16);
}

.list-item {
  position: relative;
  border-left: 3px solid #fff;
}

.list-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 4px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #3095cf;
  margin-left: .8rem;
}

.list-item:hover {
  border-left: 3px solid #2b85b8;
}

.list-item:hover::before {
  border-left: 5px solid #2b85b8;
}

.sn-active {
  border-left: 3px solid #2b85b8;
  color: #2b85b8;
}

.sn-active::before {
  border-left: 5px solid #2b85b8;
}

.banners {
  display: none;
}

@media (min-width: 992px) {
  .banners {
    display: block;
  }
}

.banners ul {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0;
}

.banners li {
  margin: .5rem 0;
}


/* Home
 * ---------------------------------------------------------------------------------------- */
.swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 480px) {
  .swiper-container {
    height: 360px;
  }
}

@media (min-width: 768px) {
  .swiper-container {
    height: 480px;
  }
}

@media (min-width: 992px) {
  .swiper-container {
    height: 656px;
  }
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
}

#large-img01 {
  background-image: url(../images/the_great_seto_bridge.jpg);
  background-size: cover;
  background-position: center center;
}

#large-img02 {
  background-image: url(../images/kurashiki_city_recruit.jpg);
  background-size: cover;
  background-position: center center;
}

.swiper-container #large-img01 .tagline,
.swiper-container #large-img02 .tagline {
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  text-shadow: 1px 1.732px 2.91px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 4rem;
  line-height: 1.56;
}

@media (min-width: 340px) {
  .swiper-container #large-img01 .tagline,
	.swiper-container #large-img02 .tagline {
    font-size: 28px;
    margin-top: 4rem;
  }
}

@media (min-width: 480px) {
  .swiper-container #large-img01 .tagline,
	.swiper-container #large-img02 .tagline {
    font-size: 30px;
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .swiper-container #large-img01 .tagline,
	.swiper-container #large-img02 .tagline {
    font-size: 42px;
    margin-top: 3.5rem;
  }
}

@media (min-width: 992px) {
  .swiper-container #large-img01 .tagline,
	.swiper-container #large-img02 .tagline {
    font-size: 58px;
    margin-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .swiper-container #large-img01 .tagline,
	.swiper-container #large-img02 .tagline {
    font-size: 68px;
    margin-top: 5rem;
  }
}

.logo-home-hero {
	margin-top: 4rem;
	text-align: center;
}

.logo-home-hero img {
  width: 116px;
  text-align:  center;
}

@media (min-width: 340px) {
  .logo-home-hero {
    margin-top: 3.5rem;
  }
  .logo-home-hero img {
    width: 116px;
    height: auto;
  }
}

@media (min-width: 480px) {
  .logo-home-hero {
    margin-top: 2.5rem;
  }
  .logo-home-hero img {
    width: 130px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .logo-home-hero {
    margin-top: 3.5rem;
  }
  .logo-home-hero img {
    width: 160px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .logo-home-hero {
    margin-top: 4rem;
  }
  .logo-home-hero img {
    width: 216px;
  }
}

.next100-home-hero {
  display: none;
}

@media (min-width: 768px) {
  .next100-home-hero {
    text-align: right;
    margin: 6.5rem 1rem 0 0;
    display: block;
  }
  .next100-home-hero img {
    width: 140px;
  }
}

@media (min-width: 992px) {
  .next100-home-hero {
    margin: 9rem 0 0 0;
  }
  .next100-home-hero img {
    width: 174px;
  }
}

@media (min-width: 768px) {
  .home-tagline {
    line-height: 1.7;
    margin: 3rem 0;
  }
}

.home .section-title {
  font-size: 30px;
}

.home .page-title {
  font-weight: 400;
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, sans-seri;
}

/*.home .page-info-wrapper {
  margin: 0 auto 2rem auto;
  max-width: 510px;
  display: block;
}*/

#home-recruit-hero {
  background-image: url(../images/resume_recruit.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  height: 646px;
  margin: 0 0 2rem;
}

@media (min-width: 1025px) {
  #home-recruit-hero {
    background-attachment: fixed;
  }
}

#home-recruit-hero .row {
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
}

#home-recruit-hero .section-headline {
  font-weight: 600;
  font-size: 54px;
/*  color: #fff;*/
	color: #13be2f;
  text-align: center;
  text-shadow: 1px 1.732px 2.91px rgba(0, 0, 0, 0.2);
}

@media (min-width: 600px) {
  #home-recruit-hero .section-headline {
    font-size: 72px;
    margin: -4rem 0 0;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #home-recruit-hero .section-headline {
    text-align: left;
  }
}

#home-recruit-hero .section-subheadline {
  /*color: #fff;*/
	color: #13be2f;
  text-align: left;
  font-size: 32px;
  text-align: center;
  font-weight: 300;
  margin: 4rem 0 0;
}

@media (min-width: 600px) {
  #home-recruit-hero .section-subheadline {
    font-size: 54px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #home-recruit-hero .section-subheadline {
    font-size: 72px;
    text-align: left;
  }
}


/* Recruit
 * ---------------------------------------------------------------------------------------- */
.recruit .hero {
  background-image: url(../images/kurashiki_city_recruit.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
}

@media (min-width: 600px) {
  .recruit .hero {
    height: 646px;
  }
}

@media (min-width: 1025px) {
  .recruit .hero {
    background-attachment: fixed;
  }
}

.recruit .parallax-container {
  position: relative;
  height: 400px;
  margin: 0 0 3rem;
}

@media (min-width: 600px) {
  .recruit .parallax-container {
    height: 646px;
  }
}

.recruit .parallax {
  background-image: url(../images/resume_recruit.jpg);
  background-position: center center;
  background-size: cover;
  height: 130%;
  width: 100%;
  position: absolute;
  /*z-index: -1;	*/
}

.parallax-below {
  background: #fff;
  height: auto;
  position: relative;
  z-index: 0;
  padding-top: 1.5rem;
}

@media (min-width: 1200px) {
  .container-inside {
    max-width: 1170px;
    margin: 0 auto;
  }
}

.recruit .hero .row {
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.recruit .hero .section-headline {
  font-weight: 600;
  font-size: 54px;
  /*color: #fff;*/
	color: #13be2f;
  text-align: center;
  text-shadow: 1px 1.732px 2.91px rgba(0, 0, 0, 0.2);
  margin: -2rem 0 0;
}

@media (min-width: 600px) {
  .recruit .hero .section-headline {
    font-size: 72px;
    margin: -8rem 0 0;
  }
}

.recruit .hero .section-subheadline {
  /*color: #fff;*/
	color: #13be2f;
  text-align: left;
  font-size: 32px;
  text-align: center;
  font-weight: 300;
  margin: 4rem 0 0;
}

@media (min-width: 600px) {
  .recruit .hero .section-subheadline {
    font-size: 54px;
  }
}

@media (min-width: 992px) {
  .recruit .hero .section-subheadline {
    font-size: 72px;
  }
}

.badge {
  width: 210px;
  height: 210px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(19, 190, 47, 0.92);
  box-shadow: 1px 1.732px 2.91px 0.09px rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-family: "Mplus 1p", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
  font-weight: 300;
  line-height: 1.1;
  position: relative;
  z-index: 50;
  float: right;
  margin: -16rem 5rem 0 0;
}

@media (min-width: 768px) {
  .badge {
    width: 180px;
    height: 180px;
    display: flex;
    font-size: 30px;
    margin: -17rem 0 0 0;
  }
}

@media (min-width: 992px) {
  .badge {
    width: 210px;
    height: 210px;
    display: flex;
    font-size: 40px;
    margin: -16rem 6rem 0 0;
  }
}

.btn-recruit-form {
  margin: 2rem 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 600px) {
  .btn-recruit-form {
    margin: 3rem 0 0 0;
    font-size: 24px;
  }
}

@media (min-width: 600px) {
  .btn-recruit-form {
    margin: 6rem 0 0 0;
    font-size: 30px;
  }
}

.btn-recruit-form a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: rgba(19, 190, 47, 0.82);
  transition: all .15s linear;
  font-family: "Mplus 1p", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

.btn-recruit-form a:hover {
  background-color: rgba(19, 190, 47, 1);
}

.change-border {
  border: 1px solid rgba(19, 190, 47, 0.82);
  padding: 10px 40px;
  position: relative;
}

.change-border::after,
.change-border::before,
.change-border-inner::after,
.change-border-inner::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
}

.change-border::after {
  height: 1px;
  right: -1px;
  top: -1px;
  width: 0px;
}

.change-border::before {
  bottom: -1px;
  height: 1px;
  left: -1px;
  width: 0px;
}

.change-border-inner::after {
  height: 0px;
  left: -1px;
  top: -1px;
  width: 1px;
}

.change-border-inner::before {
  bottom: -1px;
  height: 0px;
  right: -1px;
  width: 1px;
}

.change-border:hover::after,
.change-border:hover::before {
  width: 100%;
  width: calc(100% + 1px);
}

.change-border:hover .change-border-inner::after,
.change-border:hover .change-border-inner::before {
  height: 100%;
  height: calc(100% + 1px);
}

.btn-big-wrapper .excerpt {
  margin: 1rem 0 0;
	font-size: 16px;
}
@media (min-width: 768px) {
.btn-big-wrapper .excerpt {
	font-size: 18px;
}
}

.btn-mid-wrapper .excerpt {
  margin: 1rem 0 0;
	font-size: 16px;
}

.btn-big-wrapper,
.btn-mid-wrapper {
  margin: 0 auto 2.4rem;
}

.btn-big-wrapper a,
.btn-mid-wrapper a {
  text-decoration: none;
}

.btn-big,
.btn-mid {
  width: auto;
  height: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  transition: all .15s linear;
  padding: 30px;
}

.btn-big .page-title {
  font-size: 28px;
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding: 1rem 2rem;
  margin: .5rem;
  /*background-color: transparent;*/
  background-color: rgba(0, 0, 0, .2);
  transition: all .15s linear;
}

@media (min-width: 600px) {
  .btn-big .page-title {
    font-size: 40px;
  }
}

.btn-mid .page-title {
  font-size: 28px;
  border: 1px #fff solid;
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  padding: 1rem 2rem;
  margin: .5rem;
  /*background-color: transparent;*/
  background-color: rgba(0, 0, 0, .2);
  transition: all .15s linear;
}

@media (min-width: 600px) {
  .btn-mid .page-title {
    font-size: 32px;
  }
}

.btn-big:hover>.page-title {
  /*background-color: rgba(84, 95, 146, .2);*/
  background-color: rgba(0, 0, 0, .4);
  padding: 1.2rem 2.2rem;
}

.btn-mid:hover>.page-title {
  /*background-color: rgba(84, 95, 146, .2);*/
  background-color: rgba(0, 0, 0, .4);
  padding: 1.2rem 2.2rem;
}

.btn-recruitment {
  background-image: url(../images/recruitment.jpg);
}

.btn-technical {
  background-image: url(../images/technical.jpg);
}

.btn-sales {
  background-image: url(../images/sales.jpg);
}

.btn-working-at-csk {
  background-image: url(../images/bikan_area.jpg);
}

.btn-message {
  background-image: url(../images/message.jpg);
}

.btn-ideal-applicants {
  background-image: url(../images/ideal_applicants.jpg);
}

.btn-big:hover {
  background-color: rgba(255, 255, 255, .5);
}


/* Section Top
 * ---------------------------------------------------------------------------------------- */
.section-top-img {
  width: 100%;
  height: 360px;
  margin: 1rem 0 1rem 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
}

.company .section-top-img {
  background-image: url(../images/bikan_area.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.services .section-top-img {
  background-image: url(../images/sectiontop_services.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cases .section-top-img {
  background-image: url(../images/sectiontop_case.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Page Top Image
 * ---------------------------------------------------------------------------------------- */
.page-top-img {
  width: 100%;
  height: 200px;
  margin: 1rem 0 1rem 0;
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top-img .page-title {
  font-weight: 300;
  border: none;
  color: #fff;
  margin: 0 0 1rem;
  font-size: 42px;
}

.water-proof .page-top-img {
  background-image: url(../images/pagetop_water_proof.jpg);
}

.corrosion-proof .page-top-img {
  background-image: url(../images/pagetop_corrosion_proof.jpg);
}

.repair .page-top-img {
  background-image: url(../images/pagetop_repair.jpg);
}

.others .page-top-img {
  background-image: url(../images/pagetop_others.jpg);
}

.earthquake-proof .page-top-img {
  background-image: url(../images/pagetop_earthquake_proof.jpg);
}

.working-at-csk .page-top-img {
  background-image: url(../images/bikan_area.jpg);
}

.sales .page-top-img {
  background-image: url(../images/sales.jpg);
}

.technical .page-top-img {
  background-image: url(../images/technical.jpg);
}

.materials .page-top-img {
  background-image: url(../images/pagetop_materials.jpg);
}

.message .page-top-img {
  background-image: url(../images/message.jpg);
}

.ideal-applicants .page-top-img {
  background-image: url(../images/ideal_applicants.jpg);
}

.history .page-top-img {
  background-image: url(../images/pagetop_history.jpg);
}

.greetings .page-top-img {
  background-image: url(../images/pagetop_greetings.jpg);
}

.philosophy .page-top-img {
  background-image: url(../images/pagetop_philosophy.jpg);
}

/* Contact Form
 * ---------------------------------------------------------------------------------------- */
.contact .subsection-subheadline:last-child {
  margin-bottom: 3rem;
}

.contact .subsection-subheadline {
  margin-left: .5rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .contact .subsection-subheadline {
    font-size: 24px;
  }
}

#contact-form {
  padding: 0 15px;
}

.form {
  padding: 3rem 0 3rem;
}

.form-confirm {
  padding: 2rem 0 3rem;
}

.form-horizontal .form-example {
  color: #999;
  font-size: 15px;
}

@media (max-width: 767px) {
  .form-horizontal .form-example {
    padding-top: 7px;
  }
}

.form-horizontal .form-confirm-txt {
  color: #333;
}

.form-group {
  /*margin-bottom: 1.5rem;*/
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem 0;
}

.form-group:last-child {
  /*margin-bottom: 1.5rem;*/
  border-bottom: none;
}

@media (min-width: 768px) {
  .form-horizontal .form-example,
  .form-horizontal .form-confirm-txt {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .form-example,
  .form-horizontal .form-group-lg .form-confirm-txt {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .form-example,
  .form-horizontal .form-group-sm .form-confirm-txt {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn-submit {
  padding: .5rem 2rem;
}

.btn-return {
  padding: .5rem 2rem;
  margin-right: 1rem;
}

.astarisk {
  color: crimson;
  padding: 0 0 0 4px;
}

label {
  font-weight: normal;
  font-size: 15px
}

@media (min-width: 992px) {
  label {
    font-size: 16px
  }
}

.btns {
  margin-top: 1rem 0;
}


/* Services
 * ---------------------------------------------------------------------------------------- */
.services .section-subtitle {
  font-size: 21px;
  font-weight: 400;
}

.services h3.page-title {
  font-weight: 400;
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, sans-seri;
}


/* Company
 * ---------------------------------------------------------------------------------------- */
.company h3.page-title {
  font-weight: 400;
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, sans-seri;
}

/* Company Info
 * ---------------------------------------------------------------------------------------- */
.company-info-dl dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem 0;
}

.company-info-dl dt {
  font-weight: 600;
}

.company-info-dl ul.ul-01 {
  margin: .5rem 0 1rem 1rem;
}

.company-info-dl ul.ul-02 {
  margin: 0 0 1rem 0;
}


/* Direction
 * ---------------------------------------------------------------------------------------- */
.direction-dl dl {
  margin: 2rem 0 2rem 0;
}

.direction-dl dt {
  font-weight: 600;
}

.gmap {
  width: 100%;
  height: 435px;
  border: 2px solid #ccc;
}


/* History
 * ---------------------------------------------------------------------------------------- */
.history-dl dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem 0;
}

.history-dl dt {
  font-weight: 600;
}

.history-dl .dl-horizontal dd {
  line-height: 1.5;
}

@media (min-width: 768px) {
  .history-dl .dl-horizontal dt {
    width: 250px;
		text-align: left;
		padding-left: 1rem;
  }
  .history-dl .dl-horizontal dd {
    margin-left: 275px;
  }
}


/* Greetings, Message
 * ---------------------------------------------------------------------------------------- */
.signature {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: #414141;
}

.post {
  margin-right: .5rem;
}

.president-name {
  font-size: 20px;
}

.greetings #main article p,
.message #main article p {
	text-indent: 1rem;
	margin-bottom: 1rem;
}


/*  Philosophy
 * ---------------------------------------------------------------------------------------- */
.philosophy .section-title {
  margin-top: 4rem;
}

.philosophy-txt {
	font-weight: 400;
	line-height: 1.7;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 19px;
}

@media (min-width: 768px) {
  .philosophy-txt {
    font-size: 21px;
  }
}

/*  Works
 * ---------------------------------------------------------------------------------------- */
.works th {
  font-weight: normal;
}


/*  FAQ
 * ---------------------------------------------------------------------------------------- */
.faq .section-title {
  margin-top: 2rem;
}

.faq #main dl {
  margin: 3rem 0 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #ccc;
}

.faq #main dt {
  position: relative;
  margin-left: 5rem;
  margin-bottom: 2rem;
  font-size: 21px;
}

.faq #main dt::before {
  content: "Q";
  font-weight: 300;
  font-size: 3rem;
  margin-top: -3rem;
  margin-left: -4rem;
  margin-right: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  color: #1f95d9;
  font-family: "Mplus 1p", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

.faq #main dd {
  position: relative;
  margin-left: 5rem;
}

.faq #main dd::before {
  content: "A";
  font-weight: 300;
  font-size: 3rem;
  margin-top: -3rem;
  margin-left: -4rem;
  margin-right: 1rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 0;
  height: 0;
  color: red;
  font-family: "Mplus 1p", Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-seri;
}

/* Cases & Cases Single
 * ---------------------------------------------------------------------------------------- */
.cases h3.page-title {
  font-weight: 400;
  font-family: "Lucida Grande", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, sans-seri;
}

.cases .page-info-wrapper {
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .cases .page-title {
    text-align: left;
  }
}

.cases .meta {
  margin: .5rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .cases .meta {
    text-align: left;
  }
}

.cases .construct-date {
  margin: 0 .5rem .5rem 0;
}

.cases .construct-place {
  margin: 0 .5rem 0 0;
}

.cases .type {
  margin: 0 0 .5rem 0;
  display: block;
  font-size: 15px;
}

.type a:not(:first-child) {
  margin: 0 0 0 .4rem;
}


/*  Cases Single
 * ---------------------------------------------------------------------------------------- */
.cases-single .page-title {
  margin-bottom: 0;
}

.cases-single .meta {
  margin: .5rem;
  text-align: left;
}

.cases-single .construct-place {
  margin: 0 1rem 0 0;
}

@media (min-width: 768px) {
  .cases-single .type {
    margin: 0 0 .5rem 0;
    display: inline-block;
  }
}

.cases-single .type {
  margin: 0 0 .5rem 0;
  display: block;
  font-size: 15px;
}

@media (min-width: 768px) {
  .cases-single .type {
    display: inline-block;
  }
}


/*  Materials
 * ---------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .product {
    min-height: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.products div[class*='col-'] {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.product-item-img {
	margin: 0 0 3rem 0;
}

.product-name {
  font-weight: 400;
}

.products .product-name {
  font-size: 21px;
}

.product-name {
  text-align: center;
}

@media (min-width: 768px) {
  .product-name {
    text-align: left;
  }
}

.product-item {
	padding-bottom: 1.5rem;
}

.product-item .product-name {
	color: #515151;
	text-align: left;
	font-size: 18px;
}

@media (min-width: 548px) {
  .product-item .product-name {
    font-size: 21px;
  }
}

.product-item .maker {
	text-align: left;
	font-size: 14px;
}

@media (min-width: 548px) {
  .product-item .maker {
	 font-size: 16px;
}
}

#makers-wrapper ul {
  margin-left: 0;
  margin-top: .5rem;
  line-height: 1.8;
}

@media (min-width: 480px) {
  #makers-wrapper ul {
    margin-left: 1rem;
    margin-top: .5rem;
  }
}

.maker {
  text-align: center;
}

@media (min-width: 768px) {
  .maker {
    text-align: left;
  }
}

/*  Recruitment
 * ---------------------------------------------------------------------------------------- */
.recruitment-dl dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem 0;
}

.recruitment-dl .dl-horizontal dt {
  font-weight: 400;
}


/*  Sales & Technical
 * ---------------------------------------------------------------------------------------- */
.sales-dl dl {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
  margin: 1rem 0 1rem 0;
}

.sales-dl p {
  font-size: 20px;
  margin-bottom: .5rem;
  line-height: 1.4;
}


/*  Recruitment
 * ---------------------------------------------------------------------------------------- */
.btn-apply {
  padding: .4rem 1rem;
  color: #fff;
  background-color: #13be2f;
  position: relative;
  border-radius: 3px;
  transition: all .15s linear;
	font-size: 15px;
}

a.btn-apply:hover,
a.btn-apply:focus {
  color: #fff;
  background-color: #12a62a;
  text-decoration: none;
}

.recruitment .section-right-link {
  margin: -3.6rem .5rem 0 0;
}


/*  Privacy & Terms
 * ---------------------------------------------------------------------------------------- */
.privacy dt,
.terms dt {
  font-weight: 600;
}


/*  Back to Top
 * ---------------------------------------------------------------------------------------- */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1001;
}

#back-to-top a {
  background: #1f95d9;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: .9;
}

#back-to-top a:hover {
  text-decoration: none;
  background: #1f95d9;
  opacity: 1;
}

/*  Bootstrap
 * ---------------------------------------------------------------------------------------- */
.btn-primary {
  color: #fff;
  background-color: #1f95d9;
  border: none;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2b85b8;
  border: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2b85b8;
  border: none;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #2b85b8;
  border-color: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #2b85b8;
  border-color: none;
}

.btn {
  border-radius: 3px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2b85b8;
  border-color: #337ab7;
}

.pagination > li > a,
.pagination > li > span {
  color: #3095cf;
  text-decoration: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #2b85b8;
}
