@charset "UTF-8";
/*
 * common css
 */

/*********************************************
 * @font-face
 *********************************************/
@font-face {
    font-family: 'GenJyuuGothic';
    font-style: normal;
    font-weight: normal;
    src: url('./fonts/GenJyuuGothic-Normal-subset.eot'); /* IE9 Compat Modes */
    src: url('./fonts/GenJyuuGothic-Normal-subset.eot?#iefix') format('embedded-opentype'),
    url('./fonts/GenJyuuGothic-Normal-subset.woff') format('woff'),
    url('./fonts/GenJyuuGothic-Normal-subset.ttf')  format('truetype'); /* IE6-IE8 / Modern Browsers / Safari, Android, iOS */
}
@font-face {
    font-family: 'GenJyuuGothic';
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/GenJyuuGothic-Bold-subset.eot'); /* IE9 Compat Modes */
    src: url('./fonts/GenJyuuGothic-Bold-subset.eot?#iefix') format('embedded-opentype'),
    url('./fonts/GenJyuuGothic-Bold-subset.woff') format('woff'),
    url('./fonts/GenJyuuGothic-Bold-subset.ttf')  format('truetype'); /* IE6-IE8 / Modern Browsers / Safari, Android, iOS */
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic);

/*********************************************
 * 基礎
 *********************************************/
body {
  /*font-family: 'GenJyuuGothic', serif;*/
  color: #333333;
  font-size: 14px;
  line-height: 1.8;
  /*min-width: 1140px;*/
}
a,a:hover {
  color: #333333;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body {
    margin-top: 48px;
  }
}

/*********************************************
 * margin
 *********************************************/
.mt0 { margin-top: 0; }
.mt10 { margin-top: 10px; } .mt20 { margin-top: 20px; } .mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; } .mt50 { margin-top: 50px; } .mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; } .mt80 { margin-top: 80px; } .mt90 { margin-top: 90px; }

.mr0 { margin-right: 0; }
.mr10 { margin-right: 10px; } .mr20 { margin-right: 20px; } .mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; } .mr50 { margin-right: 50px; } .mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; } .mr80 { margin-right: 80px; } .mr90 { margin-right: 90px; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; } .mb20 { margin-bottom: 20px; } .mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; } .mb50 { margin-bottom: 50px; } .mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; } .mb80 { margin-bottom: 80px; } .mb90 { margin-bottom: 90px; }

.ml0 { margin-left: 0; }
.ml10 { margin-left: 10px; } .ml20 { margin-left: 20px; } .ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; } .ml50 { margin-left: 50px; } .ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; } .ml80 { margin-left: 80px; } .ml90 { margin-left: 90px; }

/*********************************************
 * padding
 *********************************************/
.pt0 { padding-top: 0; }
.pt10 { padding-top: 10px; } .pt20 { padding-top: 20px; } .pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; } .pt50 { padding-top: 50px; } .pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; } .pt80 { padding-top: 80px; } .pt90 { padding-top: 90px; }

.pr0 { padding-right: 0; }
.pr10 { padding-right: 10px; } .pr20 { padding-right: 20px; } .pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; } .pr50 { padding-right: 50px; } .pr60 { padding-right: 60px; }
.pr70 { padding-right: 70px; } .pr80 { padding-right: 80px; } .pr90 { padding-right: 90px; }

.pb0 { padding-bottom: 0; }
.pb10 { padding-bottom: 10px; } .pb20 { padding-bottom: 20px; } .pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; } .pb50 { padding-bottom: 50px; } .pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; } .pb80 { padding-bottom: 80px; } .pb90 { padding-bottom: 90px; }

.pl0 { padding-left: 0; }
.pl10 { padding-left: 10px; } .pl20 { padding-left: 20px; } .pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; } .pl50 { padding-left: 50px; } .pl60 { padding-left: 60px; }
.pl70 { padding-left: 70px; } .pl80 { padding-left: 80px; } .pl90 { padding-left: 90px; }

/*********************************************
 * font
 *********************************************/
.font_roboto { font-family: 'Roboto', sans-serif; }

.font_10 { font-size: 10px; }
.font_12 { font-size: 12px; }
.font_14 { font-size: 14px; line-height: 1.8; }
.font_16 { font-size: 16px; line-height: 1.6; }
.font_18 { font-size: 18px; line-height: 1.4; }
.font_20 { font-size: 20px; line-height: 1.2; }
.font_24 { font-size: 24px; line-height: 1.2; }
.font_28 { font-size: 28px; line-height: 1.2; }
.font_30 { font-size: 30px; line-height: 1.2; }
.font_32 { font-size: 32px; line-height: 1.2; }
.font_36 { font-size: 36px; line-height: 1.2; }
.font_40 { font-size: 40px; line-height: 1.2; }
.font_44 { font-size: 44px; line-height: 1.2; }
.font_48 { font-size: 38px; line-height: 1.2; }

.font_b { font-weight: bold; }
.font_i { font-style: italic; }

.font_c1 { color: #003f98; }

/*********************************************
 * btn
 *********************************************/

/*********************************************
 * common
 *********************************************/
.bg_img01 {
  background-image: url(../img/common_bg_img01.png);
  color: #ffffff;
}

.commmon_pagetitle {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  margin:0;
}
.commmon_pagetitle span {
  font-size: 20px;
}
.commmon_pagetitle_sub {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  margin:0;
}

.common_title01 {
  background-image: url(../img/common_icon_logo.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #003f98;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  margin: 20px 0;
  padding-top: 55px;
}
.common_title01 small {
  color: #007cc5;
  display: block;
  font-family: 'GenJyuuGothic', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding-top: 5px;
}

.common_title01.font_white {
  background-image: url(../img/common_icon_logo_w.png);
  color: #ffffff;
}
.common_title01.font_white small {
  color: #ffffff;
}


.common_btn01 {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0;
  width: 240px;
  transition: 0.3s;
}
.common_btn01:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}

.common_btn02 {
  background-color: #e60012;
  color: #ffffff;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0;
  width: 240px;
  transition: 0.3s;
}
.common_btn02:hover {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
}

.sec_trans {
  position: relative;
  overflow: hidden;
  padding-top: 10vw;
  transform: skewY(-7deg);
}
#sec01.sec_trans {
  margin-top: -7vw;
  margin-bottom: -13vw;
}
@media screen and (max-width: 767px) {
  #sec01.sec_trans {
    margin-top: -150px;
  }
}
.sec_trans .sec_trans_box {
  transform: skewY(7deg);
  transform-origin: top right;
  width: 100%;
}
#sec01.sec_trans .sec_trans_box {
  background-size: cover;
  background-repeat: no-repeat;
  /*padding-top: 180px;*/
  height: 22vw;
  min-height: 320px;
}
#sec01.sec_trans .sec_trans_box h1 { margin-top: 180px; }
@media (min-width:  900px) { #sec01.sec_trans .sec_trans_box h1 { margin-top: 15vw; } }
@media (min-width: 1000px) { #sec01.sec_trans .sec_trans_box h1 { margin-top: 14vw; } }
@media (min-width: 1100px) { #sec01.sec_trans .sec_trans_box h1 { margin-top: 13vw; } }
@media (min-width: 1200px) { #sec01.sec_trans .sec_trans_box h1 { margin-top: 12vw; } }
@media (min-width: 1300px) { #sec01.sec_trans .sec_trans_box h1 { margin-top: 11vw; } }
@media (min-width: 1400px) { #sec01.sec_trans .sec_trans_box h1 { margin-top: 10vw; } }


/*********************************************
 * bootstrap
 *********************************************/
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: 0;
  margin-left: 0;
}
/* 印刷時のリンク先URL機能停止 */
@media print {
  a[href]:after { content: ""!important; }
  abbr[title]:after { content: ""!important; }
}

/*********************************************
 * WordPress
 *********************************************/

/*********************************************
 * header
 *********************************************/
header {
  background-color: rgba(255, 255, 255, 0.502);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 5px;
  padding: 15px 0;
}
header .container {
  width: auto;
  max-width: 1120px;
}
header .list-inline {
  padding-top: 12px;
}
header .list-inline>li {
  background-image: url(../img/header_img01.png);
  background-position: top right;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 20px;
  padding-right: 20px;
}
header .list-inline>li:last-child {
  background: none;
  padding-right: 0;
}
header .list-inline>li a:hover {
  color: #0033ff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,.1);
}

@media screen and (max-width: 767px) {
  header {
    margin-top: -0;
    padding: 10px 0;
  }
  header #header_logo {
    height: 30px;
  }
  header .list-inline {
    display: none;
    margin-top: 15px;
  }
  header .list-inline>li {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 1.2em;
  }
}

header .list-inline>li > ul {
  list-style: none;
}
header .list-inline>li > ul li {
  background-color: rgba(0,0,0,.2);
  font-weight: bold;
  margin: 5px 0;
  padding: .2em 0;
}
@media screen and (min-width: 768px) {
  header .list-inline>li > ul {
    display: none;
    padding-inline-start: 0;
    width: 4em;
  }
  header .list-inline>li:hover > ul {
    display: table-cell;
  }
  header .list-inline>li > ul li {
    display: inline-block;
    padding: .5em 1em;
    width: 6em;
    margin: 0 -1em 2px;
  }
}

/*********************************************
 * footer
 *********************************************/
#footer_contact {
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
  transform: skewY(-7deg);
}
#footer_contact > div > img {
  width: 100%;
  min-width: 1120px;
  transform: skewY(7deg);
  transform-origin: top right;
}
#footer_contact > div {
  overflow: hidden;
}
#footer_contact > div > div {
  position: absolute;
  transform: skewY(7deg);
  transform-origin: top right;
  top: 130px;
  width: 100%;
}
#footer_navi {
  background-color: #ffffff;
  font-weight: bold;
  position: relative;
  padding: 38px 0 28px;
}
#footer_navi li {
  padding-right: 30px;
}
footer {
  padding: 40px 0 30px;
}
footer img {
  max-width: 100%;
}
footer #footer_btn_map {
  background-color: #ffffff;
  color: #032d4c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-left: 15px;
  padding: 3px 20px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  transform: skew(-30deg);
}
footer #footer_btn_map span {
  display: inline-block;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  transform: skew(30deg);
}
footer #copyright {
  font-size: 12px;
  text-align: right;
  margin-top: -3em;
}
@media screen and (max-width: 992px) {
  #footer_contact {
    margin-bottom: -7vw;
  }
  #footer_contact > div > img {
    width: auto;
    height: 120vw;
    min-width: 100%;
  }
  #footer_contact > div > div {
    top: 10vw;
  }
  #footer_navi li {
    padding-bottom: 1em;
  }
  footer img {
    margin-bottom: 20px;
  }
  footer #footer_btn_map {
    margin-bottom: 20px;
  }
  footer #copyright {
    text-align: left;
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
  #footer_contact > div > img {
    margin-left: -25vw;
  }
}
@media screen and (max-width: 500px) {
  #footer_contact > div > img {
    width: auto;
    height: 200vw;
  }
}
@media screen and (max-width: 360px) {
  #footer_contact > div > img {
    height: 250vw;
  }
}

/*********************************************
 * sitetop
 *********************************************/
#sitetop #sec01 #mainphoto {
  width: 100%;
}
#sitetop #sec02 h3 {
  color: #003f98;
  font-size: 20px;
  font-weight: bold;
}
#sitetop #sec03 {
  background-image: url(../img/common_bg_img02.png);
  color: #ffffff;
}
#sitetop #sec03 .sec_trans_box {
  background-image: url(../img/sitetop_sec03_bg.png);
  background-size: cover;
  min-width: 1120px;
  margin-top: 2.4vw;
}
@media screen and (max-width: 767px) {
  #sitetop #sec03 .sec_trans_box {
    background-position: -350px;
    min-width: 100%;
  }
  #sitetop #sec03 .col-xs-12:nth-child(2) h3 {
    margin-top: 2em;
  }
}

#sitetop #sec03 .sec_trans_box h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  margin: 0;
}
#sitetop #sec03 .sec_trans_box h3 span {
  display: block;
  font-family: 'GenJyuuGothic', serif;
  font-size: 12px;
  margin-bottom: 20px;
}
#sitetop #sec04_wp_list > div {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
#sitetop #sec04_wp_list > div a {
  background-image: url(../img/common_icon_angleright.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin-top: -1.867em;
  margin-left: 6.5em;
  padding-right: 2em;
  display: block;
}
#sitetop #sec05 {
  background-image: url(../img/common_bg_img01.png);
  color: #ffffff;
}
#sitetop #sec05 h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-style: italic;
}
#sitetop #sec05 h2 span {
  font-family: 'GenJyuuGothic', serif;
  font-size: 14px;
  margin-left: 20px;
}
#sitetop #sec06 .sec_trans_box {
  margin-top: -15vw;
  margin-bottom: -15vw;
}
#sitetop #sec06 .sec_trans_box #mapcanvas {
  height: 800px;
}
#sitetop #sec06 .sec_trans_box #mapcanvas .gm-bundled-control {
  top: 400px;
}
#sitetop #sec07 {
  background-image: url(../img/common_bg_img02.png);
  margin-top: -1px;
}
#sitetop #sec07 .common_title01 {
  background-image: none;
  font-size: 36px;
  padding-top: 0;
}
#sitetop #sec07 .embed-responsive-taimei {
  padding-bottom: 61.7%;
  max-width: 100%;
}

/*********************************************
 * freight
 *********************************************/
#freight #sec01 .sec_trans_box {
  background-image: url(../img/freight_mainphoto_img.jpg);
}
#freight #sec03 {
  background-image: url(../img/common_bg_img02.png);
  color: #ffffff;
  margin-top: -6vw;
  padding-top: 0;
}
#freight #sec03 .sec_trans_box {
  background-image: url(../img/freight_sec02_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 560px;
  margin-bottom: -7vw;
}
#freight #sec03 h3 {
  font-size: 36px;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  line-height: 1.4;
  margin-top: 240px;
  margin-bottom: 20px;
}
#freight #sec03 p {
  width: 430px;
}
@media screen and (max-width: 767px) {
  #freight #sec03 .sec_trans_box {
    background: none;
    margin-bottom: 9em;
  }
  #freight #sec03 h3 {
    margin-top: 0px;
  }
  #freight #sec03 p {
    width: auto;
  }
}
#freight #sec04 {
  color: #032d4c;
  margin-bottom: -10vw;
}
#freight #sec04 .sec_trans_box {
  background-image: url(../img/freight_sec04_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
#freight #sec04 h2 span {
    font-family: 'GenJyuuGothic', serif;
    font-size: 14px;
    margin-left: 20px;
}
#freight #sec05 {
  color: #032d4c;
}
/*#freight #sec05 .sec_trans_box {
  background-image: url(../img/freight_sec05_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}*/
#freight #sec05 li {
  border-bottom: 1px solid #b3c0c9;
  padding: 5px 20px;
}
#freight #sec06 {
  color: #032d4c;
  margin-top: -10vw;
}
@media screen and (max-width: 767px) {
  #freight #sec06 h3,
  #freight #sec06 p {
    text-align: left;
  }
}
#freight #sec07 {
  background-image: url(../img/common_bg_img02.png);
}
#freight #sec07 .sec_trans_box {
  background-image: url(../img/freight_sec07_bg.png);
  background-size: cover;
  min-width: 1120px;
  margin-top: 2.4vw;
  height: 22vw;
}
@media screen and (max-width: 767px) {
  #freight #sec07 .sec_trans_box {
    min-width: auto;
  }
}

/*********************************************
 * warehouse
 *********************************************/
#warehouse #sec01 .sec_trans_box {
  background-image: url(../img/warehouse_mainphoto_img.jpg);
}
#warehouse #sec02 {
  color: #032d4c;
  margin-bottom: -10vw;
}
#warehouse #sec02 .sec_trans_box {
  background-image: url(../img/warehouse_sec02_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
#warehouse #sec02 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #032d4c;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #warehouse #sec02 h3 {
    text-align: left;
  }
  #warehouse #sec02 p {
    width: auto;
  }
}

#warehouse #sec03 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #032d4c;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #warehouse #sec03 h3 {
    padding-top: 1em;
    text-align: left;
  }
}
#warehouse #sec03 table {
  width: 100%;
}
#warehouse #sec03 tr {
  border-bottom: 1px solid #dddddd;
}
#warehouse #sec03 th {
  width: 160px;
  padding: 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #warehouse #sec03 th {
    width: 90px;
  }
}
#warehouse #sec03 td {
  padding: 10px;
  vertical-align: top;
}

#warehouse #sec04 .recruit_title {
  background-color: #032d4c;
  background-image: url(../img/recruit_sectaitle_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 20px;
}
#warehouse #sec04 .recruit_title small {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

/*********************************************
 * services
 *********************************************/
#services #sec01 .sec_trans_box {
  background-image: url(../img/services_mainphoto_img.jpg);
}
#services #sec03 {
  background-image: url(../img/common_bg_img02.png);
  color: #ffffff;
  margin-top: -6vw;
  padding-top: 0;
}
#services #sec03 .sec_trans_box {
  background-image: url(../img/services_sec02_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 560px;
  margin-bottom: -7vw;
}
#services #sec03 h3 {
  font-size: 36px;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  line-height: 1.4;
  margin-top: 240px;
  margin-bottom: 20px;
}
#services #sec03 p {
  width: 430px;
}
@media screen and (max-width: 767px) {
  #services #sec03 .sec_trans_box {
    background: none;
    margin-bottom: 9em;
  }
  #services #sec03 h3 {
    margin-top: 0px;
  }
  #services #sec03 p {
    width: auto;
  }
}
#services #sec04 {
  color: #032d4c;
  margin-bottom: -10vw;
}
#services #sec04 .sec_trans_box {
  background-image: url(../img/services_sec04_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
#services #sec04 h2 span {
    font-family: 'GenJyuuGothic', serif;
    font-size: 14px;
    margin-left: 20px;
}
#services #sec05 {
  color: #032d4c;
}
#services #sec05 .sec_trans_box {
  background-image: url(../img/services_sec05_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
#services #sec05 li {
  border-bottom: 1px solid #b3c0c9;
  padding: 5px 20px;
}
#services #sec06 {
  color: #032d4c;
  margin-top: -10vw;
}
@media screen and (max-width: 767px) {
  #services #sec06 h3,
  #services #sec06 p {
    text-align: left;
  }
}
#services #sec07 {
  background-image: url(../img/common_bg_img02.png);
}
#services #sec07 .sec_trans_box {
  background-image: url(../img/services_sec07_bg.png);
  background-size: cover;
  min-width: 1120px;
  margin-top: 2.4vw;
  height: 22vw;
}
@media screen and (max-width: 767px) {
  #services #sec07 .sec_trans_box {
    min-width: auto;
  }
}

/*********************************************
 * company
 *********************************************/
#company #sec01 .sec_trans_box {
  background-image: url(../img/company_mainphoto_img.jpg);
}
#company #sec03 {
  background-image: url(../img/common_bg_img02.png);
  color: #ffffff;
  margin-top: -6vw;
  padding-top: 0;
}
#company #sec03 .sec_trans_box {
  background-image: url(../img/company_sec02_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 560px;
  margin-bottom: -7vw;
}
#company #sec03 h3 {
  font-size: 36px;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  line-height: 1.4;
  margin-top: 220px;
  margin-bottom: 20px;
}
#company #sec03 p {
  width: 430px;
}
@media screen and (max-width: 767px) {
  #company #sec03 .sec_trans_box {
    background: none;
    margin-bottom: 9em;
  }
  #company #sec03 h3 {
    margin-top: 0px;
  }
  #company #sec03 p {
    width: auto;
  }
}

#company #sec04 {
  color: #032d4c;
  margin-bottom: -10vw;
}
#company #sec04 .sec_trans_box {
  background-image: url(../img/company_sec04_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
#company #sec04 .sec_trans_box__test {
  background-image: url(../img/company_sec04_bg_test.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
@media screen and (max-width: 767px) {
  #company #sec04 h4 {
    font-size:5vw;
  }
  #company #sec04 p {
    width: auto;
  }
}
#company #sec05 {
  color: #032d4c;
}
@media screen and (max-width: 767px) {
  #company #sec05 h3 {
    text-align: left;
  }
}
#company #sec06 {
  background-image: url(../img/common_bg_img02.png);
  color: #ffffff;
  margin-top: -5vw;
}
#company #sec06 .sec_trans_box {
  background-image: url(../img/company_sec06_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  min-width: 1120px;
  margin-top: -5vw;
  height: 600px;
  margin-bottom: -15vw;
}
#company #sec06 h3 {
  font-size: 36px;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #company #sec06 .sec_trans_box {
    background-image: url(../img/company_sec06_bg_sp.png);
    min-width: auto;
  }
  #company #sec06 h3 {
    margin-top: 570px;
  }
}
#company #sec07 {
  color: #032d4c;
  margin-bottom: -80px;
}
#company #sec07 h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
#company #sec07 .sec07_r_img {
  margin-top: -80px;
  margin-bottom: -80px;
  z-index: 900;
}
@media screen and (max-width: 992px) {
  #company #sec07 .sec07_r_img {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
  }
}
#company #sec08 {
  background-image: url(../img/common_bg_img01.png);
  color: #ffffff;
  /*margin-top: -5vw;*/
  z-index: -1;
}
#company #sec08 table {
  border-top: 1px solid #b3c0c9;
  margin-top: 20px;
}
#company #sec08 tr {
  border-bottom: 1px solid #b3c0c9;
}
#company #sec08 th {
  padding: 5px 20px;
  width: 120px;
  vertical-align: top;
  color: #fff;
}
#company #sec08 td {
  padding: 5px 20px;
  color: #fff;
}
#company #sec10 {
  background-image: url(../img/common_bg_img02.png);
  margin-top: -7vw;
}
#company #sec10 .sec_trans_box {
  background-image: url(../img/company_sec10_bg.png);
  background-size: cover;
  min-width: 1120px;
  margin-top: 2.4vw;
  height: 22vw;
}
@media screen and (max-width: 767px) {
  #company #sec10 .sec_trans_box {
    min-width: auto;
  }
}

/*********************************************
 * staff
 *********************************************/
#staff #sec01 .sec_trans_box {
  background-image: url(../img/staff_mainphoto_img.jpg);
}
#staff #sec02 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #032d4c;
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #staff #sec02 h3 {
    text-align: left;
  }
}
#staff #sec03 {
  background-image: url(../img/common_bg_img02.png);
}
#staff #sec03 .sec_trans_box {
  margin-top: 2.4vw;
  height: 23vw;
}
#staff #sec03 .col-xs-4 {
  padding: 0;
}
#staff #sec03 .col-xs-4 img {
  width: 100%;
  height: auto;
}

/*********************************************
 * recruit
 *********************************************/
#recruit #sec01 {
  z-index: -2;
}
#recruit #sec01 .sec_trans_box {
  background-image: url(../img/recruit_mainphoto_img.jpg);
}
#recruit .recruit_sub_title {
  color: #032d4c;
  font-size: 36px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}
#recruit .recruit_sub_title span {
  color: #e60012;
}
#recruit .recruit_title {
  background-color: #032d4c;
  background-image: url(../img/recruit_sectaitle_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  padding: 20px;
}
#recruit .recruit_title_red {
  background-color: #e60012;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  padding: 20px;
}

#recruit table {
  width: 100%;
}
#recruit tr {
  border-bottom: 1px solid #dddddd;
}
#recruit th {
  width: 160px;
  padding: 10px;
  vertical-align: top;
}
#recruit td {
  padding: 10px;
  vertical-align: top;
}
#recruit td .red {
  color: #032d4c;
}
#recruit #sec03 {
  background-image: url(../img/common_bg_img02.png);
  margin-top: -1px;
  z-index: -1;
}
#recruit #sec03 img {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #recruit .recruit_sub_title {
    text-align: left;
    font-size: 30px;
    line-height: 1.6;
  }
  #recruit th {
    width: 90px;
  }
}

#info_201806_h {
  height: 360px;
}
#info_201806 {
  margin-top: -430px;
}
@media (max-width: 740px) {
  #info_201806_h {
    height: 50vw;
  }
  #info_201806 {
    margin-top: -55vw;
  }
}

#info_202001_h {
  height: 450px;
}
#info_202001 {
  margin-top: -550px;
}
@media (max-width: 740px) {
  #info_202001_h {
    height: 70vw;
  }
  #info_202001 {
    margin-top: -75vw;
  }
}
#recruit #sec03_bottom {
  background-image: url(../img/common_bg_img01.png);
  margin-top: -10px;
  z-index: 1;
}
#recruit #sec03_bottom #info_202001_1 {
  margin: -1vw auto -1vw;
  transform: skewY(-1deg);
}
#recruit #sec03_bottom #info_202001_2 {
  display: none;
}

@media (max-width: 1460px) {
  #recruit #sec03_bottom #info_202001_1 {
    display: none;
  }
  #recruit #sec03_bottom #info_202001_2 {
    background-image: url(../img/recruit_sec3_bottom_img_202003.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 440px;
    display: block;
    margin: -20px -30px -20px;
    transform: skewY(-1deg);
  }
}
@media (max-width: 992px) {
  #recruit #sec03_bottom #info_202001_2 {
    height: 480px;
  }
}
@media (max-width: 767px) {
  #recruit #sec03_bottom {
    margin-top: -15px;
  }
  #recruit #sec03_bottom #info_202001_2 {
    background-size: 270vw;
    height: 85vw;
    max-height: 100vw;
    margin: 0vw -30px 0vw;
  }
}


/*********************************************
 * contact
 *********************************************/
#contact #sec01 .sec_trans_box {
  background-image: url(../img/contact_mainphoto_img.jpg);
}
#contact #sec03 {
  background-image: url(../img/common_bg_img01.png);
  color: #ffffff;
  margin-top: -6vw;
  padding-top: 0;
}
#contact #sec03 .sec_trans_box {
  background-image: url(../img/contact_sec02_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 560px;
  margin-bottom: -7vw;
}

#contact #sec03 .sec_trans_box_test {
  background-image: url(../img/contact_sec02_bg_test.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 560px;
  margin-bottom: -7vw;
}
#contact #sec03 p {
  margin-top: 220px;
  margin-bottom: 20px;
  width: 430px;
}
@media screen and (max-width: 992px) {
  #contact #sec03 .sec_trans_box {
    background: none;
    margin-bottom: 9em;
  }
  #contact #sec03 p {
    margin-top: 10px;
    width: auto;
  }
}

#contact #sec04 table {
  width: 100%;
}
#contact #sec04 th {
  border-right: 1px solid #ffffff;
  width: 200px;
}
#contact #sec04 th,
#contact #sec04 td {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #contact #sec04 th,
  #contact #sec04 td  {
    display: block;
  }
  #contact #sec04 th {
    border-bottom: none;
    padding-top: 2em;
  }
  #contact #sec04 td * {
    max-width: 80vw;
  }
}

#contact .contact_i_hi {
  background-color: #ff0000;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  padding: 3px 5px;
}
#contact .contact_i_ni {
  background-color: #ededed;
  border-radius: 4px;
  color: #57370d;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  padding: 3px 5px;
}

#contact .error {
  color: #ff0000;
  font-weight: bold;
}
#contact .form_check {
  color: #009900;
  display: none;
  padding: 0 10px;
}
#contact #form_submit {
  background-color: #009900;
  border: none;
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 30px;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}
#contact #form_submit:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
#contact #form_back {
  background-color: #eeeeee;
  border: none;
  color: #333333;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 30px;
  -moz-transition: -moz-transform 0.1s linear;
  -webkit-transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
}
#contact #form_back:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*********************************************
 * blog
 *********************************************/
#blog #sec01 .sec_trans_box {
  background-image: url(../img/blog_mainphoto_img.jpg);
}
#blog #wp_main .wp_post {
  padding-bottom: 50px;
}
#blog #wp_main .wp_meta {
  background-color: #032d4c;
  background-image: url(../img/blog_sectaitle_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  padding: 10px 20px;
}
#blog #wp_main .wp_meta a {
  color: #ffffff;
}
#blog #wp_side .wp_side_title {
  background-image: url(../img/common_icon_logo.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #003f98;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 5px;
  padding: 5px 0 5px 60px;
}
#blog #wp_side .wp_side_title small {
  color: #006ba9;
  display: block;
  font-family: 'GenJyuuGothic', serif;
  font-size: 12px;
  font-style: normal;
  padding-top: 5px;
}
#blog #wp_side .wp_side_links {
  list-style-type: none;
  padding: 0 0 30px;
}
#blog #wp_side .wp_side_links ul {
  list-style-type: none;
  padding: 0;
}
#blog #wp_side .wp_side_links a {
  background-image: url(../img/blog_wp_side_links.png);
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: 230px center;
  display: block;
  padding: 10px 15px 10px 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  #blog #wp_side .wp_side_links a {
    background-image: none;
  }
}

#blog #wp_side .wp_side_links a:hover {
  background-position: 235px center;
  text-decoration: none;
}
#blog #wp_side .wp_side_links_thum {
  background-image: url(../img/blog_noimage.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 60px;
}
#blog #wp_side .wp_side_links_thumtext {
  display: block;
  vertical-align: middle;
  line-height: 15px;
  height: 60px;
  margin: -60px 0 0 65px;
  overflow-y: hidden;
}

#blog .pager .page_arrow {
  color: #003f98;
}
#blog .pager .page_numbers {
  border: 2px solid #003f98;
  border-radius: 30px;
  color: #003f98;
  display: inline-block;
  width: 40px;
  line-height: 36px;
  text-align: center;
  margin: 0 5px;
}
#blog .pager .page_numbers:hover,
#blog .pager .page_numbers.current {
  background-color: #003f98;
  color: #ffffff;
  text-decoration: none;
}

/*********************************************
 * welfare
 *********************************************/
#welfare #sec01 .sec_trans_box {
  background-image: url(../img/welfare_mainphoto_img.jpg);
}
#welfare #sec02 {
  padding-bottom: 3vw;
}
#welfare #sec03 {
  background-image: url(../img/common_bg_img02.png);
  color: #ffffff;
  margin-top: -6vw;
  padding-top: 0;
}
#welfare #sec03 .sec_trans_box {
  background-image: url(../img//welfare_sec03_bg.png);
  background-position: center 0;
  background-repeat: no-repeat;
  height: 560px;
  margin-bottom: -7vw;
}
#welfare #sec03 h3 {
  font-size: 36px;
  text-shadow: 0px 1px 6px rgba(6, 0, 1, 0.25);
  line-height: 1.4;
  margin-top: 240px;
  margin-bottom: 20px;
}
#welfare #sec03 p {
  width: 430px;
}
@media screen and (max-width: 767px) {
  #welfare #sec03 .sec_trans_box {
    background: none;
    margin-bottom: 4em;
  }
  #welfare #sec03 h3 {
    margin-top: 1em;
  }
  #welfare #sec03 p {
    width: auto;
  }
}
#welfare #sec04 {
  color: #032d4c;
  margin-bottom: -10vw;
}
#welfare #sec04 .sec_trans_box {
  padding-bottom: 10vw;
}
#welfare #sec04b {
  background-image: url(../img/common_bg_img02.png);
}
#welfare #sec04b .sec_trans_box {
  background-image: url(../img/welfare_sec04b_bg.png);
  background-size: cover;
  min-width: 1120px;
  margin-top: 2.4vw;
  height: 22vw;
}
@media screen and (max-width: 767px) {
  #welfare #sec04b .sec_trans_box {
    min-width: auto;
  }
}
#welfare #sec04 h2 span {
    font-family: 'GenJyuuGothic', serif;
    font-size: 14px;
    margin-left: 20px;
}
#welfare #sec05 {
  color: #032d4c;
}
#welfare #sec05 .sec_trans_box {
  background-image: url(../img/welfare_sec05_bg.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 45vw;
}
#welfare #sec05 li {
  border-bottom: 1px solid #b3c0c9;
  padding: 5px 20px;
}
#welfare #sec06 {
  color: #032d4c;
  margin-top: -10vw;
}
@media screen and (max-width: 767px) {
  #welfare #sec06 h3,
  #welfare #sec06 p {
    text-align: left;
  }
}
#welfare #sec07 {
  background-image: url(../img/common_bg_img02.png);
}
#welfare #sec07 .sec_trans_box {
  background-image: url(../img/services_sec07_bg.png);
  background-size: cover;
  min-width: 1120px;
  margin-top: 2.4vw;
  height: 22vw;
}
@media screen and (max-width: 767px) {
  #welfare #sec07 .sec_trans_box {
    min-width: auto;
  }
}

/*********************************************
 * WoedPress 基礎
 *********************************************/
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
  .alignleft {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  /* optional rounded corners for browsers that support it */
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
}
.wp-caption img {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.size-full , .alignnone , .wp-caption img {
  display: inline-block;
  /*width: 98% \9;*/
  max-width: 98%;
  height: auto;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}

/*********************************************
 * ADD 2020.03
 *********************************************/
#footer_contact_tel {
  border-top: 1px solid #003f98;
  border-bottom: 1px solid #003f98;
  max-width: 400px;
  margin: 1em auto;
  padding: 1em 0;
}
#footer_contact_tel .f_tel {
  text-align: left;
  max-width: 100%;
  padding: 0 2em;
}
#footer_contact_tel .f_tel p {
  display: block;
}
#footer_contact_tel .f_tel strong:last-child {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 767px) {
  #footer_contact_tel .f_tel strong:last-child {
    display: block;
    text-align: right;
    width: 100%;
  }
}

/*********************************************
 * whitepaper
 *********************************************/
#whitepaper #sec01 .sec_trans_box {
  background-image: url(../img/whitepaper_mainphoto_img.jpg);
}
#whitepaper #sec02 .sec02_box {
  background-color: #e5eaed;
  margin-top: 30px;
}
#whitepaper #sec02 .sec02_box .col-xs-12 {
  padding: 0;
}
#whitepaper #sec02 .sec02_box .sec02_1a {
  background-color: #032d4c;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
#whitepaper #sec02 .sec02_box .sec02_1a > div {
  background-image: url(../img/whitepaper_photo_musk1.png);
  background-repeat: no-repeat;
  background-position: top right;
}
#whitepaper #sec02 .sec02_box .sec02_1a > div >p {
  color: #fff;
  padding: 10px 70px 10px 20px;
  margin: 0;
}
#whitepaper #sec02 .sec02_box .sec02_1b {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #whitepaper #sec02 .sec02_box .sec02_1a {
    background-position: top center;
  }
  #whitepaper #sec02 .sec02_box .sec02_1a > div {
    background: none;
  }
  #whitepaper #sec02 .sec02_box .sec02_1a > div >p {
    padding: 10px 20px;
  }
  #whitepaper #sec02 .sec02_box .sec02_1b {
    padding-top: 0;
  }
}
#whitepaper #sec02 .sec02_box .sec02_2a {
  background-color: #032d4c;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
#whitepaper #sec02 .sec02_box .sec02_2a > div {
  background-image: url(../img/whitepaper_photo_musk2.png);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#whitepaper #sec02 .sec02_box .sec02_2a > div >p {
  color: #fff;
  padding: 10px 20px 10px 40px;
  margin: 0;
}
#whitepaper #sec02 .sec02_box .sec02_2b {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #whitepaper #sec02 .sec02_box .sec02_2a {
    background-position: top center;
  }
  #whitepaper #sec02 .sec02_box .sec02_2a > div {
    background: none;
  }
  #whitepaper #sec02 .sec02_box .sec02_2a > div >p {
    padding: 10px 20px;
  }
  #whitepaper #sec02 .sec02_box .sec02_2b {
    padding-top: 0;
  }
}

/*********************************************
 * 追加2020/08/31
 *********************************************/

#footer_contact_tel .p-tel-fax{
  display: flex;
  justify-content: space-between;
}

.p-list-link a{
  color: #007cc5;
}

.p-list-link .p-list-link__center{
  text-align: center;
}

.top-title img{
  max-width: 673px;
  width: 100%;
  height: auto;
}

/*********************************************
 * 追加2020/10/09
 *********************************************/

.table-list{
  list-style-type: none;
  padding: 0px;
}

.table-list li{
  padding-left: 6em;
  text-indent: -6em;
}

.table-list span{
  display: inline-block;
  width: 6em;
  padding-left: 6em;
}