@charset "utf-8";
/* CSS Document */
CSS *, *::before, *::after {
    box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.6em;
    color: #444;
    box-sizing: border-box;
}
 *::-webkit-media-controls-panel {
 display: none!important;
 -webkit-appearance: none;
}
 *::--webkit-media-controls-play-button {
 display: none!important;
 -webkit-appearance: none;
}
 *::-webkit-media-controls-start-playback-button {
 display: none!important;
 -webkit-appearance: none;
}
body {
    -webkit-text-size-adjust: 100%;
}
a {
    color: #444;
    transition: .3s ease;
}
a:hover {
    color: #79BBC8;
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
/* ヘッダー　*/
header {
    height: 109px;
    border-top: 8px solid #002851;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
}
.nav {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100px;
    font-size: Noto Sans JP;
    position: relative;
}
.nav a {
    text-decoration: none;
    font-size: 17px;
}
.nav li {
    position: relative;
}
.nav li:first-child {
    margin-right: auto;
}
.nav li:first-child a {
    padding: 0;
}
.nav li:first-child a:hover {
    background-color: #fff;
}
.nav li a {
    color: #002851;
    width: 100%;
    height: 100%;
    font-weight: 600;
    display: block;
    padding: 37px 25px;
    transition: .3s ease;
}
.nav li a:hover {
    color: #fff;
    background-color: #79bbc8;
}
li.activ::after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #79bbc8;
    width: 100%;
    height: 5px;
    bottom: 0px;
}
.hero {
    margin-bottom: 60px;
}
/* コンテンツ　*/

section {
    width: 100%;
    margin-bottom: 120px;
}
section:last-child {
    margin-bottom: 200px;
}
.page_title {
    background-color: #e1e1e1;
}
.page_title h1 {
    font-size: 20px;
    line-height: 108px;
    padding-right: 10px;
    margin: 0 auto;
}
h2 {
    color: #002851;
    font-size: 24px;
    margin-bottom: 60px;
    font-family: Noto Sans JP 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h2.explanatory {
    color: #333333;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 80px;
    font-family: Noto Sans JP 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h2 .annotation {
    font-weight: normal;
    font-size: 16px;
    color: #666;
}
.breadcrumbs {
    margin: 10px auto 100px;
    ;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li a {
    color: #777;
    text-decoration: none;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li:last-child {
    color: #111;
}
.breadcrumbs li::after {
    content: "＞";
}
.breadcrumbs li:last-child::after {
    content: "";
}
.content_inner {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.small_content_inner {
    width: 860px;
    margin: 0 auto;
}
.content70 {
    width: 70%;
    margin: 0 auto;
}
main {
    margin-bottom: 200px;
    padding-top: 109px;
}
.info {
    margin-top: 60px;
}
.info dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 30px 40px;
}
.info dl dt {
    width: 15%;
}
.info dl dd {
    width: 85%;
    margin-bottom: 20px;
}
.about_caption {
    text-align: center;
    margin-bottom: 30px;
}
.about_caption h2 {
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 1.2em;
}
.about_detail p {
    margin-bottom: 1em;
}
.slider {
    margin-bottom: 30px;
}
.caption {
    text-align: center;
}
.main_color {
    background-color: #002851;
}
.accent_color {
    background-color: #79bbc8;
}
.caption h3 {
    font-size: 26px;
    color: #fff;
    padding-top: 22px;
}
.caption span {
    color: #fff;
    display: block;
    margin-bottom: 80px;
    padding-bottom: 12px;
    font-size: 18px;
}
.card_detail {
    padding: 0 15px;
}
.card_detail_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card_detail_inner::after {
    content: "";
    display: block;
    width: 30%;
}
.card_detail_inner li {
    width: 350px;
    height: 170px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.card_detail_inner li::after {
    content: "";
    position: absolute;
    background-color: #5c2748;
    display: block;
    height: 4px;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .7s all;
}
.card_detail_inner li:hover::after {
    width: 100%;
}
.card_detail_inner li img {
    opacity: 0.8;
    transition: .3s ease;
}
.card_detail_inner li a {
    width: 100%;
    height: 100%;
    display: block;
}
.card_detail_inner li a:hover img {
    opacity: 1;
}
.card_detail_inner li:hover::before {
    transition: transform ease-in-out;
    border-bottom: 4px solid #5c2748;
    width: 350px;
    opacity: 1;
}
.card_detail_inner span {
    position: absolute;
    display: block;
    color: #fff;
    font-size: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
}
.card_detail_inner span:hover {
}
.vse_steering span {
    text-align: center;
    width: 200px;
}
.card_detail_inner li a:hover span {
    color: #000;
    font-weight: 600;
    text-shadow: 2px 1px 1px #fff;
}
.card_detail_inner span.long_text {
    width: 100%;
    left: 65%;
}
.col2 {
    display: flex;
}
.flex_around {
    display: flex;
    justify-content: space-around;
}
.arrow {
    position: relative;
}
.arrow::after {
    content: "";
    border-top: 1px solid #444;
    width: 10px;
    height: 10px;
    border-right: 1px solid #444;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    right: -18px;
    transition: .3s ease;
}
.arrow:hover::after {
    border-color: #79BBC8;
    right: -22px;
}
.group_product {
    background-image: url(/common/img/product_truck_01.jpg);
    background-repeat: no-repeat;
    background-position: center 20px;
    transition: .5s ease;
}
.group_product.truck_bpw_img {
    background-image: url(/common/img/product_truck_bpw.jpg);
}
.group_product.truck_hbn_img {
    background-image: url(/common/img/product_truck_hbn.jpg);
}
.group_product.truck_ermax_img {
    background-image: url(/common/img/product_truck_ermax.jpg);
}
.group_product.truck_hestal_img {
    background-image: url(/common/img/product_truck_hestal.jpg);
}
.group_product_inner {
    width: 860px;
    margin: 0 auto;
}
.card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}
.card_top {
    height: 500px;
}
.card_bottom {
}
.card_product {
    width: 30%;
}
.card_product>a {
    text-decoration: none;
}
.card_product p {
    text-align: right;
}
.card_product_inner {
    padding: 10px 25px;
    border: solid 1px #b5b5b5;
    margin-bottom: 5px;
}
.card_product_logo {
}
.card_product_logo img {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.card_product_type dd {
    display: block;
}
.card_product_type dt {
    font-weight: 600;
}
#bpw {
    margin-top: -130px;
    padding-top: 130px;
    transition: 2s ease;
}
#hbn {
    margin-top: -130px;
    padding-top: 130px;
}
#ermax {
    margin-top: -130px;
    padding-top: 130px;
}
#hestal {
    margin-top: -130px;
    padding-top: 130px;
}
.low_card {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.product_frame {
    margin-bottom: 85px;
}
.col_card {
    display: flex;
    flex-direction: column;
}
.col_card li {
    text-indent: -1em;
}
.card_product_img {
    flex-basis: 350px;
}
.card_product_contents {
    width: 700px;
}
.product_text ul li {
    list-style-type: disc;
    margin-left: 1.8em;
}
.company_logo {
    margin-left: auto;
}
.card_product_contents dl {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px dashed #b5b5b5;
    display: flex;
    line-height: 48px;
    align-items: baseline;
    margin-bottom: 20px;
}
.card_product_contents dl dt {
    line-height: 48px;
    margin-right: 20px;
    font-weight: 600;
}
.card_product_contents dl dt dd {
    line-height: 48px;
}
.card_product_contents dl dt::after {
    content: ":";
    right: -10px;
    position: relative;
}
.company_name {
    color: #002851;
    font-size: 20px;
    font-weight: 500;
    font-family: Noto Sans JP 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.product_text {
    margin-bottom: 40px;
}
.product_text p {
    margin-bottom: 1em;
}
.product_text .col_card {
    margin-left: 1em;
}
.products_logo {
    margin-bottom: 40px;
}
.products_logo img {
    width: 180px;
}
.ico_blank a::after {
    content: url(/common/img/ico_blank.png);
    width: 13px;
    height: 14px;
    position: relative;
    right: -10px;
}
.ico_blank a:hover::after {
    content: url(/common/img/ico_blank_hover.png);
}
.company_information {
    margin-bottom: 80px;
}
.company_information dl {
    display: flex;
    flex-wrap: wrap;
}
.company_information dt {
    padding: 20px 0 20px 10px;
    width: 20%;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}
.company_information dd {
    padding: 20px 10px 20px 0;
    width: 80%;
    border-bottom: 1px solid #ccc;
}
.company_information dd:last-child {
    border-bottom: none;
}
.company_information dt:nth-last-child(2) {
    border-bottom: none;
}
.company_information ol {
    list-style-type: decimal;
    padding-left: 1.5em;
}
.company_img {
    width: 100%;
    margin: 0 auto;
}
.company_img img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 40px;
}
p.subject {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 3px solid #5c2748;
    width: 100%;
}
h3.subject {
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 3px solid #5c2748;
}
.subject span.text_r {
    font-weight: normal;
}
.company_information li {
    margin-bottom: 10px;
}
.destination li {
    margin-bottom: 10px;
}
.insert_img {
    width: 600px;
}
caption p {
    text-align: center;
}
.card_video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 60px;
}
.card_video li {
    width: 30%;
    margin-bottom: 80px;
    text-align: center;
    color: #999;
    line-height: 1.4em;
    align-self: flex-end;
}
.card_video li span {
    color: #333;
}
.card_video li video {
    border: 1px solid #ccc;
}
.card_video::after {
    content: "";
    display: block;
    width: 30%;
}
.card_video li {
    position: relative;
}
.card_video a:hover::after {
    content: url(/common/img/video_chapter-on.png);
    position: absolute;
    top: 37%;
    left: 37%;
}
.card_video a:hover img {
    opacity: 0.6;
}
.card_video a {
    text-decoration: none;
}
.js-modal-btn {
    width: 240px;
    border: solid 1px #000;
    padding: 1px;
}
.numbered_list {
    margin-left: 60px;
}
.numbered_list ol {
    margin-left: 20px;
}
.numbered_list li {
    list-style: decimal;
}
.explanatory {
    margin-bottom: 40px;
}
.item {
    font-weight: 600;
    right: 20px;
    bottom: 37px;
    z-index: 1;
}
.privacy ol>li {
    list-style-type: decimal;
    margin-bottom: 40px;
    margin-left: 1.5em;
}
.privacy ul li {
    list-style-type: disc;
    margin-left: 1.2em;
}
.privacy p {
    margin-bottom: 60px;
}
.annotation {
    font-size: 0.8rem;
}
.download_pdf {
    list-style: decimal;
    margin-left: 1.5em;
}
.download_pdf li {
    line-height: 3em;
    border-bottom: dotted 1px #ccc;
}
.download_pdf li a {
    display: inline-block;
    line-height: 100%;
    position: relative;
    text-decoration: none;
}
.ico_pdf::after {
    content: "";
    background: url(/common/img/icon_pdf.png) no-repeat 0 0;
    background-size: 16px;
    width: 22px;
    height: 26px;
    position: absolute;
    top: -3px;
    right: -25px;
}
.download_pdf li a:hover {
    color: #79BBC8;
}
.flex_col {
    flex-direction: column;
}
.file_size {
    font-size: 0.8em;
}
/* footer*/

#page_top p {
    position: fixed;
    bottom: 10%;
    right: 5%;
    font-size: 12px;
}
#page_top a {
    background-color: #5c2748;
    padding: 29px 7px 10px;
    color: #fff;
    text-decoration: none;
    transition: .3s ease;
}
#page_top a:hover {
    opacity: .8;
}
#page_top a::before {
    content: "";
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    position: absolute;
    top: -15px;
    right: 41%;
}
.footer_logo_area {
    background-color: #fcfbfb;
    border-bottom: solid 8px #5c2748;
}
.footer_logo {
    display: flex;
    height: 120px;
    align-items: center;
    padding: 0 15px;
}
.footer_logo img {
    margin-right: 45px;
}
.footer_logo li:first-child {
    margin-right: auto;
    color: #002851;
}
.footer_logo a:hover img {
    opacity: 0.6;
}
.footer {
    padding: 38px 0;
    background-color: #eaeaea;
}
.footer a {
    color: #444;
    text-decoration: none;
    line-height: 2.8em;
    font-weight: 100;
    font-size: 14px;
}
.footer a span {
    font-weight: 600;
}
.footer a:hover {
    text-decoration: underline;
}
.footer_inner {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer_col {
    width: 16%;
}
.footer_col:nth-child(1) {
    width: 20%
}
.footer_col:nth-child(2) {
    width: 20%
}
.footer_col span {
    font-weight: 500;
}
.c_right {
    color: #fff;
    background-color: #002851;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 8px 0;
}
/****** モジュール ******/

.img50 img {
    width: 50%
}
.img100 img {
    width: 100%
}
.t_right {
    text-align: right;
}
.t_center {
    text-align: center;
}
.m0_auto {
    margin: 0 auto;
}
.m0 {
    margin: 0 !important;
}
.mr20 {
    margin-right: 20px;
}
.mr40 {
    margin-right: 40px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb100 {
    margin-bottom: 100px;
}
.text_r {
    text-align: right;
}
.text_c {
    text-align: center;
}
.font_b {
    font-weight: bold;
}

@media print {
header {
    position: static;
}
}
