article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ==================================================
style
================================================== */
body,
.entry {
    background: url(../img/bg_body.gif) 0 0 repeat;
}
.entry:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: url(../img/bg_border.gif) 0 0 repeat-x;
}
.entry{
    height: 80px;
}
.affix{
    position: fixed;
    top: 80px;
    left: 0px;
    width: 100% !important;
    z-index: 999;
}
.subpage{
    margin-top: 80px;
}

hr {
    border-bottom: 1px dotted #32b7ca;
}

a.link {
    background: url(../img/icon_link@2x.png) left 4px no-repeat;
    background-size: 11px 9px;
    padding-left: 15px;
}

h1,h2,h3,p{

}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

.education h2,
.education h3,
.education h4,
.education h5,
.education p {
    line-height: 1.9em;
    font-weight: bold;
}

.education p {
    font-weight: normal;
}

.home .section_wrap {
    margin-top: 0;
}

.home.affix-active .section_wrap {
    margin-top: 94px;
}

.bg-white {
    background-color: #fff;
}
.bg-blue {
    background-color: #3e6ec3;
    color: #fff;
}
.bg-gray {
    background-color: #f7f7f7;
}
.after-white:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: #fff;
}

.breadcrumbs {
    padding: 18px 0 25px;
}

.btn {
    padding: 18px;
    font-size: 16px;
    color: #0668ad;
}

.brand {
    padding: 16px 0;
}

.recruiting {
    padding: 22px 0;
    float: right;
}

.home .section {
    margin-top: 0;
}

.section_wrap {
    margin-top: 153px;
}

.timeline{
    background-color:#F0F6FB;
}

.lead_text {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 16px;
    line-height: 36px;
}

.main_img {
    padding-top: 80px;
    width: 100%;
}

.nav>li>a {
    padding: 14px 15px 1px;
    margin-bottom: 5px;
    margin-right: 1px;
    border-bottom: 2px solid transparent;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li>a.active {
    border-bottom: 2px solid #f2485f;
    background-color: transparent;
}
.nav>li:after {
    content: "";
    display: block;
    width: 1px;
    height: 61px;
    background-color: #bcd7eb;
    position: absolute;
    top: 0;
    right: 0;
}
.nav>li:last-child:after {
    display: none;
}

.navbar{
    background-color: rgba(255,255,255,1.0) !important;
    padding: 0px;
}

/*
.cover{
}

.cover .cover-image{
    max-height: 600px;
}

.cover-image{
    margin-top: 60px;
    background-image: url("img/main_img.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.main_copy{
    margin-top: 100px;
}
*/

.bs-docs-header{
  /*height: 230px;
  background-color: #CCCCCD;*/
}

.bs-docs-header .title {
    padding-top: 20px;
    padding-left: 30px;
}

.bs-docs-header img {
    width: 100%;
}

.bs-docs-header.company{
    height: 150px;
}

.subcontents_interview {
    /*margin-top: 153px;*/
    height: 463px;
    /*background-color: none !important;*/
    background-color: #4875BE;
    /*padding-top: 180px;
    padding-left: 50px;*/
    padding: 90px 25px 25px;
    width: 50%;
    color: #fff;
}

.subcontents_interview h2{
    font-size: 30px;
    line-height: 1.6em;
    font-weight: normal;
}

.interview_main {
  /*border-top: 20px solid #fff;*/
}

div.interview{
  /*margin-top: 140px;*/
  z-index: -1;
  display: block;
  height: 463px;
  position: absolute;
  top: 0px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

div.interview_xs{
    /*margin-top: 120px;*/
    /*z-index: -1;*/
    display: block;
    /*height: 260px;*/
    height: 250px;
    /*position: absolute;*/
    position: relative;
    top: 0px;
    width: 100%;
    background-size: cover;
    background-position: right;
}

.interview_copy_sp{
    width: 100%;
    background-color: #3E6EC3;
    color: #fff;
    /*position: absolute;
    bottom: 0;*/
}

.interview_copy_sp h2{
    font-size: 20px;
    line-height: 1.4em;
}

.watermark {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -28%;
}

.profile {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

/*
.profile_wrap {
  padding: 40px 30px 40px 50px;
}
.member_profile h1 {
  font-size: 20px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 50px;
}
.member_image_bg {
  display: block;
  background-position: 50%;
  min-height: 400px;
}
.profile_sp {
  padding: 30px;
}
.member_profile .profile_sp h1 {
  margin-bottom: 30px;
}
*/

h3.contets_title {
  margin-left: 15px;
  padding-left: 13px;
  border-left: 8px solid;
}


.sublink {
    background-color: #3E7EAF;
    color: #fff;
    padding: 25px 20px 20px 25px;
}
.sublink a {
    color: #fff;
}
.sublink ul {
    list-style: none;
    padding-left: 1em;
}
.sublink ul li {
    font-size: 16px;
    line-height: 2em;
}
.sublink ul li:before {
    content: "−";
    display: block;
    width: 1em;
    float: left;
}
.sublink ul li a {
    display: block;
    padding-left: 1em;
}
.contents_sublink {
    position: relative;
}
.contents_sublink .sublink_text {
    position: absolute;
    z-index: 2;
}

.contents_link{
    display: block;
    width: 100%;
    /*height: 200px;*/
    /*background-color: #3e6ec3;*/
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.contents_link .pull-left {
    width: 50%;
    position: absolute;
    top: 50%;
    margin-top: -1em;
    padding: 0 15px;
    text-align: center;
}
.contents_link .pull-right {
    width: 50%;
}
.contents_link .pull-right img {
    float: right;
    height: 200px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.w100 .bg-white {
    padding-bottom: 40px;
}
.w100 .container {
    width: 100%;
}
.w100 .list-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
}
.w100 .list-group-item {
    background-color: #fff;
    margin-bottom: 10px !important;
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #bcd7ec;
    padding: 0;
    text-align: center;
}
.w100 .list-group-item a {
    padding: 20px;
    display: block;
    font-size: 16px;
}
.w100 .list-group-item a:focus,
.w100 .list-group-item a:hover {
    text-decoration: none;
}
.w100 .list-group-item a:before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 24px;
}
.w100 .list-group-item a:hover:after {
    display: block;
    content: "";
    width: 1px;
    height: 57px;
    border-right: 2px solid #f2485f;
    position: absolute;
    right: 0;
    top: 0;
}
.w100 h3 {
    margin: 0;
    padding: 40px 0 40px 20px;
}
.w100 .section-body {
    padding: 0 0 0 20px;
}
.w100 .table{
}
.w100 .table th,
.w100 .table td {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.6em !important;
    border-top: 1px dotted #2fb7c7;
}
.w100 .table th.noborder,
.w100 .table td.noborder {
    padding-top: 0;
    border-top: none;
}
.w100 .table th {
    width: 100px;
}

.about_link{
    margin-left: 15px;
    display: block;
    width: 100%;
    height: 100px;
    background-color: #d8d8d8;
}

.about_link p{
    font-size: 18px;
    padding-top: 35px;
    padding-left: 20px;
}

.section_title_text {
    font-size: 24px;
    line-height: 1.6em;
    margin-top: 0;
    margin-bottom: 40px;
}
.section_lead_text {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
}
.section_body_text {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 2.0em;
}
.section_photo_left,
.section_photo_right {
    margin-top: 0;
    margin-bottom: 0;
}
.section_photo_left {
    margin-bottom: 30px;
}

.navbar-default .navbar-toggle {
    background-color: #fff;
    border-color: #fff;
    padding: 14px 15px;
}

.navbar-fixed-top a:focus,
.navbar-fixed-top a:hover {
    text-decoration: none;
}

.btn-default {
    border-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #f2485f;
    border-color: #f2485f;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #f18392;
    border-color: #f18392;
}
.btn-lg {
    padding: 28px 80px;
}
.section-title h1,
.section-title h2 {
    margin: 40px 0 20px;
}
.section-title h1 img,
.section-title h2 img {
    margin: 0 auto;
}
.section-body {
    background-color: #fff;
    padding: 60px 0;
}
#pickup .section-body a {
    position: relative;
    display: block;
}
#pickup .section-body a div,
#members_interview .bg-white a div,
#logistics_solution .bg-white a div,
#plant_engineering .bg-white a div,
#business_solution .bg-white a div,
#corporate .bg-white a div,
#overseas_employees .bg-white a div {
    width: 80%;
    max-width: 360px;
    height: 3em;
    min-height: 63px;
    max-height: 80px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.73);
    position: absolute;
    bottom: 0;
    /*left: 10%;*/
    left: 0;
    right: 0;
    padding: 1em;
    /* 角丸 */
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* text 省略 */
    /*overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;*/
}

#pickup .section-body a div p {
    overflow: hidden;
}

.hidden-overflow {
    overflow: hidden;
}
.single-interview .section.bg-white .container {
    border-bottom: 1px dotted #32b7ca;
}
.single-interview .section.bg-white:last-child .container {
    border-bottom: none;
}

.section-body-entry {
    padding: 20px 0 40px;
}
.section-body-entry .text-center {
    font-size: 16px;
}

.ellipsis_text {
/*overflow: hidden;*/
  /*height: 3em;*/
  color: #2A79B3;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  
}
.text_cut {
    margin-top: 0;
}

/* ==================================================
footer
================================================== */
#fbanner {
    padding: 60px 0 40px;
}
#fbanner .row {
    margin-bottom: 20px;
}

#footer {
    background-color: #0668ad;
    color: #fff;
    padding: 35px 0 16px;
}
#footer a {
    color: #fff;
    font-size: 12px;
}
#footer ul {
    list-style: none;
    padding-left: 1em;
}
#footer ul li:before {
    content: "−";
    display: block;
    width: 1em;
    float: left;
}
#footer ul li {
    padding-left: 1em;
    text-indent: -1em;
}
#footer h6,
#footer li {
    margin: 0 0 18px;
}
#footer .footer-recruiting {
    padding: 30px 0;
}
#footer .copy {
    font-size: 12px;
    margin-bottom: 0;
}

/* ==================================================
responsive style
================================================== */
/* sm, md, lg */
@media (min-width: 768px) {
    .btn_wrapper {
       padding-right: 0;
    }
}

/* xs, sm, md */
@media (max-width: 1199px) {

}

/* xs, sm */
@media (max-width: 991px) {
    .logo_footer_wrap {
        display: block;
        text-align: center;
    }
    .sublink {
        padding: 25px 0 0;
    }
    .sublink ul {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .sublink ul li {
        width: 100%;
        background-color: #0668ad;
        margin-bottom: 10px;
    }
    .sublink ul li:before {
        display: none;
    }
    .sublink ul li a {
        padding: 20px;
        position: relative;
    }
    .sublink ul li a:focus,
    .sublink ul li a:hover {
        text-decoration: none;
    }
    .sublink ul li a:before {
        display: block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0da";
        font-size: 12px;
        position: absolute;
        right: 20px;
        top: 30px;
    }
    .btn_wrapper:first-child {
        padding-right: 8px;
    }
    .btn_wrapper:last-child {
        padding-left: 8px;
    }
}

/* lg */
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

}

/* xs */
@media (max-width: 767px) {
    .navbar-header {
        background: url(../img/bg_body.gif) 0 0 repeat !important;
    }
    .nav>li:after {
        display: none;
    }
    .section_wrap {
        margin-top: 131px;
    }
    .member_image {
        width: 100%;
        display: block;
    }
    .home.affix-active .section_wrap {
        margin-top: 0;
    }
    .btn-lg {
        padding: 28px 40px;
        width: 100%;
    }
    #pickup .section-body a {
        max-width: 400px;
        margin: 0 auto;
    }
    .w100 .list-group {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .w100 .table {
        margin: 0;
    }
    .w100 .table th {
        width: 5em;
    }
    .w100 #about .table th {
        width: 6em;
    }
    .main_img_wrapper {
        margin-top: 142px;
    }
    .affix-top {
        margin-top: 80px;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        border-width: 0 0 1px;
    }
    .affix {
        top: 0;
    }
    .main_img_xs {
        width: 100%;
    }
}

/* xs Portrait */
@media (max-width: 479px) {

}
