/*
	zestec style
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800");
* {
  margin: 0px;
  padding: 0px;
  font-family: "Montserrat", "sans-serif";
}

html {
  overflow-x: hidden;
}

#header-navbar {
  height: 70px;
  width: 100%;
  margin: 0px;
}

#top-image {
  height: 800px;
  width: 100%;
  background: url("../img/banner-bg.jpg") no-repeat center;
  background-size: cover;
}

.main-navbar-nav {
  color: #007bff !important;
}

.main-navbar-nav .navbar-brand {
  font-size: 38px;
  letter-spacing: 4px;
  position: relative;
  top: -5px;
  font-weight: 500;
}

.main-navbar-nav li {
  color: #007bff;
  opacity: .7;
}
.main-navbar-nav .navbar-nav .nav-item a:hover {
  color: #234197 !important;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  -ms-transition: all .33s ease;
  transition: all .33s ease;
}
.main-navbar-nav .active {
  color: #007bff !important;
  opacity: 1 !important;
}
.main-navbar-nav a {
  color: #007bff !important;
}
.main-navbar-nav .nav-link {
  opacity: 1 !important;
  margin: 0 35px;
  font-size: 14.5px;
  font-weight: 500;
}

.social-icons-header i {
  margin: 15px;
  font-size: 20px;
}

.social-icons-header a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/* ------------------------------------------------------ */
/* Common Style                                           */
/* ------------------------------------------------------ */
.curved-bg-div {
  width: 100%;
  height: auto;
  padding: 50px;
}
.curved-bg-div h1 {
  color: #007bff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1px;
  text-align: center;
}
.curved-bg-div > h1, .curved-bg-div small {
  text-align: center;
  display: block;
}
.img-float-left {
  float: left;
}

.curved-bg-div h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.curved-bg-div > h2, .curved-bg-div small {
  text-align: center;
  display: block;
}
.img-float-left {
  float: left;
}

.img-float-right {
  float: right;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #EEFFFF;
  border: none;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  outline: none; /* クリック時の外枠を非表示にする */
}
.pagetop:focus {
  outline: none; /* フォーカス時の外枠を非表示にする */
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #0000FF;
  border-right: 3px solid #0000FF;
  transform: translateY(20%) rotate(-45deg);
}

/* ------------------------------------------------------ */
/* Footer Style                                           */
/* ------------------------------------------------------ */
.footer-outer {
  width: 100%;
  padding: 20px;
  height: 180px;
  background: #191970;
  overflow: hidden;
}
.footer-outer .footer-inner {
  width: 100%;
  height: inherit;
}
.footer-outer .social-icons-footer i {
  margin: 15px;
  font-size: 20px;
}
.footer-outer .social-icons-footer a:hover i {
  opacity: .6;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-outer .footer-three-grid {
  width: 1140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
}
.footer-outer .column-1-3 {
  width: 20%;
  float: left;
  height: auto;

}
.footer-outer .column-1-3 h1 {
  font-size: 20px;
  letter-spacing: 3px;
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #fff;
}
.footer-outer .column-2-3 {
  width: 100%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 {
  width: 20%;
  float: left;
  height: 50px;
}
.footer-outer .column-3-3 a {
  color: #b5b5c8;
}
.footer-outer .column-3-3 .social-icons-header a:hover {
  color: #fff;
  opacity: 1;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer-outer .footer-nav ul {
  list-style: none;
  text-align: center;
}
.footer-outer .footer-nav ul li {
  display: inline-block;
  line-height: 30px;
  color: #b5b5c8;
  margin: 0 30px;
  font-size: 14px;
}
.footer-outer .footer-nav ul li:hover {
  color: #fff;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.footer-outer .footer-nav ul .active {
  color: #fff;
}
.footer-outer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-outer .border-bottom-footer {
  height: 1px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #434769;
  display: block;
  margin-top: 70px;
}
.footer-outer .copyright {
  color: #a9a9a9;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}


/* ------------------------------------------------------ */
/* Top Image Style                                        */
/* ------------------------------------------------------ */
.top-image-inner {
  margin-top: 0px;
  position: relative;
}
.top-image-inner > h1 {
  color: #fff;
  font-weight: 300;
  font-size: 55px;
  letter-spacing: 2px;
}
.top-image-inner > h2 {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 2px;
}
.top-image-inner > p {
  width: 400px;
  font-size: 14px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 2em;
}

/* ------------------------------------------------------ */
/* Origin Style                                           */
/* ------------------------------------------------------ */
.origin-outer {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 70px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.origin-outer .span-perfect {
  color: #648cff;
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 1px;
}
.origin-outer .span-features {
  color: #007bff;
  text-transform: uppercase;
  font-size: 42px;
}
.origin-outer .second-title {
  text-align: center;
  display: block;
}
.origin-outer small {
  margin-top: 10px;
  display: block;
  text-align: center;
  color: #6c757d;
}
.origin-outer .origin-grid-columns {
  margin-top: 60px;
}
.origin-outer .origin-grid-columns .col-sm-4 .grid-image {
  width: 30%;
  float: left;
  padding-right: 30px;
  position: relative;
  top: 1px;
  color: #648cff;
}
.origin-outer .origin-grid-columns .col-sm-4 .grid-title {
  float: left;
  font-size: 20px;
  font-weight: 600;
}
.origin-outer .origin-grid-columns .col-sm-4 .grid-desc {
  float: right;
  font-size: 13px;
  padding-right: 7%;
  width: 70%;
  color: #6c757d;
  margin-top: 10px;
  line-height: 1.87em;
}

.pmark-outer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding: 30px;
}
.pmark-link {
    text-align: flex-end;
}
.pmark-link img {
    display: block;
    margin-right: 60px;
}

/* ------------------------------------------------------ */
/* About Style                                            */
/* ------------------------------------------------------ */
.about-msg-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}
.about-msg-outer .col-sm-6 {
  margin-top: 0px;
}
.about-msg-outer .col-sm-6 img {
  height: 550px;
}
.about-msg-outer .sm-6-content {
  margin-top: 0px;
  position: relative;
}
.about-msg-outer .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-msg-outer .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}

.about-company-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.about-company-outer .curved-bg-div h1 {
  color: #007bff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1px;
  text-align: center;
}

.about-company-outer .curved-bg-div h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}


.about-history-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.about-history-outer .curved-bg-div h1 {
  color: #007bff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1px;
  text-align: center;
}

.about-history-outer .curved-bg-div h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.about-access-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.about-access-outer .curved-bg-div h1 {
  color: #007bff;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 1px;
  text-align: center;
}

.about-access-outer .curved-bg-div h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

/* ------------------------------------------------------ */
/* Business Style                                         */
/* ------------------------------------------------------ */
.business-service-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}
.business-service-outer .col-sm-6 {
  margin-top: 30px;
}
.business-service-outer .sm-6-content {
  margin-top: 0px;
  position: relative;
}
.business-service-outer .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1px;
}
.business-service-outer .sm-6-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 10px;
}
.business-service-outer .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}

.business-development-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}
.business-development-outer .col-sm {
  margin-top: 30px;
}
.business-development-outer .sm-content {
  margin-top: 0px;
  position: relative;
  width: 100%;
}
.business-development-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 1px;
}
.business-development-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 10px;
}

.business-development-outer .sm-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}

/* ------------------------------------------------------ */
/* Recruit Style                                          */
/* ------------------------------------------------------ */
.recruit-msg-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 50px;
}
.recruit-msg-outer .col-sm {
  margin-top: 30px;
}
.recruit-msg-outer .col-sm img {
  height: 30px;
}
.recruit-msg-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.recruit-msg-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.recruit-msg-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
  margin-bottom: 10px;
}

.recruit-voice {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
.recruit-voice .col img {
  height: 200px;
}
.recruit-voice .col-sm-6 {
  margin-top: 30px;
}
.recruit-voice .sm-6-content {
  margin-top: 0px;
  position: relative;
}
.recruit-voice .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.recruit-voice .sm-6-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.recruit-voice .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}

.recruit-recreation {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}
.recruit-recreation .col-sm-6 {
  margin-top: 30px;
}
.recruit-recreation .col-sm-6 img {
  height: 200px;
  margin-left: 15px;
}
.recruit-recreation .sm-6-content {
  margin-top: 0px;
  position: relative;
}
.recruit-recreation .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.recruit-recreation .sm-6-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}
.recruit-recreation .sm-6-content p {
  color: #111;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.8em;
  width: 450px;
}

.recruit-inquire {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}
.recruit-inquire .col-sm-6 {
  margin-top: 30px;
}
.recruit-inquire .sm-6-content {
  margin-top: 0px;
  position: relative;
}
.recruit-inquire .sm-6-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.recruit-inquire .sm-6-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

/* ------------------------------------------------------ */
/* contact Style                                          */
/* ------------------------------------------------------ */
.contact-msg-outer {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 210px;
}

.contact-msg-outer .col-sm {
  margin-top: 30px;
}
.contact-msg-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.contact-msg-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.contact-msg-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

/* ------------------------------------------------------ */
/* privacy_policy Style                                   */
/* ------------------------------------------------------ */
.privacy_policy-msg-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.privacy_policy-msg-outer .col-sm {
  margin-top: 30px;
}
.privacy_policy-msg-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.privacy_policy-msg-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.privacy_policy-msg-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.privacy_policy-inner {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.privacy_policy-inner h1 {
  font-size: 15px;
}

.privacy_policy-inner .h1-hon {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;

}

.privacy_policy-inner h2 {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.privacy_policy-inner .h2-hon {
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.privacy_policy-inner .r1-hon {
  font-size: 15px;
  text-align: right;
}

.privacy_policy-inner-2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.privacy_policy-inner-2 .h-hon {
  font-size: 15px;
  margin-bottom: 10px;
}

.privacy_policy-inner-2 h1 {
  font-size: 15px;
}

.privacy_policy-inner-2 .h1-hon {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.privacy_policy-inner-2 h2 {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.privacy_policy-inner-2 .h2-hon {
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.privacy_policy-inner-2 h3 {
  font-size: 15px;
  margin-left: 20px;
}

.privacy_policy-inner-2 .h3-hon {
  font-size: 15px;
  margin-left: 30px;
  margin-bottom: 10px;
}



/* ------------------------------------------------------ */
/* privacy_policy01 Style                                   */
/* ------------------------------------------------------ */
.privacy_policy-01-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.privacy_policy-01-outer .col-sm {
  margin-top: 30px;
}
.privacy_policy-01-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.privacy_policy-01-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.privacy_policy-01-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.privacy_policy-01-inner {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.privacy_policy-01-inner h1 {
  margin-top: 20px;
  font-size: 15px;
}

.privacy_policy-01-inner .h-hon {
  margin-top: 20px;
  font-size: 15px;
}

.privacy_policy-01-inner .h1-hon {
  margin-top: 10px;
  font-size: 15px;
  margin-left: 10px;
}

.privacy_policy-01-inner h2 {
  margin-top: 10px;
  font-size: 15px;
  margin-left: 10px;
}

.privacy_policy-01-inner .h2-hon {
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.privacy_policy-01-inner h3 {
  font-size: 15px;
  margin-left: 20px;
}

.privacy_policy-01-inner .h3-hon {
  font-size: 15px;
  margin-left: 30px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------ */
/* privacy_policy02 Style                                   */
/* ------------------------------------------------------ */
.privacy_policy-02-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.privacy_policy-02-outer .col-sm {
  margin-top: 30px;
}
.privacy_policy-02-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.privacy_policy-02-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.privacy_policy-02-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.privacy_policy-02-inner {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.privacy_policy-02-inner .h-hon {
  margin-top: 20px;
  font-size: 15px;
}

.privacy_policy-02-inner h1 {
  margin-top: 20px;
  font-size: 15px;
}

.privacy_policy-02-inner .h1-hon {
  font-size: 15px;
  margin-left: 10px;
}

.privacy_policy-02-inner h2 {
  margin-top: 10px;
  font-size: 15px;
  margin-left: 10px;
}

.privacy_policy-02-inner .h2-hon {
  font-size: 15px;
  margin-left: 20px;
}


/* ------------------------------------------------------ */
/* human_rights_policy Style                              */
/* ------------------------------------------------------ */
.human_rights_policy-msg-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.human_rights_policy-msg-outer .col-sm {
  margin-top: 30px;
}
.human_rights_policy-msg-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.human_rights_policy-msg-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.human_rights_policy-msg-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.human_rights_policy-inner {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.human_rights_policy-inner .h-hon {
  font-size: 15px;
  margin-bottom: 10px;
}

.human_rights_policy-inner h1 {
  font-size: 15px;
}

.human_rights_policy-inner .h1-hon {
  font-size: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.human_rights_policy-inner .r1-hon {
  font-size: 15px;
  text-align: right;
}


/* ------------------------------------------------------ */
/* dispatching-Undertaking Style                              */
/* ------------------------------------------------------ */
.dispatching-Undertaking-msg-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.dispatching-Undertaking-msg-outer .col-sm {
  margin-top: 30px;
}
.dispatching-Undertaking-msg-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.dispatching-Undertaking-msg-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.dispatching-Undertaking-msg-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.dispatching-Undertaking-inner {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.dispatching-Undertaking-inner h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.dispatching-Undertaking-inner .h1-hon {
  font-size: 15px;
  margin-left: 10px;
}

.dispatching-Undertaking-inner h2 {
  font-size: 15px;
  margin-left: 10px;
}

.dispatching-Undertaking-inner .h2-hon {
  font-size: 15px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.dispatching-Undertaking-inner .h2-hon-b {
  font-size: 15px;
  font-weight: 600;
  margin-left: 30px;
}

.dispatching-Undertaking-inner h3 {
  font-size: 15px;
  margin-left: 20px;
}

.dispatching-Undertaking-inner .r1-hon {
  font-size: 15px;
  text-align: right;
}

/* ------------------------------------------------------ */
/* dispatching-Undertaking-margin Style                   */
/* ------------------------------------------------------ */
.dispatching-Undertaking-margin-outer {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 100px;
}

.dispatching-Undertaking-margin-outer .col-sm {
  margin-top: 30px;
}
.dispatching-Undertaking-margin-outer .sm-content {
  margin-top: 0px;
  position: relative;
}
.dispatching-Undertaking-margin-outer .sm-content h1 {
  color: #648cff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}
.dispatching-Undertaking-margin-outer .sm-content h2 {
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  font-style:oblique;
  margin-top: 0px;
}

.dispatching-Undertaking-margin-inner {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.dispatching-Undertaking-margin-inner h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.dispatching-Undertaking-margin-inner .h1-hon {
  font-size: 15px;
  margin-left: 10px;
}

.dispatching-Undertaking-margin-inner h2 {
  font-size: 15px;
  margin-left: 10px;
}


/* ------------------------------------------------------ */
/* Responsive Style                                       */
/* ------------------------------------------------------ */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .top-image-inner .top-image-smartphone {
    position: absolute;
    right: 50px;
    top: 200px;
    height: 550px;
  }

  .curved-bg-div {
    background-position: 100% -20px;
  }

  .footer-outer .footer-three-grid {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .top-image-inner .top-image-smartphone {
    position: absolute;
    right: -15px;
    top: 200px;
    height: 550px;
  }
  
  .footer-outer .column-1-3 h1 {
    width: 120%;
  }

}

@media screen and (max-width: 993px) {
  body {
    overflow-x: hidden;
  }

  #top-image-wrapper {
    height: 95vh;
  }

  .top-image-inner {
    margin-top: 0px;
  }

  .top-image-inner .top-image-smartphone {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 270px;
    height: 460px;
    margin-top: 110px;
  }

  .origin-outer {
    margin-top: 0px;
    padding-bottom: 0;
  }

  .origin-outer .origin-grid-columns .col-sm-4 .grid-image {
    width: 60px;
    float: none;
    display: block;
    margin: 0 auto;
    padding-right: 0px;
    margin-bottom: 20px;
    position: relative;
    top: 1px;
  }

  .origin-outer .origin-grid-columns .col-sm-4 .grid-title {
    float: none;
    text-align: center;
  }

  .origin-outer .origin-grid-columns .col-sm-4 .grid-desc {
    float: none;
    width: 100%;
    text-align: center;
  }

  .footer-outer .column-1-3 h1 {
    width: 160%;
  }

  .footer-outer .footer-nav ul li {
    margin: 0 10px;
  }

  .footer-outer .social-icons-footer i {
    margin: 15px 10px;
    font-size: 20px;
  }

  .about-msg-outer {
    margin-top: 0px;
  }

  .about-msg-outer .sm-6-content p {
    width: 100%;
  }

  .recruit-msg-outer {
    margin-top: 0px;
    margin-bottom: 300px;
  }


  .no-float {
    float: none !important;
  }

  .img-float-left {
    float: none;
  }

  .origin-outer .second-title {
    margin-top: 0px;
  }

  .about-msg-outer .col-sm-6 .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .about-msg-outer .col-sm-6 .span-percent, .about-msg-outer .col-sm-6 .span-free {
    left: -15px;
    bottom: 140px;
  }

  .about-msg-outer .col-sm-6 .span-new {
    right: -10px;
  }

  .about-msg-outer .col-sm-6 .span-data {
    right: -15px;
  }

  .about-msg-outer .col-sm-6 .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .about-msg-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .about-msg-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  .about-msg-grid-columns .in-order-4 {
    order: 1;
  }
  .about-msg-grid-columns .in-order-3 {
    order: 2;
  }
  
  .about-company-grid-columns {
    display: flex;
    flex-direction: column;
  }

  .about-history-grid-columns {
    display: flex;
    flex-direction: column;
  }

  .about-access-grid-columns {
    display: flex;
    flex-direction: column;
  }
  
  .business-service-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
  }

  .business-service-outer .sm-6-content p {
    width: 100%;
  }

  .recruit-msg-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .recruit-msg-outer .col-sm .col-sm-image-container {
    position: relative;
    width: 295px !important;
    text-align: center;
    margin: 15px auto 0;
  }

  .recruit-msg-outer .col-sm .span-percent, .recruit-msg-outer .col-sm .span-free {
    left: -15px;
    bottom: 140px;
  }

  .recruit-msg-outer .col-sm .span-new {
    right: -10px;
  }

  .recruit-msg-outer .col-sm .span-data {
    right: -15px;
  }

  .recruit-msg-outer .col-sm .circle {
    position: static;
    display: inline-block;
    margin: 25px 5px;
  }

  .recruit-msg-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .recruit-msg-grid-columns .in-order-4 {
    order: 1;
  }
  .recruit-msg-grid-columns .in-order-3 {
    order: 2;
  }

  .recruit-recreation .col-sm-6 img {
    margin: auto;
    display: block;
  }

  .recruit-recreation-grid-columns {
    display: flex;
    flex-direction: column;
  }
  .recruit-recreation-grid-columns .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  .recruit-recreation-grid-columns .in-order-4 {
    order: 1;
  }
  .recruit-recreation-grid-columns .in-order-3 {
    order: 2;
  }

  .navbar-ligth .navbar-toggler {
    color: #fff !important;
    border-color: #c7c7c7 !important;
  }

  .navbar-ligth .navbar-nav .nav-link {
    margin: 0;
    width: 100%;
  }

  .navbar-ligth .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 123, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

  .social-icons-header i:first-of-type {
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-size: 30px;
  }
  
}

@media screen and (max-width: 800px) {
  .top-image-inner > h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  #top-image-wrapper {
    height: 800px;
  }

  .origin-outer .origin-grid-columns {
    margin-top: 0px;
  }

  .origin-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  .top-image-inner .top-image-smartphone {
    height: 420px;
    top: 310px;
  }

  .origin-outer .second-title {
    margin-top: 0px;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }

  .footer-outer .column-1-3 {
    width: 100%;
  }

  .footer-outer .column-1-3 h1 {
    width: 100%;
    font-size: 18px;
  }

  .footer-outer .footer-nav ul li {
    font-size: 12px;
  }

  .footer-outer .copyright {
    font-size: 10px;
  }

}
@media screen and (max-width: 768px) {
  .footer-outer .column-1-3 h1 {
    top: 5px;
  }
  
  .footer-outer .column-2-3 {
    margin-top: 10px;
  }

  .privacy_policy-inner h1 {
    font-size: 12px;
  }
  
  .privacy_policy-inner .h1-hon {
    font-size: 12px;
  }
  
  .privacy_policy-inner h2 {
    font-size: 12px;
  }
  
  .privacy_policy-inner .h2-hon {
    font-size: 12px;
  }
  
  .privacy_policy-inner .r1-hon {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 .h-hon {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 h1 {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 .h1-hon {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 h2 {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 .h2-hon {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 h3 {
    font-size: 12px;
  }
  
  .privacy_policy-inner-2 .h3-hon {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner h1 {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner .h-hon {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner .h1-hon {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner h2 {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner .h2-hon {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner h3 {
    font-size: 12px;
  }
  
  .privacy_policy-01-inner .h3-hon {
    font-size: 12px;
  }
  
  .privacy_policy-02-inner .h-hon {
    font-size: 12px;
  }
  
  .privacy_policy-02-inner h1 {
    font-size: 12px;
  }
  
  .privacy_policy-02-inner .h1-hon {
    font-size: 12px;
  }
  
  .privacy_policy-02-inner h2 {
    font-size: 12px;
  }
  
  .privacy_policy-02-inner .h2-hon {
    font-size: 12px;
  }

  .dispatching-Undertaking-inner h1 {
    font-size: 17px;
  }
  
  .dispatching-Undertaking-inner .h1-hon {
    font-size: 12px;
  }
  
  .dispatching-Undertaking-inner h2 {
    font-size: 12px;
  }
  
  .dispatching-Undertaking-inner .h2-hon {
    font-size: 12px;
  }
  
  .dispatching-Undertaking-inner .h2-hon-b {
    font-size: 12px;
  }
  
  .dispatching-Undertaking-inner h3 {
    font-size: 12px;
  }
  
  .dispatching-Undertaking-inner .r1-hon {
    font-size: 12px;
  }

  .human_rights_policy-msg-outer .sm-content h1 {
    font-size: 22px;
  }
  .human_rights_policy-msg-outer .sm-content h2 {
    font-size: 12px;
  }

  .human_rights_policy-inner .h-hon {
    font-size: 12px;
  }
  
  .human_rights_policy-inner h1 {
    font-size: 12px;
  }
  
  .human_rights_policy-inner .h1-hon {
    font-size: 12px;
  }
  
  .human_rights_policy-inner .r1-hon {
    font-size: 12px;
  }

  .about-company-outer .curved-bg-div h1 {
    font-size: 32px;
  }
  
  .about-company-outer .curved-bg-div h2 {
    font-size: 22px;
  }

  .about-history-outer .curved-bg-div h1 {
    font-size: 32px;
  }
  
  .about-history-outer .curved-bg-div h2 {
    font-size: 22px;
  }

  .about-access-outer .curved-bg-div h1 {
    font-size: 32px;
  }
  
  .about-access-outer .curved-bg-div h2 {
    font-size: 22px;
  }

  .curved-bg-div h1 {
    font-size: 32px;
  }
  
  .curved-bg-div h2 {
    font-size: 22px;
  }

}

@media screen and (max-width: 520px) {

  #top-image-wrapper {
    height: 900px;
  }

  .top-image-inner > h1 {
    font-size: 40px;
  }

  .top-image-inner > p {
    width: 100%;
  }

  .top-image-inner {
    text-align: center;
  }

  .top-image-inner .top-image-smartphone {
    height: 450px;
    top: 420px;
    margin-top: 70px;
  }


  .footer-outer .column-1-3 h1 {
    font-size: 16px;
  }

  .footer-outer .footer-nav ul li {
    font-size: 10px;

  }

  .footer-outer .copyright {
    font-size: 8px;
  }

  .social-icons-header i:first-of-type {
    font-size: 22px;
  }

  .origin-outer .span-perfect {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .origin-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .business-service-outer .sm-6-content p {
    font-size: 12px;
  }

  .privacy_policy-inner h1 {
    font-size: 10px;
  }
  
  .privacy_policy-inner .h1-hon {
    font-size: 10px;
  }
  
  .privacy_policy-inner h2 {
    font-size: 10px;
  }
  
  .privacy_policy-inner .h2-hon {
    font-size: 10px;
  }
  
  .privacy_policy-inner .r1-hon {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 .h-hon {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 h1 {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 .h1-hon {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 h2 {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 .h2-hon {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 h3 {
    font-size: 10px;
  }
  
  .privacy_policy-inner-2 .h3-hon {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner h1 {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner .h-hon {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner .h1-hon {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner h2 {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner .h2-hon {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner h3 {
    font-size: 10px;
  }
  
  .privacy_policy-01-inner .h3-hon {
    font-size: 10px;
  }
  
  .privacy_policy-02-inner .h-hon {
    font-size: 10px;
  }
  
  .privacy_policy-02-inner h1 {
    font-size: 10px;
  }
  
  .privacy_policy-02-inner .h1-hon {
    font-size: 10px;
  }
  
  .privacy_policy-02-inner h2 {
    font-size: 10px;
  }
  
  .privacy_policy-02-inner .h2-hon {
    font-size: 10px;
  }
  .dispatching-Undertaking-inner h1 {
    font-size: 17px;
  }
  
  .dispatching-Undertaking-inner .h1-hon {
    font-size: 10px;
  }
  
  .dispatching-Undertaking-inner h2 {
    font-size: 10px;
  }
  
  .dispatching-Undertaking-inner .h2-hon {
    font-size: 10px;
  }
  
  .dispatching-Undertaking-inner .h2-hon-b {
    font-size: 10px;
  }
  
  .dispatching-Undertaking-inner h3 {
    font-size: 10px;
  }
  
  .dispatching-Undertaking-inner .r1-hon {
    font-size: 10px;
  }

  .human_rights_policy-msg-outer .sm-content h1 {
    font-size: 12px;
  }
  .human_rights_policy-msg-outer .sm-content h2 {
    font-size: 10px;
  }

  .human_rights_policy-inner .h-hon {
    font-size: 10px;
  }
  
  .human_rights_policy-inner h1 {
    font-size: 10px;
  }
  
  .human_rights_policy-inner .h1-hon {
    font-size: 10px;
  }
  
  .human_rights_policy-inner .r1-hon {
    font-size: 10px;
  }


}
