@charset "UTF-8";

/*  layout */
.contentsWarp{width: 100%;}


/* header */


/*  mainvis */
.mainvisWarp{
    background: url("../img/image/mainimage_01.png") no-repeat center center;
    background-size: auto 600px;
    height: 425px;

}

.mainvis_catch{
    padding: 100px 0 0;
    width: 940px;
    margin: 0 auto;
		position: relative;
}

/* .mainvis_catch::before { 
	content: "";
	width: 349px;
	height: 398px;
	background: url("../img/image/mainimage_01_2_202307.png") no-repeat center;
	position: absolute;
	right: -100px;
	top: 27px;
	background-size: contain;
} */

.mainvis_catch h1{
    color:#fff;
    line-height: 1.2;
    font-size:4.1rem;
    font-weight: 500;
		position: relative;
	
}

.mainvis_catch h1 span{
    font-size:6rem;
}

.mainvis_catch p{
    color:#fff;
    font-size:2rem;
    margin-top: 10px;
	position: relative;
}

.mainvis_catch ul{
    display: flex;
    color:#fff;
    margin-top: 10px;
    align-items: center;
    display: flex;
    text-align: center;
	position: relative;
}
  
.cta_mv_cath_01,
.cta_mv_cath_02{
    width: 300px;
    height: 65px;
    margin-right: 10px;
    margin-top: 10px;
    color: #fff;
    background-color: #099CB5;
    border-radius: 4px;
    line-height: 65px;
    display: block;
    box-sizing: border-box;
    transition: 0.5s;
    position: relative;
  }
  
  .cta_mv_cath_01:hover,
  .cta_mv_cath_02:hover{
    background-color: #FFA223;
    color: #fff;
  }

  .cta_mv_cath_02:hover::after{
    content: url(../img/image/mainctaarrow.png);
  }


  .cta_mv_cath_02{
    border-radius:3px ;
    background-color: #fff;
  }

.cta_mv_cath_01 a{
    color: #fff;
    padding-right: 12px;
}

.cta_mv_cath_02 a{
    color: #45B3D5;
    padding-right: 12px;
}

.cta_mv_cath_02 a:hover{
    color: #fff;
}


.cta_mv_cath_01::after{
    content: url(../img/image/mainctaarrow.png);
    position: absolute;
    top: 26px;
    right: 20px;
    transition: all .3s;
}

.cta_mv_cath_02::after{
    content: url(../img/image/mainctaarrow_02.png);
    position: absolute;
    top: 26px;
    right: 20px;
    transition: all .1s;
}

.cta_mv_cath_01:hover::after,
.cta_mv_cath_02:hover::after{
    right:10px;
}


/*  block02 */
  
.block02{
    padding-top: 60px;
    background-color: #F5F8F9; 
    /*background-color: #fff;*/
    text-align: center;
    padding-bottom: 60px;
}


.block02 h2{
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.4;
}
.wrapper_02> .block_title{
    padding-top: 60px;
}

.block02 p{
    font-size: 1.6rem;
    margin-top: 15px;}

.block02_01{
    background-color: #fff;
    width: 850px;
    padding: 0px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    margin: 0 auto;
    margin-bottom: 62px;
}

.block02_01 h3{
    color: #099CB5;
    font-size: 3.6rem;
    padding-top: 50px;
    margin-bottom: 30px;
}

.block02_01 p{
    font-size: 1.6rem;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 32px;
}

.block02_01 p > img{
    margin-bottom: 20px;
}


.block02_01_01{
    width: 681px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: inline-block;
}

.block02_01_02{
    width: 340px;
    padding-right: 30px;
    float: left;
    border-right: 1px solid #ccc;
    padding-bottom: 30px;
}

.block02_01_03{
    width: 340px;
    padding-left: 30px;
    float: left;
}


.block02_01_02 h4,
.block02_01_03 h4{
    font-size: 2.4rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.block02_01_02 h5,
.block02_01_03 h5{
    color: #099CB5;
    padding-top: 15px;
    font-size: 2rem;
    margin-bottom: 5px;
}

.block02_01_02 ul,
.block02_01_03 ul{
    text-align: left;
    padding-left: 20px;
}

.block02_01_02 li,
.block02_01_03 li{
    font-size: 1.5rem;
    line-height: 30px;
}

.block02_01 h6{
    font-size: 2.4rem;
    padding-bottom: 50px;

}


.block02_cta{
    clear: left;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 47px;
    background-color: #FF9B00;
    color: #fff;
    border-radius: 4px;
    padding: 18px 50px 20px 50px;
    position: relative;
    line-height: 19px;
    display: inline-block;
    font-size: 1.6rem;
}

.block02_cta::after{
    content: url(../img/top/arrow_01.png);
    position: absolute;
    top: 24px;
    right: 18px;
}





.emphasis{
    font-size:1.9rem;
    font-weight: bold;
}

.notes{
    font-size: 1.3rem;
    font-weight: 100;
}

/* cta_Warp */

.cta_Warp{
    height: 420px;
    background-color: #099CB5;
    background-size: 100% 420px;
    color: #fff;

}

.cta_contact{
    width: 920px;
    margin: 0 auto;
    height: 420px;
    position: relative;
}

.cta_txt{
    padding-top: 66px;
}

.cta_txt h2{
    font-size: 2.8rem;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.cta_txt_02{
    font-size: 1.6rem;
    font-weight: 100;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
}

.tel{
    margin-bottom: 15px;
}

.em{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.cta_title{
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/workbench.htmlweight: 500;
}

.cta_title:before, .cta_title:after {
    border-top: 1px solid;
    content: "";
    width: 120px;
  }

.cta_title:before {
    margin-right: 11px;
}

.cta_title:after {
    margin-left: 11px;
  }
  
.cta_button{
    width: 420px;
    height: 65px;
    background-color: #FF9B00;
    text-align: center;
    margin: 10px 0;
    padding-top: 16px;
    border-radius: 4px;
    font-size: 1.8rem;
    position: relative;
}

.cta_button::after{
    content: url(../img/top/arrow_03.png);
    position: absolute;
    top: 25px;
    right: 20px;
}

/*  block04 */

.block04 >h3{
    font-size: 3.8rem;
    margin-top: 66px;
}

.block04 > p{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 70px;
}

.block04_01{
    margin: 0 auto;
    width: 1100px;
    margin-bottom: 123px;

}

.block04_01 h4,h5{
    font-size: 2.4rem;
    color: #099CB5;
    margin-bottom: 10px;
}

.block04_01 h5{
    margin-bottom: 10px;
}


.block04_01 > p{
    margin: 35px 0;
    font-size: 1.7rem;
}

.block04_01 h5{
    font-size: 2rem;
}

.block04_01_01{
    display: flex;
    gap: 0px 60px;
    justify-content: center;
    margin-top: 75px;
    
}


.block04_01_02{
    width: 280px;
}

.block04_01_02 > p,
.block04_01_02 > h5{
    text-align: center;
}

.block04_01_02 ul{
    padding: 0 17px;
}


.block04_01_02 img{
    margin-bottom: 10px;
}


.block04_01_02 li{
    line-height: 25px;
}

.block04_01_02 li::before{
    position: relative;
    top: -4px;
    left: -10px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #000;
}

.block04_02 {
    width: 974px;
    margin: 0 auto;
}


.block04_02 h4{
    background-color: #099CB5;
    height: 71px;
    text-align: center;
    padding-top: 14px;
    font-size: 2.4rem;
    color: #fff;
}

.block04_02_01{
    background-color: #fff;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block04_02_01_02{
    width: 33.33%;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    padding: 22px 31px;
}

.block04_02_01_02:nth-child(3n) {
    border-right: solid 1px #ddd;
}

.block04_02_01_02_img,
.block04_02_01_02 > h5{
    text-align: center;

}

.block04_02_01_02 > h5{
    font-size: 2.1rem;
    margin: 5px 0;

}

.block04_02_01_02 > p{
    font-size: 1.5rem;
    letter-spacing: 2px;
}


.block04_02_01_02_txt{
    text-align: left;
}

.block04_03{
    width: 1100px;
    margin: 0 auto;
    padding-top: 113px;
}

.block04_03 h4{
    font-size: 2.4rem;
    text-align: center;
}

.block04_03_01_01{
    margin-top: 45px;
    padding-left: 40px;
}

.block04_03_01_01::before{
    content: url(../img/top/block04_03_img_01.png);
    left: 0px;
    float: left;
    margin-right: 20px;
}


.block04_03_01_01 h5{
    font-size: 2.2rem;
}

.block04_03_01_02{
    margin-top: 37px;
    clear: left;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.block04_03_01_02:last-child{
    padding: 0px;
}

.block04_03_01_02_icon{
    width: 33%;
    text-align: center;

}

.block04_03_01_02_icon img{
    width: 205px;
    height: 205px;
}

.block04_03_01_02_icon h6{
    font-size: 1.6rem;
    padding: 10px 0 18px 0;
    width: 250px;
    margin: 0 auto;
}
.block04_03_01_03 {
    margin-top: 45px;
    padding-left: 40px;
}

.block04_03_01_03::before{
    content: url(../img/top/block04_03_img_02.png);
    left: 0px;
    float: left;
    margin-right: 20px;
}

/*  b05_content L_bl */

.block05 h2 {
    font-size: 3rem;
    color: #111;
    text-align: center;
    letter-spacing: 0.05em;
    padding-bottom: 60px;
}

.b05_contentWrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.b05_content {
    background-color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    padding: 40px 55px;
    text-align: center;
    width: 48.5%;
    height: 760px;
}

.L_bl h3 {
        font-size: 2.2rem;
        color: #0061b9;
    }

.R_or h3 {
        font-size: 2.2rem;
        color: #ea7300;
    }

    .b05_content p {
        text-align: left;
        padding: 20px 0;
        line-height: 2.5rem;
    }


    .b05wrap_line {
        display: flex;
        justify-content: space-between;
        height: 145px;
        flex-wrap: wrap;
    }

    .b05_icon {
        width: 33%;
        padding: 20px 2px;
    }

    .b05_icon img {
        width: 85px;
        height: 75px;
    }

    .b05_icon h4 {
        line-height: 2.2rem;
        padding: 5px 0;
        font-size: 1em;
    }

/*  b05_content L_blここまで */

.block04_04{
    background-color: #fff;
    width: 850px;
    padding: 0px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    margin: 0 auto;
    margin-bottom: 62px;
}

.anchor{
    display: inline-block;
    padding-top: 88px;
    margin-top: -88px;
}


.block04_04 h4{
    color: #099CB5;
    font-size: 3rem;
    text-align: center;
    padding: 50px 0 42px 0;

}


.block04_04_01{
    padding: 0px 30px;
    height: 500px;
}

.block04_04_01_01{
    border-right: 1px solid #ccc;
    float: left;
}

.block04_04_01_02{
    float: left;
}

.block04_04_01_01_01{
    width: 317px;
    margin-right: 47px;
}

.block04_04_01_01_01 ul,
.block04_04_01_01_02 ul{
    margin-top: 5px;
    padding-left: 12px;
}


.block04_04_01_01_02{
    width: 317px;
    margin-left: 47px;
}

.block04_04_01_01 h5,
.block04_04_01_02 h5{
    text-align: center;
    font-size: 2.0rem;
    color: #000;
    margin: 25px 0 10px 0;
}


.block04_04_01_01 p,
.block04_04_01_02 p{
    font-size: 1.5rem;
    margin-top: 0px;
    line-height: 28px;


}

.block04_04_01_01 h6,
.block04_04_01_02 h6{
    width: 70px;
    height: 27px;
    background-color: #099CB5;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 100;
    text-align: center;
    margin-top: 25px;
    padding-top: 1px;
}

.block04_04_01_01 ul
.block04_04_01_02 ul{
    margin-top: 10px;
}

.block04_04_01_01 li,
.block04_04_01_02 li{
    line-height: 30px;
}

/*  block05 */

.block05 p{
    text-align: center;
    padding-bottom: 60px;
    font-size: 1.7rem;
    line-height: 35px;
}

.block05_01{
    background-color: #fff;
    width: 850px;
    padding: 0px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    margin: 0 auto;
    margin-bottom: 74px;
}

.block05_01 h4{
    text-align: center;
    font-size: 2.8rem;
    color: #099CB5;
    padding: 50px 0 43px 0;
}

.block05_01 p{
    text-align: center;
    font-size: 1.6rem;
    margin-top: 20px;
    padding-bottom: 30px;
}

.block05_01 ul{
    display: flex;
    justify-content:center;
    gap: 20px;
}

/*  block06 */

.block06 h2{
    padding-bottom: 48px;
}

.block06 h3{
    margin-top: 0px;
    font-size: 3.6rem;}

.block06 > p{
    text-align: center;
    font-size: 1.7rem;
    line-height: 35px;
    padding-bottom: 87px;
}

.block06_map{
    width: 1048px;
    margin: 0 auto;
    padding-bottom: 86px;
    background-image: url(../img/top/map.png);
    background-repeat: no-repeat;
    background-position: top;
}

.block06_map_area_01{
    float: left;
}

.block06_map_area_02 > p > img,
.block06_map_area_03 > p > img{
    width:233px;
}

.block06_map_area_01 > p > img{
    width:483px;
}


.block06_map_area_01 h4,
.block06_map_area_02 h4,
.block06_map_area_03 h4,
.block06_map_area_04_txt h4
{
    font-weight: bold;
    font-size: 1.8rem;
    width: 300px;
    margin: 10px 0;
}




.block06_map_area_02{
    margin-left: 755px;
}

.block06_map_area_03{
    margin-top: 65px;
}

.block06_map_area_04{
    margin-top: -170px;
    margin-left: 355px;

}

.map_bace{
    border-top: solid 1px #ddd;
    width: 680px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map_bace_txt{
    padding: 10px 0;
    width: 201px;
}

.map_bace_txt h5{
    color: #000;
    font-size: 1.071em;
    margin-bottom: 0px;
}

.map_bace_txt p{
    font-size: 1.3rem;
}

/*  cta_Warp_02 */

.cta_Warp_02{
    background-color: #099CB5;
    background-size: 100% 420px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-bottom: 57px;

}

.cta_contact_02{
    width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
}

.cta_txt_03{
    padding-left: 40px;
    float: left;
}

.cta_txt_03 h2{
    font-size: 2.6rem;
    padding-bottom: 20px;
}

.cta_txt_03 > p{
    font-size: 1.6rem;
    padding-bottom: 20px;
}

.em_02{
    float: left;
    align-items: center;
}


.tel_02{}

.tel_wrap ul{
    display: flex;
    margin-top: 20px;
}

.cta_button_02{
    width: 246px;
    height: 65px;
    background-color: #FF9B00;
    text-align: center;
    padding-top: 17px;
    border-radius: 4px;
    font-size: 1.8rem;
    position: relative;
    margin-right: 24px;
}

.cta_button_02::after{
    content: url(../img/top/arrow_03.png);
    position: absolute;
    top: 25px;
    right: 20px;
}

.cta_button_03{
    width: 246px;
    height: 65px;
    background-color: #FFF;
    color: #099CB5;
    text-align: center;
    padding-top: 17px;
    border-radius: 4px;
    font-size: 1.8rem;
    position: relative;
    margin-right: 24px;
}

.cta_button_03::after{
    content: url(../img/top/arrow_04.png);
    position: absolute;
    top: 25px;
    right: 20px;
}

.cta_button_03 a{
    color: #099CB5;
}


/*  block07 */

.block07 h3{
    margin:  30px 0;

}

.block07 > p{
    text-align: center;
    font-size: 1.7rem;
}


.block07_wrap{
    padding-bottom: 140px;
}

.block07_wrap_box{
    background-color: #fff;
    width: 750px;
    padding: 34px;
    border-radius: 6px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 5%);
    margin: 0 auto;
    margin-bottom: -5px;
    margin-top: 70px;
    display: flex;
    gap: 50px;

}

.block07_wrap_box img{
    margin-bottom: 12px;
}


.block07_txt h4{
    color: #099CB5;
    font-size:1.9rem;
    width:344px ;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;

}

.block07_txt h5{
    font-size:1.7rem ;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.block07_txt ul{
    margin-top: 10px;
    padding-left: 15px;
    font-size: 1.6rem;

}
.block07_txt li{
    line-height: 35px;

}

.block07_txt li::before{
    position: relative;
    top: -4px;
    left: -10px;
    display: inline-block;
    width: 3px;
    height: 3px;
    content: '';
    border-radius: 100%;
    background: #000;
}

.block07_txt p{
    font-size:1.6rem ;
}




/* Q&A */
.qa_block{
    padding-bottom: 90px;
    background-color: #fff;
  }




/* news */

.news_block{
    padding-bottom: 134px;
}

.news_block > .block_title{
    padding-top: 91px;
    padding-bottom: 68px;
}

.news_wrap{
    width: 1050px;
    margin: 0 auto;
    margin-bottom: 68px;
}

.news_wrap h3{
    font-size: 2.6rem;
    text-align: left;
    color: #099CB5;
    margin-top: 0;
    margin-bottom: 21px;
}

.news_box{
    display: flex;
    justify-content: space-between;
}

.news_item{
    width: 30%;
}

.news_item h4{
    font-size: 2.2rem;
    margin-bottom: 10px;
}


.date{
    font-size: 1.3rem;
    padding: 15px 0 10px 0;
}

.news_cta{
    margin: 0 auto;
    padding-top: 12px;
    width: 292px;
    height: 53px;
    background-color: #FF9B00;
    color: #FFF;
    text-align: center;
    border-radius: 4px;
    font-size: 1.6rem;
    position: relative;
}

.news_cta::after{
    content: url(../img/top/arrow.png);
    position: absolute;
    top: 25px;
    right: 20px;
    
}


/* pageForm */

.pageForm> .formBody> iframe{
    height: 100%!important;
    width: 100%;
    padding: 0px 10px 208PX 10px;

}


.pageForm{
    background: #f7f7f7;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 1;
    width: 26.66667%;
    height: 100%;
  }
  
  .formBody{
    overflow: hidden;
  }

  .formBody> h2{
    text-align: center;
    padding-top: 120px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #099CB5;
  }



@media screen and (max-width:1440px){

    header nav ul li{padding: 0 25px 0 0;}

    .pageForm{
        width: 25%;

    }
    .mainvis_catch,
    .wrapper_02{
        width: 90%;
				max-width: 940px;
        margin: 0 auto;
    }

    .block03_01> .textBlock {
        width: 51%;
        min-height: 221px;
    }




    .block03_01> .imageBlock img{
        width: 49%;
        min-height: 221px;
    
    }

    .block03_02,
    .block03_03{width: 48.9%;}

    .block03_02 >.imageBlock img,
    .block03_03 >.imageBlock img{
        display: none;
    }    
    .mediaMarkItem{
        width: 30%;
    }
    .mediaMarkItem img{
        width: 100%;
        height: auto;
    }

    .QAWrap{
        width: 958px;
    }


    /*選択されているタブのコンテンツのみを表示*/
#ec:checked ~ #ec_content,
#borderCrossing:checked ~ #borderCrossing_content,
#spot:checked ~ #spot_content, 
#acceptingOrders:checked ~ #acceptingOrders_content,
#customer:checked ~ #customer_content,
#wms:checked ~ #wms_content{
  display: inline-block;
  width: 958px;
}

dl.qaItem, dl.qaItem_last{width: 860px;}

.tab_item, .tab_item_02, .tab_item_last {
    width: 153px;
}

.contactBox{
    width: 960px;
}

.f_ctaForm {
    padding: 0px 32px;
}

.footerMenu {
    width: 900px;
    margin: 0 auto;
}

.copyright_wrap{
    width: 900px;
}

.footer ul { flex-flow: row wrap; gap: 20px 0px; }
.footer ul.menu01 li { border-right: #fff solid 1px; border-left: none; padding-left: 0px; margin-right: 30px; }
.footer ul.menu01 li:last-child { border-right: none; }

}

#logo_scroll { margin: 35px 0 90px; }
#logo_scroll .block_title { margin-bottom: 15px; color: #000; font-size: 35px; line-height: 1.2; }
#logo_scroll .slick-slide { height: auto; margin: 0 60px; }
#logo_scroll .slick-slide img { width: auto; }
