/*@import "../../vendor/basis/dist/css/basis.css";
@import "../../vendor/css-wipe/dest/bundle.css";
@import "../../vendor/font-awesome/css/font-awesome.min.css";*/

/**---------------------------------
 * ベース
 ---------------------------------*/
html {
  overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    color: #282828;
    font-family: 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
    font-size: 14px;
    line-height: 1.8;
    overflow-x: hidden;
}

a {
  color: #282828;
}

strong {
  font-weight: bold;
}

img{
  vertical-align: bottom;
}

/*コンテナ最大幅*/
.c-container {
  padding: 0 20px;
}
@media (min-width: 40em) {
  .c-container {
    max-width: 1080px;
    margin: 0 auto;
  }
}

/*スマホ メニュー*/



/*ヘッダー*/
.o-header {
 padding: 10px 0;
}
/*@media (min-width: 40em) {
  .o-header {
   padding: 16px 0;
  }
}*/

.o-site-title {
  margin: 0 auto;
  padding-left: 50px;
}
@media (min-width: 40em) {
  .o-site-title {
    margin: 0 auto;
    padding-left: 0;
  }
}
.o-site-title a {
  background: url(../img/logo.png) center center no-repeat;
  text-indent: -9999px;
  display: block;
  background-size: auto 40px;
}

@media (min-width: 40em) {
.o-site-title a {
  text-indent: -9999px;
  display: block;
  width: 211px;
  height: 53px;
  background-size: auto 53px;
  margin-top: 6px;
 }
}

.o-header-naviarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (min-width: 40em) {
  .o-header-naviarea {
    display: block !important;
    background-color: transparent;
    position: relative;
  }
}

ul{
  margin-top: 10px;
  list-style: none;
  margin-left: -8px;
}

 ul li{

}

li.menu-item {

}
li.menu-item a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.o-global-navi {
  width :100%;
  position: absolute;
  top: 68px;
  background-color: rgba(255,255,255,0.9);
  display: none;
  padding-bottom: 30px;
}
.global-navi
.o-global-navi__contact {

}
.o-global-navi__contact {
  text-align: center;
}
.o-global-navi__contact-txt {
  font-size: 11px;
  text-align: center;
  padding-bottom: 3px;
}
@media (min-width: 40em) {
  ul{
    margin-top: 20px;
  }

   ul li{
    list-style: none;
    display: inline-block;
  }

  li.menu-item {
    /*padding-left: 30px;*/
  }
  li.menu-item a {
    display: block;
    padding: 10px 15px;
    position: relative;
    text-align: center;
  }
  .o-global-navi {
    display: table !important;
    background-color: transparent;
    position: static;
    padding-bottom: 0;
  }
  .global-navi,
  .o-global-navi__contact {
    display: table-cell;
    vertical-align: middle;
  }
  .o-global-navi__contact {
    text-align: right;
  }
  .o-global-navi__contact-txt {
    font-size: 12px;
    text-align: center;
    padding-bottom: 3px;
    padding-left: 60px;
  }
}

/* ハンバーガーボタン */
.o-hamburger-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-hamburger-btn {
  width: 42px;
  height: 42px;
}
.c-hamburger-btn__bar {
  background-color: #3350ab;
  right: 10px;
  left: 10px;
  height: 3px;
}
.c-hamburger-btn__bar:nth-child(1) {
  top: 10px;
}
.c-hamburger-btn__bar:nth-child(2) {
  top: 20px;
}
.c-hamburger-btn__bar:nth-child(3) {
  top: 30px;
}
.c-hamburger-btn[aria-expanded="true"] > .c-hamburger-btn__bar:nth-child(1),
.c-hamburger-btn[aria-expanded="true"] > .c-hamburger-btn__bar:nth-child(3) {
  top: 21px;
}
.c-hamburger-btn span {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  color: #3350ab;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}


/*メインエリア*/
.main-area {

}
@media (min-width: 40rem) {
  .main-area {

  }
}

@media (max-width: 639px) {
  .sp-hidden {
    display: none;
  }
}
@media (min-width: 640px) {
  .pc-hidden {
    display: none;
  }
}

/*ここがすごいエリア*/
.Submain-area {
  padding: 35px 0 0;
}
@media (min-width: 40rem) {
  .Submain-area {
    padding: 100px 0 0;
  }
}
.Submain-header {
  color : #284677;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .Submain-header {
    font-size: 34px;
  }
}
.Submain-comment {
  font-size: 13px;
  padding-bottom: 20px;
}
@media (min-width: 40rem) {
  .Submain-comment {
    font-size: 14px;
    padding-bottom: 0;
  }
}
@media (min-width: 40rem) {
  .Submain-image {
    width: 1073px;
    height: 489px;
    margin: 0 auto;
  }
}

/*事業案内エリア*/
.business-area {
  padding: 50px 0 0;
}
@media (min-width: 40rem) {
  .business-area {
    padding: 50px 0 0;
  }
}
.business-header {
  color: #284677;
  font-weight: bold;
  letter-spacing: 0.1em;
  width:30%;
  padding: 0 0 0.1em;
  border-bottom:2px solid #eeb805;
  position: relative;
  margin: 0 0 25px 0;
  display: inline-block;
  font-size: 21px;
}
@media (min-width: 40rem) {
  .business-header {
    font-size: 29px;
    width:13%;
    margin: 0 0 40px 0;
  }
}
.business-header:before{
  content:"";
  display:block;
  width:50%;
  border-bottom:2px solid #636363;
  position:absolute;
  bottom:0;
  margin-bottom:-2px;
}

.business-header-en {
  color: #323232;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 8px;
}
@media (min-width: 40rem) {
  .business-header-en {
    font-size: 11px;
  }
}

.kitting {
  background: #f9f8f4;
}
.data-erasing {
  background: #EBF4F8;
  background: #F2EEE6;
}
.service-container {
  padding: 0 20px;
}
@media (min-width: 40rem) {
  .service-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.service-header {
  color: #244481;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .service-header {
    font-size: 35px;
  }
}
.service-header-en {
  color: #244481;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media (min-width: 40rem) {
  .service-header-en {
    font-size: 12px;
    margin-top: 60px;
  }
}

.service-comment {
  font-size: 13px;
  margin-bottom: 50px;
}
@media (min-width: 40rem) {
  .service-comment {
    font-size: 14px;
    margin: 0;
  }
}

.business-contents {
  background: #284677;
  padding: 40px 0 60px;

}

.business-contents-inner {
  background: #284677;
  position: relative;
  width:100%;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .business-contents-inner {
    background: #284677;
    position: relative;
    width:1080px;
    margin: 0 auto;
  }
}
.right-truck {
  width: 32%;
  height: auto;
  right:0;
  top:-90px;
  position: absolute;
}
@media (min-width: 40rem) {
  .right-truck {
    width: 268px;
    height:206px;
    left:0;
    top:-130px;
    position: absolute;
  }
}

.business-contents-header {
  color : #eeb805;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 20px;
}
@media (min-width: 40rem) {
  .business-contents-header {
    font-size: 34px;
    padding: 0 0 40px;
  }
}

.business-contents-innner {
  background: #FFF;
}

.business-contents-innner-img {
  border-bottom: 5px solid #eeb805;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 180px;
}
@media (min-width: 40rem) {
  .business-contents-innner-img {
    height: 215px;
  }
}
.business-contents-innner-img.item1 {
  background-image: url(../img/business1.jpg);
}
.business-contents-innner-img.item2 {
  background-image: url(../img/business2.jpg);
}
.business-contents-innner-img.item3 {
  background-image: url(../img/business3.jpg);
}

.business-contents-Subheader {
  color : #284677;
  font-size: 19px;
  text-align: center;
  padding: 15px 0 0;
  font-weight: bold;
}

.business-contents-innner-comment{
  padding: 5px 20px 20px;
  font-size: 13px;
}
@media (min-width: 40rem) {
  .business-contents-innner-comment {
    padding: 10px 20px 20px;
    font-size: 13px;
  }
}

/*会社案内 エリア*/
.company-area {
  padding: 50px 0;
}
@media (min-width: 40rem) {
  .company-area {
    padding: 50px 0 80px;
  }
}
.company-header {
  color: #284677;
  font-weight: bold;
  letter-spacing: 0.1em;
  width:30%;
  padding: 0 0 0.1em;
  border-bottom:2px solid #eeb805;
  position: relative;
  margin: 0 0 25px 0;
  display: inline-block;
  font-size: 21px;
}
@media (min-width: 40rem) {
  .company-header {
    font-size: 29px;
    width:13%;
    margin: 0 0 30px 0;
  }
}
.company-header:before{
  content:"";
  display:block;
  width:50%;
  border-bottom:2px solid #636363;
  position:absolute;
  bottom:0;
  margin-bottom:-2px;
}

.company-header-en {
  color: #323232;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 8px;
}
@media (min-width: 40rem) {
  .company-header-en {
    font-size: 11px;
  }
}

.company-comment {
  font-size: 13px;
}
@media (min-width: 40rem) {
  .company-comment {
    font-size: 14px;
  }
}

.company-details {
  padding: 30px 0;
}

.company-footer {
  padding: 20px;
  border: 1px solid #bebebe;
}
@media (min-width: 40rem) {
  .company-footer {
    padding: 25px;
  }
}
.company-footer-comment {
  font-size: 13px;
}
@media (min-width: 40rem) {
  .company-footer-comment {
    font-size: 14px;
    padding-top :23px;
  }
}

.company-footer-img {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .company-footer-img {
    width: 200px;
    margin: 0 auto;
  }
}

/**
 * テーブル
 */
table.o-table {
  border-top: 1px solid #bebebe;
  width: 100%;
  border-collapse: collapse;
}
table.o-table th,
table.o-table td {
  border-bottom: 1px solid #bebebe;
  padding: 10px 15px;
  vertical-align: top;
}
table.o-table th {
  font-weight: bold;
  text-align: left;
  font-size: 15px;
  line-height: 2.0;
  padding:  4px 15px 15px;
}
table.o-table.o-header--250px th {
  width: 250px;
}
table.o-table.o-header--filled th {
  background-color: #f9f8f4;
}
table.o-table.o-table--responsive th,
table.o-table.o-table--responsive td {
  display: block;
}
table.o-table.o-table--responsive th {
  border-bottom-width: 0;
  padding-bottom: 0px;
}
table.o-table.o-table--responsive td {
  border-top-width: 0;
  padding-top: 5px;
  padding-left: 30px;
}
@media (min-width: 40em) {
  table.o-table th,
  table.o-table td {
    padding: 15px 30px;
  }
  table.o-table.o-table--responsive th,
  table.o-table.o-table--responsive td {
    display: table-cell;
    border-width: 1px;
    padding: 15px 30px;
  }
}
@media (max-width: 39.9375rem) {
  table.o-table.o-table--responsive th {
    width: auto;
  }
  table.o-table.o-table--responsive td input,
  table.o-table.o-table--responsive td textarea {
    width: 100%;
  }
  table.o-table.o-table--responsive td input[type="number"] {
    width: 50%;
  }
  table.o-table.o-table--responsive td label {
    display: block;
    margin-bottom: -1.5em;
  }
  table.o-table.o-table--responsive td input[type="checkbox"],
  table.o-table.o-table--responsive td input[type="radio"] {
    width: auto;
  }
  table.o-table.o-table--responsive td .mwform-tel-field input {
    width: 25%;
  }
}

/*採用情報エリア*/
.recruit-area {
  /*background: #e9f1f7;*/
  padding: 0;
}

.recruit-right {
  margin: 0 auto;
  padding: 0;
  margin-bottom:30px;
}
@media (min-width: 40rem) {
  .recruit-right {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 385px;
    background: url(../img/recruit-pc.jpg) top center no-repeat;
  }
}

.recruit-header {
  color: #244481;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 40rem) {
  .recruit-header {
    font-size: 35px;
  }
}
.recruit-header-en {
  color: #244481;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-top: 25px;
}
@media (min-width: 40rem) {
  .recruit-header-en {
    font-size: 12px;
    margin-top: 90px;
  }
}
.recruit-comment {
  font-size: 13px;
  margin-bottom: 20px;
}
@media (min-width: 40rem) {
  .recruit-comment {
    font-size: 14px;
    margin: 0;
  }
}

/*.blue-btn {
  width:50%;
  font-size:15px;
  text-align:center;
  padding:5px 0;
  background-color:#3350ab;
  margin: 0 auto;
}
.blue-btn a{
  color: #FFF;
  text-decoration: none;
  display: block;
}
@media (min-width: 40em) {
  .blue-btn {
    width:258px;
    height:50px;
    font-size:15px;
    border: 1px solid #3350ab;
    margin-top: 20px;
    padding:10px 0;
  }
  .blue-btn:hover {
    background: #FFF;
    border: 1px solid #3350ab;
  }
  .blue-btn:hover a {
    color : #3350ab;
  }
}*/

.blue-comment {
  font-size:17px;
  color: #3350ab;
  font-weight: bold;
  margin-top: 0;
  background: linear-gradient(transparent 60%, #fff799 60%);
  display: inline-block;
}
@media (min-width: 40rem) {
  .blue-comment {
    margin-top: 30px;
  }
}
.contact-blue {
  background: #284677;
  color: #FFF;
  padding: 15px 0 20px;
}
@media (min-width: 40rem) {
  .contact-blue {
    padding: 30px 0;
  }
}

.contact-header {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 40rem) {
  .contact-header {
    font-size: 21px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.contact-commnet {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 40rem) {
  .contact-commnet {
    font-size: 15px;
    text-align: left;
  }
}

.contact-phone {
  width :70%;
  margin: 0 auto;
}
@media (min-width: 40rem) {
  .contact-phone {
    width :330px;
    height :38px;
    margin: 0 auto;
  }
}

.contact-phone-commnet {
  padding-top: 10px;
  font-size: 13px;
  line-height: 2.0rem;
}
@media (min-width: 40rem) {
  .contact-phone-commnet {
    padding-top: 0;
    font-size: 14px;
  }
}

.contact-mail {
  margin: 10px 0 0 5px;
  font-size: 15px;
}
@media (min-width: 40rem) {
  .contact-mail-wrapper {
    width :330px;
    margin: 0 auto;
  }
  .contact-mail {
    text-align: left;
  }
}

.contact-mail a {
  color: #FFF;
}


/*アクセス エリア*/
.access-area {
  padding: 20px 0 0;
}
@media (min-width: 40rem) {
  .access-area {
    padding: 70px 0 0;
  }
}
.access-image {
  padding-bottom: 30px;
}
@media (min-width: 40rem) {
  .access-comment {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.access-header {
  color: #284677;
  font-weight: bold;
  letter-spacing: 0.1em;
  width:30%;
  padding: 0 0 0.1em;
  border-bottom:2px solid #eeb805;
  position: relative;
  margin: 0 0 25px 0;
  display: inline-block;
  font-size: 21px;
}
@media (min-width: 40rem) {
  .access-header {
    font-size: 29px;
    width:13%;
    margin: 0 0 40px 0;
  }
}

.access-header:before{
  content:"";
  display:block;
  width:50%;
  border-bottom:2px solid #636363;
  position:absolute;
  bottom:0;
  margin-bottom:-2px;
}

.access-header-en {
  color: #323232;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 8px;
}
@media (min-width: 40rem) {
  .access-header-en {
    font-size: 11px;
  }
}

.access-area .map {
  height: 390px;
  width: 100%;
  margin: 0 auto;
}

/*トップに戻る*/
.backtotop {
  background: #1c293f;
  padding: 20px 0 10px;
}
.arrow {
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
}



/*フッター エリア*/
.footer-area {
  padding: 20px 0;
  background: #284677;
}
@media (min-width: 40em) {
  .footer-area {
    padding: 60px 0;
  }
}
.footer-area .main-image {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .footer-area .main-image {
    width: 208px;
    height: 52px;
  }
}

.copyright {
  font-size: 10px;
  color:#FFF;
  padding-top: 10px;
}
