@charset "utf-8";

/* -------------------- common -------------------- */

h1{
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.9;
    padding-bottom: 15px;
    text-shadow: 0 -2px 4px #30438c,0 2px 4px #30438c,2px 0 4px #30438c,-2px 0 4px #30438c;
}

h2{
    font-size: 5rem;
    font-weight: normal;
    color: #1e479d;
    line-height: 1.4;
}

.idx_common_tit{
    font-size: 2.4rem;
}

.idx_ta_center{
    text-align: center;
}

/* -------------------- idx_mv -------------------- */

.idx_mv{
    background: url("../img/idx_mv_bg01.png") no-repeat center center/cover;
}

.idx_mv_txt_box{
    float: right;
    width: 50%;
    padding: 144px 0 180px;
    color: #ffffff;
}

.idx_mv_txt_box p{
    font-size: 2.4rem;
    line-height: 1.66;
    letter-spacing: 4px;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
    text-shadow: 0 -2px 4px #30438c,0 2px 4px #30438c,2px 0 4px #30438c,-2px 0 4px #30438c;
}

.idx_mv_txt_pause{
    margin-right: -20px;
}

/* -------------------- idx_about -------------------- */

.idx_about{
    padding-top: 165px;
}

.idx_about_tbox{
    width: 50%;
    margin: 0 0 0 auto;
    padding: 8px 0 8px;
}

.idx_about_tit{
    font-size: 2.4rem;
}

.idx_about_txt{
    font-size: 1.8rem;
    line-height: 1.8;
    color: #070731;
}

.idx_about_mt_40{
    margin-top: 40px;
}

.idx_about_mt_30{
    margin-top: 30px;
}

.idx_about_inner{
    position: relative;
}

.idx_about_bg>img{
    display: none;
}

.idx_about_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 70px);
    background: url("../img/idx_about_img01.png") no-repeat center center/cover;
}

.idx_about_txt_en{
    letter-spacing: 4px;
}

/* -------------------- idx_service -------------------- */

.idx_service{
    padding-top: 145px;
}

.idx_service_box{
    margin-top: 40px;
    margin-bottom: -1px;
    overflow: hidden;
}

.idx_service_list{
    float: right;
    width: calc((100% - 1px)/2);
}

.idx_service_list:first-of-type{
    float: left;
}

.idx_service_list li{
    font-size: 2.4rem;
    line-height: 1.66;
    color: #ffffff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1px;
    height: 286px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.idx_service_list .idx_service_item_special{
    height: 573px;
}
/* -------------------- idx_logistics -------------------- */

.idx_logistics{
    padding: 130px 0;
}

.idx_logistics_list{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    background-color: #e9f3f8;
    padding: 74px 0 75px;
    margin-top: 50px;
}

.idx_logistics_list li{
    width: 128px;
    padding-right: 182px;
    background: url("../img/idx_logistics_arrow01.png") no-repeat right 84px center;
}

.idx_logistics_list li:last-of-type{
    padding-right: 0;
    background: none;
}

.idx_logistics_list li>p{
    margin-top: 20px;
}

.idx_logistics_itit{
    font-size: 2rem;
    text-align: center;
    color: #070731;
}

.idx_llist_ibox{
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.idx_logistics_tlist{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.idx_logistics_tlist li{
    width: 151px;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #ffffff;
    background-color: #1e479d;
    text-align: center;
    margin-right:30px;
    padding: 4px 5px 1px;
}

.idx_logistics_tlist li:last-of-type{
    margin-right: 0;
}

.idx_logistics_bbox{
    padding-top: 95px;
    background: url("../img/idx_logistics_arrow02.png") no-repeat center top 41px;
}

.idx_logistics_binner{
    padding: 36px 20px 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #e9f3f8;
}

.idx_logistics_binner>p{
    margin-top: 10px;
}

.idx_logistics_binner>img{
    display: block;
    margin: 0 auto;
}

/* -------------------- idx_agency -------------------- */

.idx_agency{
    padding: 110px 0 140px;
    background: url("../img/idx_agency_bg01.png") no-repeat center center/cover;
}

.idx_agency h2,
.idx_agency p{
    color: #ffffff;
}

.idx_agency_list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
}

.idx_agency_list li{
    position: relative;
    width: 19%;
    max-width: 225px;
}

.idx_agency_list li>img{
    display: block;
}

.idx_agency_list li p{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #ffffff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.agency_display_sp_block{
    display: none;
}

/* -------------------- idx_company -------------------- */

.idx_company{
    padding: 115px 0 100px;
    background: url("../img/idx_company_bg01.png") no-repeat center center/cover;
}

.idx_company h2,
.idx_company p{
    color: #ffffff;
}

.idx_company_list{
    margin-top: 50px;
}

.idx_company_list li{
    display: table;
    width: 100%;
    margin-bottom: 20px;
}

.idx_company_list li:last-of-type{
    margin-bottom: 0;
}

.idx_company_list li>div{
    display: table-cell;
    vertical-align: top;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #ffffff;
}


.idx_company_list li>div a{
    color: #ffffff;
}

.idx_company_list li>div a:hover{
    color: #1e479d;
}

.idx_company_itit{
    width: 180px;
}

.company_sp_display_block{
    display: none;
}

@media only screen and (max-width: 1300px) {
    /* -------------------- idx_company -------------------- */

    .idx_company .inner{
        padding-left: 80px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /* -------------------- idx_logistics -------------------- */

    .idx_logistics_list li {
        padding-right: 150px;
        background: url("../img/idx_logistics_arrow01.png") no-repeat right 70px center;
    }

    .idx_llist_ibox>img,
    .idx_logistics_binner>img{
        width: 120px;
    }
}


@media only screen and (max-width: 1200px) {

    /* -------------------- idx_agency -------------------- */

    .idx_agency_list li p {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1024px) {

    /* -------------------- common -------------------- */

    h2 {
        font-size: 4rem;
    }

    .idx_common_tit {
        font-size: 2.2rem;
    }

    /* -------------------- idx_mv -------------------- */

    .idx_mv_txt_box{
        padding: 100px 0;
    }

    h1{
        font-size: 3.2rem;
    }

    .idx_mv_txt_box p {
        font-size: 2rem;
        padding-top: 25px;
    }

    /* -------------------- idx_about -------------------- */

    .idx_about {
        padding-top: 100px;
    }

    .idx_about_txt {
        font-size: 1.6rem;
    }

    .idx_about_mt_40 {
        margin-top: 30px;
    }

    .idx_about_mt_30 {
        margin-top: 25px;
    }

    .idx_about_tbox{
        padding: 0;
    }

    .idx_about_bg {
        width: calc(50% - 50px);
    }

    /* -------------------- idx_service -------------------- */

    .idx_service{
        padding-top: 100px;
    }

    .idx_service_list li{
        font-size: 2rem;
        height: 200px;
    }

    .idx_service_list .idx_service_item_special {
        height: 401px;
    }

    .idx_service .service_pad_display_none{
        display: none;
    }

    /* -------------------- idx_logistics -------------------- */

    .idx_logistics {
        padding: 100px 0;
    }

    .idx_logistics_list {
        margin-top: 40px;
        padding: 60px 0;
    }

    .idx_llist_ibox>img,
    .idx_logistics_binner>img {
        width: 100px;
        margin: 0 auto;
    }

    .idx_logistics_list li {
        padding-right: 120px;
        background: url("../img/idx_logistics_arrow01.png") no-repeat right 60px center/18px auto;
    }

    .idx_logistics_bbox {
        padding-top: 100px;
        background: url("../img/idx_logistics_arrow02.png") no-repeat center top 35px/auto 18px;
    }

    .idx_logistics_itit {
        font-size: 1.8rem;
    }

    .idx_logistics_binner {
        border: 8px solid #e9f3f8;
    }

    .idx_logistics_tlist li{
        margin-right: 18px;
    }

    /* -------------------- idx_agency -------------------- */

    .idx_agency {
        padding: 100px 0;
    }

    /* -------------------- idx_company -------------------- */

    .idx_company {
        padding: 100px 0;
    }

    .idx_company_list {
        margin-top: 40px;
    }

    .idx_company .inner{
        padding-left: 60px;
    }
}

@media only screen and (max-width: 1023px) {

    /* -------------------- common -------------------- */

    h2 {
        font-size: 3.2rem;
    }

    .idx_common_tit {
        font-size: 2rem;
    }

    /* -------------------- idx_mv -------------------- */

    .idx_mv_txt_box {
        width: 60%;
        padding:80px 0;
    }

    h1 {
        font-size: 2.8rem;
    }

    .idx_mv_txt_box p {
        font-size: 1.8rem;
        padding-top: 22px;
    }

    .idx_mv_txt_pause {
        margin-right: -15px;
    }

    /* -------------------- idx_about -------------------- */

    .idx_about {
        padding-top: 80px;
    }

    .idx_about_tbox {
        width: 100%;
    }

    .idx_about_bg {
        width: 100%;
        position: static;
        background: none;
        margin-top: 30px;
    }

    .idx_about_bg>img{
        display: block;
        margin: 0 auto;
    }

    .idx_about h2,
    .idx_about .idx_common_tit{
        text-align: center;
    }

    /* -------------------- idx_service -------------------- */

    .idx_service{
        padding-top: 80px;
    }

    .idx_service_box{
        margin-top: 35px;
    }

    .idx_service_list{
        float: none !important;
        width: 100%;
    }

    .idx_service_list li{
        width: 100%;
        height: auto !important;
        min-height: 180px;
        font-size: 1.8rem;
    }

    /* -------------------- idx_logistics -------------------- */

    .idx_logistics {
        padding: 80px 0;
    }

    .idx_logistics_box{
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
        margin-top: 35px;
    }
    
    .idx_logistics_list{
        width: calc(50% - 30px);
        flex-wrap: wrap;
        margin-top: 0;
        padding: 40px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .idx_logistics_list li{
        padding-right: 0;
        padding-bottom: 60px;
        width: 100%;
        background: url("../img/idx_logistics_arrow02.png") no-repeat center bottom 25px/16px auto;
    }

    .idx_logistics_list li:last-of-type {
        padding: 0;
    }

    .idx_llist_ibox>img,
    .idx_logistics_binner>img {
        width: 80px;
        margin: 0 auto;
    }

    .idx_logistics_bbox{
        width: calc(50% + 30px);
        padding-top: 0;
        padding-left: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../img/idx_logistics_arrow01.png") no-repeat center left 25px/auto 16px;
    }

    .idx_logistics_binner{
        height: 100%;
        border: 8px solid #e9f3f8;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .idx_logistics_tlist{
        flex-direction: column;
        align-items: center;
    }

    .idx_logistics_tlist li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .idx_logistics_tlist li:last-of-type{
        margin-bottom: 0;
    }

    /* -------------------- idx_agency -------------------- */

    .idx_agency {
        padding: 80px 0;
    }

    .idx_agency_list{
        width: 715px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 35px auto -20px;
        overflow: hidden;
    }

    .idx_agency_list li{
        width: 225px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .idx_agency_list li:nth-of-type(3n) {
        margin-right: 0;
    }

    .idx_agency_list li:last-of-type {
        margin-right: 0;
    }

    /* -------------------- idx_company -------------------- */

    .idx_company {
        padding: 80px 0;
        background: url("../img/idx_company_bg01.png") no-repeat left 30% center/cover;
    }

    .idx_company_list {
        margin-top: 35px;
    }

    .idx_company_list li>div {
        font-size: 1.6rem;
    }

    .idx_company .inner{
        padding-left: 50px;
    }

}

@media only screen and (max-width: 767px) {

    /* -------------------- common -------------------- */

    h2 {
        font-size: 2.8rem;
    }

    .idx_common_tit {
        font-size: 1.8rem;
    }

    /* -------------------- idx_mv -------------------- */

    .idx_mv {
        background:
                url("../img/idx_mv_bg02_sp.png") no-repeat center bottom/100% auto,
                url("../img/idx_mv_bg01_sp.png") no-repeat center bottom/cover;
    }

    .idx_mv_txt_box {
        float: none;
        width: 85%;
        margin: 0 auto;
        padding: 60px 0 75%;
    }

    .idx_mv_txt_box p {
        letter-spacing: 2px;
    }

    .idx_mv_txt_pause {
        margin-right: -12px;
    }

    /* -------------------- idx_about -------------------- */

    .idx_about {
        padding-top: 60px;
    }

    .idx_about_txt {
        font-size: 1.4rem;
    }

    .idx_about_mt_40 {
        margin-top: 20px;
    }

    .idx_about_mt_30 {
        margin-top: 15px;
    }

    .idx_about_bg {
        margin-top: 25px;
    }

    /* -------------------- idx_service -------------------- */

    .idx_service{
        padding-top: 60px;
    }

    .idx_service_list li {
        min-height: 150px;
        font-size: 1.6rem;
    }

    .idx_service_box {
        margin-top: 30px;
    }

    /* -------------------- idx_logistics -------------------- */

    .idx_logistics {
        padding: 60px 0;
    }

    .idx_llist_ibox>img, .idx_logistics_binner>img {
        width: 60px;
    }

    .idx_logistics_list{
        width: calc(50% - 25px);
        padding: 30px 10px;
    }

    .idx_logistics_list li {
        padding-bottom: 50px;
        background: url("../img/idx_logistics_arrow02.png") no-repeat center bottom 20px/14px auto;
    }

    .idx_logistics_itit {
        font-size: 1.6rem;
    }

    .idx_logistics_bbox {
        width: calc(50% + 25px);
        padding-left: 50px;
        background: url("../img/idx_logistics_arrow01.png") no-repeat center left 20px/auto 14px;
    }

    .idx_logistics_binner {
        border: 6px solid #e9f3f8;
    }

    .idx_logistics_tlist li {
        font-size: 1.4rem;
        margin-bottom: 15px;
        width: 140px;
        padding: 2px 0;
    }

    .idx_logistics_tlist{
        margin-top: 20px;
    }

    .idx_logistics_box{
        margin-top: 30px;
    }

    /* -------------------- .idx_agency -------------------- */

    .idx_agency {
        padding: 60px 0;
    }

    .idx_agency .inner{
        text-align: center;
        font-size: 0;
    }

    .idx_agency_list{
        width: auto;
        display: inline-block;
    }

    .idx_agency_list li {
        width: 100%;
        max-width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: 0;
    }

    .idx_agency_list li>img {
        width: 100px;
        margin-right: 20px;
    }

    .idx_agency_list li p {
        position: static;
        display: block;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .agency_display_sp_none{
        display: none;
    }

    .agency_display_sp_block{
        display: block;
    }

    /* -------------------- idx_company -------------------- */

    .idx_company {
        padding: 60px 0;
    }

    .idx_company .inner {
        padding-left: 30px;
    }

    .idx_company_list {
        margin-top: 30px;
    }

    .idx_company_itit {
        width: 150px;
    }
}

@media only screen and (max-width: 480px) {

    /* -------------------- common -------------------- */

    h2 {
        font-size: 2.6rem;
    }

    .idx_common_tit {
        font-size: 1.6rem;
    }

    /* -------------------- idx_mv -------------------- */

    .idx_mv_txt_box {
        width: 100%;
        padding: 50px 0 75%;
    }

    h1 {
        font-size: 2.4rem;
        padding-bottom: 10px;
    }

    .idx_mv_txt_pause {
        margin-right: -5px;
    }

    .idx_mv_txt_box p{
        font-size: 1.6rem;
        padding-top: 18px;
    }

    .idx_mv .mv_display_sp_none{
        display: none;
    }

    /* -------------------- idx_about -------------------- */

    .idx_about {
        padding-top: 50px;
    }

    .idx_about_mt_40 {
        margin-top: 18px;
    }

    .idx_about_mt_30 {
        margin-top: 15px;
    }

    .idx_about_bg {
        margin-top: 20px;
    }

    /* -------------------- idx_service -------------------- */

    .idx_service{
        padding-top: 50px;
    }

    .idx_service_list li {
        min-height: 120px;
        font-size: 1.4rem;
    }

    .idx_service_box {
        margin-top: 25px;
    }

    /* -------------------- idx_logistics -------------------- */

    .idx_logistics {
        padding: 50px 0;
    }

    .idx_logistics_box{
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .idx_logistics_list,
    .idx_logistics_bbox{
        width: 100%;
    }

    .idx_logistics_list li {
        padding-bottom: 45px;
        background: url("../img/idx_logistics_arrow02.png") no-repeat center bottom 18px/12px auto;
    }

    .idx_logistics_bbox{
        padding-left: 0;
        padding-top: 45px;
        background: url("../img/idx_logistics_arrow02.png") no-repeat center top 18px/12px auto;
    }

    .idx_logistics_list li>p {
        margin-top: 15px;
    }

    .idx_logistics_binner{
        padding: 30px 20px;
        border: 4px solid #e9f3f8;
    }

    .idx_logistics_tlist {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 15px;
    }

    .idx_logistics_tlist li {
        width: 49%;
        margin-bottom: 2%;
    }

    .idx_logistics_tlist li:nth-of-type(2n+1){
        margin-right: 2%;
    }

    /* -------------------- .idx_agency -------------------- */

    .idx_agency {
        padding: 50px 0;
    }

    .idx_agency_list {
        margin:25px auto -15px;
    }

    .idx_agency_list li{
        margin-bottom: 15px;
    }

    .idx_agency_list li>img {
        width: 80px;
        margin-right: 15px;
    }

    .idx_agency_list li p {
       font-size: 1.4rem;
    }

    /* -------------------- idx_company -------------------- */

    .idx_company {
        padding: 50px 0;
        background: url("../img/idx_company_bg01.png") no-repeat left 35% center/cover;
    }

    .idx_company .inner {
        padding-left: 0;
    }

    .idx_company_list {
        margin-top: 25px;
    }

    .idx_company_list li{
        margin-bottom: 15px;
    }

    .idx_company_list li>div {
        font-size: 1.4rem;
    }

    .idx_company_itit {
        width: 130px;
    }

    .company_sp_display_block{
        display: block;
    }

    .company_sp_display_none{
        display: none;
    }
}