@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 0px) and (max-width: 960px) {

section.ind-sec {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

section.blue-sec {
    background-color: #F8FBFF;
}

section.ind-sec .sec-wrap {
    width: 95%;
    max-width:1400px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

h3.hd-en {
    width: 100%;
    margin:0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 110%;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #000;
}

h2.hd-ja {
    width: auto;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 220%;
    line-height: 120%;
    font-weight: 700;
    color: #013F98;
}

h2.hd-ja:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    display: inline-block;
    background-image: url("../img/common/icon_leaf.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-more {
    width: 60%;
    max-width: 250px;
    margin: 30px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #013F98;
    border-radius: 50px;
    transition: all 0.3s;
}

.btn-more:hover {
    background-color: #002963;
}

.btn-more a {
    width: 80%;
    margin: 0 auto;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #FFF;
    text-decoration:none;
    
    transition: all 0.3s;
}

.btn-more:hover a {
    width: 78%;
    padding: 10px 11%;
}

.btn-more a:after {
    content: "";
    width: 15px;
    height: 5px;
    display: inline-block;
    background-image: url("../img/common/icon_arr-r-w.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.intro-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 90%;
    line-height: 220%;
    font-weight: 400;
}

/***PICKUP***/

h2.ind-hd {
    width: 100%;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 200%;
    line-height: 110%;
    font-weight: 700;
    color: #013F98;
}

.pickup-car {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
}

.pickup-car > div {
    width: 30%;
}

.pickup-car a .pickup-img {
    width: 99%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    
    transition: all .3s;
    border: solid 1px #B2C3DB;
}
.pickup-car a:hover .pickup-img {
    border: solid 1px #0069FF;
}

.pickup-car a .pickup-img img {
    border-radius: 10px;
    line-height: 70%;
    
    transition: transform .3s;
}

.pickup-car a:hover .pickup-img img {
    transform: scale(1.07);
}

section.pickup-sec .btn-more {
    margin: 0 auto;
}

/***NEWS***/

.btn-hanbai {
    width: 90%;
    max-width: 600px;
    margin: 30px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border: solid 3px #0069FF;
    border-radius: 5px;
    transition:  all 0.3s;
}

.btn-hanbai:hover {
    background-color: #002963;
}

.btn-hanbai a {
    width: 90%;
    margin: 0 auto;
    padding: 40px 5% 20px;
    display:block;
    text-decoration: none;
     color: #0069FF;
}

.btn-hanbai a:after {
    content: "";
    width: 30px;
    height: 30px;
    margin: 20px auto 0;
    display: block;
    background-image: url("../img/index/icon_dl.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition:  all 0.3s;
}

.btn-hanbai:hover a:after {
    background-image: url("../img/index/icon_dl_w.svg");
}

.btn-hanbai a .txt {
    width: 90%;
    margin: 0 auto;
    color: #0069FF;
    text-decoration: none;
    font-size: 110%;
    font-weight: 700;
    line-height: 110%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition:  all 0.3s;
}

.btn-hanbai:hover a .txt {
    color: #FFF;
}

.btn-hanbai a .txt:before {
    content: "";
    width: 15px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/index/icon_doc.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition:  all 0.3s;
}

.btn-hanbai:hover a .txt:before {
    background-image: url("../img/index/icon_doc_w.svg");
}

/***ABOUT***/

section.about-sec {
    background-image: none;
}


section.about-sec:before {
    content: "";
    width: 50%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -20px;
    background-image: url("../img/index/about_bk.svg");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

h2.tokucho-mds {
    color: #013F98;
    font-size: 220%;
    line-height: 160%;
    font-weight: 700;
}

section.about-sec .intro-txt {    
    margin: 0 0 10px;
}

.tokucho-flex {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tokucho-flex .img-l {
    width: 70%;
    margin: 0 auto;
}

.tokucho-flex ul.tokucho-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tokucho-flex ul.tokucho-list li {
    padding: 20px 0;
    border-bottom: solid 1px #B2C3DB;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tokucho-flex ul.tokucho-list li .num {
    width: 10%;
    font-size: 120%;
    font-family: "Raleway", sans-serif;
    font-style: italic;
    color: #013F98;
}

.tokucho-flex ul.tokucho-list li .tl {
    width: 90%;
}

.tokucho-flex ul.tokucho-list li h4.toku-mds {
    margin: 0 0 10px;
    font-size: 130%;
    font-weight: 600;
}

.tokucho-flex ul.tokucho-list li .toku-txt {
    font-weight: 400;
    font-size: 90%;
}

section.about-sec .btn-more {
    float: right;
}


/***MANUFACTURERS***/

section.manufacture-sec h3.hd-en,section.manufacture-sec h2.hd-ja {
    text-align: center;
}
section.manufacture-sec h2.hd-ja {
    margin: 0 0 60px;
}


ul.maker-cat {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.maker-cat li {
    width: 90%;
    margin: 0 auto 30px;
}

ul.maker-cat li:last-child {
    margin: 0 auto;
}

ul.maker-cat li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

ul.maker-cat li .cat-img {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    line-height: 70%;
}

ul.maker-cat li .cat-img img {
    transition: transform .3s;
}

ul.maker-cat li:hover .cat-img img {
    transform: scale(1.07);
}

ul.maker-cat li .cat-name {
    color: #013F98;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    font-weight: 600;
}

ul.maker-cat li .cat-name:after {
    content: "";
    width: 25px;
    height: 10px;
    margin: 0 0 0 20px;
    display: inline-block;
    background-image: url("../img/index/icon_arr-r_bl.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/***BUSINESS***/

section.business-sec .intro-txt {
    margin: 0;
}

.business-car {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: visible !important;
    float: right;
}

.business-car .bc-box {
    width: 90% !important;
    margin: 0 auto !important;
    display: block !important;
}

.business-car .bc-item {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    color: #FFF;
    
    transition: all 0.3s;
    background-color: #013F98;
}

.business-car .bc-item:hover {
    background-color: #002963;
}

.business-car .bc-item a {
    width: 95%;
    margin: 0 auto;
    padding: 10px 2.5%;
    display: block;
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
}

.business-car .bc-item a:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    background-image: url("../img/index/icon_arr-circ.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.business-car .bc-item .bc-img {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    line-height: 70%;
}

.business-car .bc-item .bc-img img {
    transition: all 0.3s;
}

.business-car .bc-item:hover .bc-img img {
    transform: scale(1.07);
}

.business-car .bc-item .bc-name {
    width: 100%;
    margin: 0 0 10px;
    font-size: 160%;
    font-weight: 700;
}

.business-car .bc-item .bc-txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    font-size: 90%;
    font-weight: 400;
    line-height: 180%;
}

section.business-sec .btn-more {
    float: right;
} 


/***RECRUIT***/

section.recruit-sec {
    margin: 180px 0 0;
    overflow: visible;
    background-color: #013F98;
}

section.recruit-sec h3.hd-en,section.recruit-sec h2.hd-ja {
    color: #FFF;
}

section.recruit-sec .btn-more {
    width: 100%;
    background-color: #FFF;
}

section.recruit-sec .btn-more a {
    color: #013F98;
}

section.recruit-sec .btn-more a:after {
    background-image: url("../img/common/icon_arr-r-bl.svg");
}

section.recruit-sec .rec-r {
    width: 90%;
    max-width: 800px;
    float: none;
    margin: 0 auto;
    color: #FFF;
}

section.recruit-sec .rec-r .top-flex {
    width: 100%;
    margin: 0 0 10px;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.recruit-sec .rec-r .top-flex .top-l {
    width: 100%;
}

section.recruit-sec .rec-r .top-flex .top-r {
    width: 100%;
}

section.recruit-sec ul.rec-list {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    font-size: 120%;
}

section.recruit-sec ul.rec-list li {
    border-bottom: solid 1px #B2C3DB;
}

section.recruit-sec ul.rec-list li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #FFF;
    text-decoration: none;
    
    transition: all 0.3s;
}

section.recruit-sec ul.rec-list li a:hover {
    width: 99%;
    padding: 20px 0 20px 1%;   
}

section.recruit-sec ul.rec-list li a:after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url("../img/index/icon_arr-circ.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.recruit-img {
    width: 100%;
    position: absolute;
    top: -240px;
    left: 0;
    z-index: 10;
}


/***FACILITIES***/

section.fac-sec h3.hd-en,section.fac-sec h2.hd-ja{
    text-align: center;
}

section.fac-sec .intro-txt {
    margin: 0 0 60px;
    text-align: center;
}

ul.fac-list {
    width: 80%;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

ul.fac-list li {
    width: 100%;
    margin: 0 0 20px;
}

ul.fac-list li a {
    color: #013F98;
    text-decoration: none;
}

ul.fac-list li .fac-img {
    margin: 0;
}


ul.fac-list li .fac-name {
    font-size: 110%;
    font-weight: 700;
    text-align: center;
}

section.fac-sec .btn-more {
    margin: 0 auto;
}
}