@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css); /*==========================
COMMON
==========================*/
.top_cont {
    padding: 50px 0;
}

.top_cont h1 {
    font-size: 2.8rem;
    margin-bottom: 25px
}
.top_arrow {
text-align: center;
padding-top: 30px;
}

.top_arrow img {
    max-width: 15%;
}
/*==========================
MAIN VISIUAL
==========================*/
#mv {
    height: 240px;
    background: #fff;
    padding-top: 174px;
    /*background: url(/logistic/images/top/mv.png) no-repeat;*/
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.text_area {
    background: rgba(255, 255, 255, 0.83);
    width: calc((100% - 1000px) / 2 + 500px);
    overflow: hidden;
}

.text_area p {
    float: right;
    padding: 35px 20px;
    font-size: 2.2rem;
    text-shadow: -1px 2px 9px #757474;
}
#mv .top_arrow {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
/*==========================
CONT1
==========================*/
h1.is_cont1 {
    font-weight: 400;
}

.top_cont.cont1 p,.top_cont.cont3 p {
    max-width: 860px;
    margin: 0 auto;
    font-size: 2.0rem;
    font-weight: 100;
    width: 100%;
}
/*==========================
CONT2
==========================*/
.cont2 .content {
    position: relative;
	padding-bottom: 60px;
}

img.cont2_txt {
    position: absolute;
    left: 20px;
    top: 0;
    max-width: 41%;
}

img.cont2_map {
    max-width: 73%;
    position: relative;
    left: 3%;
}
a.cont2_link {
    font-size: 2.4rem;
    position: absolute;
    color: #fff;
    font-weight: 600;
    right: 10%;
    bottom: 0;
    text-shadow: 0px 0px 5px #000;
	z-index: 9999;
}
.cont2 .top_arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#track {
    position: absolute;
    bottom: 0;
    left: calc(50% + 8%);
    max-width: 30%;
    transition: left 1.5s;
}
#track.before {
    left: 100%;
}
#cont1 {
    position: relative;
    overflow: hidden;
}
/*==========================
CONT3
==========================*/
h1.is_cont3 {
    font-weight: 400;
}
h1.is_cont3 span {
	display: block;
	font-size: 2.6rem;
}

.cont3 h2 {
    background: #1d2089;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: 200;
    padding: 5px 40px;
    margin-bottom: 50px;
    margin-top: 63px;
}
img.cont3_img {
    margin: 30px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.top_cont.cont2 {
    background: url(/logistic/images/top/top2_bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    background-position: 100% 50%;
}
/*==========================
CONT4
==========================*/
.top_cont.cont4 {
    padding: 136px 0 213px;
    background: url(/logistic/images/top/top_cont4_bg.png) no-repeat center;
    background-size: cover;
}

.top_cont.cont4 p {
    text-align: center;
    font-size: 3rem;
    color: #FFF;
    text-shadow: 0px 0px 8px #414141;
    font-weight: 500;
    max-width: 676px;
    width: 100%;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px), print {
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    /*==========================
    COMMON
    ==========================*/
    .top_cont h1 {
    margin-bottom: 5px;
        font-size: 2rem;
    }

    .top_cont {
        padding: 20px 0;
    }
    .top_arrow {
    text-align: center;
    padding-top: 30px;
    }

    .top_arrow img {
        max-width: 41px;
    }
    /*==========================
    MAIN VISUAL
    ==========================*/
    .text_area {
        width: 50%;
    }

    .text_area p {
        font-size: 1.6rem;
        padding: 5px 5px;
        float: none;
    }

    #mv {
        height: 50vw;
        padding: 0;
        display: flex;
        align-items: center;
    }
    #mv .top_arrow {
        bottom: 5px;
    }
    /*==========================
    CONT1
    ==========================*/
    .top_cont.cont1 p, .top_cont.cont3 p {
        font-size: 1.6rem;
    }
    /*==========================
    CONT2
    ==========================*/
    a.cont2_link {
        font-size: 3vw;
    }
    /*==========================
    CONT3
    ==========================*/
    .cont3 h2 {
        font-size: 1.6rem;
        padding: 5px 10px;
        margin-bottom: 20px;
    }

    .is_cont3 th {
        width: 30%;
    }

    table.is_cont3 {
        font-size: 1.4rem;
    }
    /*==========================
    CONT4
    ==========================*/
    .top_cont.cont4 p {
        font-size: 1.8rem;
    }

    .top_cont.cont4 {
        padding: 50px 0;
    }
}
