﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

.font-n {
    font-family: 'Noto Sans JP', sans-serif;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 Reset CSS
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{	margin:0; padding:0;}
table{	
/*border-collapse:collapse;*/
	border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{	font-style:normal;	font-weight:normal;	}
ul,ol,li{list-style:none;}
caption,th{	text-align:left;}
h1,h2,h3,h4,h5,h6{	font-size:100%;	font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {	border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
a {
	color:#000000; 
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
img{vertical-align: bottom;}

/* clearfix
----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* Androidでpタグの横幅が狭まるバグ対策 */
p {
	background-image:url(image);
	max-height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	padding : 0 0 0 0;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
	font-size:18px;
	line-height: 1.8em;
	color:#000000;
	-webkit-text-size-adjust: 100%;
}

#wrapper {
	width : 100%;
	margin:auto;
	overflow:hidden;
}
.top{
	background-image:url(../img/top/back_top.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.top_b{
	background-image:url(../img/top/back_top.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #000000;
}

@media screen and (max-width: 1080px)  {
    * {
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 768px)  {
    html,
    body {
        font-size: 16px;
    }
}

/* ヘッダー
------------------------------------------*/
#header{
	width:100%;
	background: url(../img/common/back_head.jpg) center top no-repeat;
	height:70px;
}
#header h1{
	color:#ffffff;
	font-size:12px;
	line-height:1.1em;
	float:left;
	margin-left:90px;
	padding-top:7px;
}
.header_inner{
	width:1050px; 
	margin:auto;
	background:url(../img/common/back_menu.jpg) no-repeat;
}

.h_logo{
	float:left;
	padding-top:3px;
}
.logo_pc {
    display: inline-block;
}
.logo_sp {
    display: none;
}

.btn_toi a{
	float: right;
	display:block;
	width:200px;
	height:21px;
	padding-top:7px;
	background-color:#195ba0;
	text-align:center;
	color:#ffffff;
	font-size:15px;
	line-height:1em;
	font-weight:bold;
}
.btn_toi a:hover{
	text-decoration:none;
	background-color:#4684bc;
}

@media screen and (max-width: 1080px)  {
    .header_inner {
        width: calc(100% - 30px);
        max-width: 1050px;
        height: 70px;
    }
    .h_logo {
        padding-top: 5px;
    }
    .btn_toi a {
        height: 28px;
    }
}

@media screen and (max-width: 840px)  {
    #header {
        height: 60px;
        background: none;
        background-color: #ffffff;
    }
    .header_inner {
        width: calc(100% - 20px);
        background: none;
        height: 100%;
    }
    .h_logo {
        padding-top: 8px;
    }
    .logo_pc {
        display: none;
    }
    .logo_sp {
        display: inline-block;
    }
    #header h1,
    .btn_toi {
        display: none;
    }
}

/* メニュー
------------------------------------------*/
#navi{
    width: calc(100% - 145px);
    max-width: 850px;
	float: right;
	margin-top:9px;
	width:850px;
	font-size:16px;
	line-height:1em;
	font-weight:bold;
}
#navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#navi li{
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
	display: inline-block;
	margin:0 22.5px;
}
#navi li:first-child{
	margin-left:0;
    margin-right: 0;
}
#navi li:last-child{
	margin:0;
}
#navi li.nav_contact {
    display: none;
}
#navi li a:hover,
#navi li.current a {
    color: #195ba0;
}

@media screen and (max-width: 840px)  {
    #navi {
        width: 100%;
        max-width: 320px;
        margin-top: 0;
    }
	#navi li {
		margin: 0;
	}
    #navi li.h_tel {
        display: none;
    }
    #navi li.nav_contact {
        display: block;
    }
    .sp_menu {
        display : block;
        width: 42px;
        height: 42px;
        background-color: #195ba0;
        text-align: center;
        position: fixed;
        right: 10px;
        top: 10px;
        z-index: 3;
        cursor: pointer;
    }
    .sp_menu span {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 6px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .sp_menu span:nth-child(1) { top: 10px; }
    .sp_menu span:nth-child(2) { top: 20px; }
    .sp_menu span:nth-child(3) { top: 30px; }

    /* スマホメニューを開いてる時のボタン */
    .sp_menu.active span:nth-child(1) {
        left: 6px;
        top: 16px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .sp_menu.active span:nth-child(2),
    .sp_menu.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav {
        width: 100%;
        max-width: 280px;
        height: auto;
        background-color: #ffffff;
        text-align: center;
        position: fixed;
        right: 0;
        top: 0;
        z-index : 2;
        transform: translateX(100%);
        transition: all 0.6s;
    }
    nav ul {
        width: 100%;
        border-radius: 0;
        margin: 0 auto;
        padding: 50px 20px 20px;
    }
    nav ul li {
        width: 100%;
        border-left: none;
        text-align: left;
        padding: 0;
        transition: .4s all;
    }
    nav ul li:last-child {
        padding-bottom: 0;
    }
    nav ul li a {
        display: block;
        width: 100%;
        border-bottom: 1px dashed #195ba0;
        padding: 1em 10px;
    }
    /* クリックでjQueryで追加・削除 */
    nav.active {
        display: block;
        opacity: 1;
        transform: translateX(0%);
    }
}


/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:0;
	right:20px;
    z-index: 9;
}
@media screen and (max-width: 1050px)  {
    #pageTop {
        width: 50px;
        height: auto;
        right: 0;
        bottom: 0;
    }
}

@media screen and (max-width: 768px)  {
    #pageTop {
        width: 50px;
        height: auto;
        right: 0;
        bottom: 60px;
    }
}


/* フッター
------------------------------------------*/
footer .flex {
    display: flex;
    flex-wrap: wrap;
}
#footer{
	width:100%;
	text-align:center;
	background-color:#f1f1f1;
	padding-top:30px;
}
#footer li{
    display: inherit;
    padding: 0;
	font-size:16px;
}

.f_kuro{
	background-color:#000000;
	color:#ffffff;
	/*margin-top:30px;*/
	padding:25px 0;
}
.f_kuro a{
	color:#ffffff;
}
.f_cont {
    padding: 0 10px 30px;
    justify-content: center;
}
.f_cont li:nth-child(2) {
    display: flex;
    max-width: 480px;
    margin: 0 30px;
    justify-content: space-between;
}
.f_cont li .txt {
    width: 100%;
    font-size: 16px;
    text-align: left;
}

#footer .f_kuro li {
    display: inline-block;
    padding: 0 10px;
}

.copy {
	font-size:12px;
	margin-top:10px;
}

@media screen and (max-width: 1100px)  {
    #navi {
        max-width: 100%;
        width: calc(100% - 106px);
    }
    #navi ul {
        justify-content: flex-end;
    }
    #navi li {
        margin: 0 12px;
    }
}

@media screen and (max-width: 992px)  {
    #navi li {
        font-size: 14px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 840px)  {
    #navi {
        max-width: 320px;
        width: 100%;
    }
    #navi li {
        font-size: 16px;
        margin: 0;
    }
}

@media screen and (max-width: 768px)  {
    .f_cont {
        position: relative;
    }
    .f_cont li:nth-child(2) {
        max-width: 320px;
        text-align: left;
    }
    .f_cont li .tel {
        width: 100%;
    }
    .f_cont li .fax {
        width: 100%;
        margin-top: 5px;
    }
    .f_cont li:last-child {
        position: relative;
    }
    .f_cont li .txt{
        text-align: center;
    }
    .f_cont li:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    .f_cont li:nth-child(2) {

    }


    .f_kuro {
        padding-bottom: 15px;
    }
    .f_kuro ul {
        text-align: left;
        padding-right: 60px;
    }
    .f_kuro a {
        font-size: 14px;
    }

    .copy {
        /*line-height: 1.2;*/
        margin-top: 20px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 560px)  {
    .f_cont li:first-child {
        width: 100%;
        margin-bottom: 16px;
        justify-content: center;
    }
    .f_cont li:nth-child(2) {
        margin: 0;
    }
    .f_cont li .tel {
        margin-top: 10px;
    }
    .f_cont li .tel img {
        width: 200px;
    }
    .f_cont li .fax img {
        width: 198px;
    }
}

/*----トップページのフッター----*/
#footer.top{
	width:100%;
	text-align:center;
	background-color: transparent;
	padding-top:0px;
}


/* コンテンツ
------------------------------------------*/
.contents{
	width:1050px;
	margin:30px auto;
}
.pc {
    display: inline-block;
}
.sp {
    display: none;
}

@media screen and (max-width: 1080px)  {
    .contents {
        width: calc(100% - 30px);
        max-width: 1050px;
    }
}

@media screen and (max-width: 768px)  {
    .pc {
        display: none;
    }
    .sp {
        display: inline-block;
    }

    .page_ttl {
        height: 160px;
        background-size: cover;
        margin-bottom: 80px;
    }
    .page_ttl img {
        display: block;
        width: auto;
        height: 60px;
    }

    .section_ttl img {
        width: auto;
        height: 50px;
    }
}

@media screen and (max-width: 480px)  {
    .page_ttl img {
        height: 50px;
    }
}

/* トップページ
------------------------------------------*/
.contents_top{
	width:1050px;
	margin:30px auto 0;
}
.top_img{
	width:100%;
	margin:0 auto 40px;
}
.homepage .top_img_sp {
    display:none;
}

.top_img_b{
	width:1250px;
	margin:0 auto 40px;
}

#main_top {
    width: 100%;
    height: 800px;
	background: url(../mp4/main_top_img.jpg) no-repeat center center;
	background-size: cover;
	height: inherit;
	position: relative;
	overflow: hidden;
}
#main_top .top_video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 1200px)  {
    #main_top {
        height: 640px;
    }
}
@media screen and (max-width: 1000px)  {
    #main_top {
        height: 480px;
    }
}
@media screen and (max-width: 768px)  {
    #main_top {
        height: 240px;
    }
}


.top_copy{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
	border-bottom:1px solid #cbcbcb;
	margin-bottom:40px;
}
.top_banner{
	width:505px;
}
.top_banner a:hover{
	text-decoration:none;
}
.bg_kuro{
	display:block;
	width:465px;
	height:95px;
	padding:20px 20px 0;
	background-color:#000000;
	background-image:url(../img/common/arrow_w.png);
	background-position:95% 80%;
	background-repeat:no-repeat;
	color:#ffffff;
	line-height:1.5em;
}
.bg_kuro:hover{
	text-decoration:none;
	background-color:#2d2d2d;
}
.wrap_info{
	width:100%;
	/*background:url(../img/top/back_top02.png) center top no-repeat;*/
}
.contents_info{
	width:1050px;
	margin:auto;
	padding-top:40px;
}
table.top_info{
	width:100%;
	margin-bottom:30px;
}
table.top_info th,
table.top_info td{
	background-color:#000000;
	border:solid 1px #b2b2b2;
	padding:15px;
	color:#ffffff;
	line-height:1.6em;
}
ul.add{
	margin-left:20px;
	margin-bottom:20px;
}

ul.add li{
	display: inline-block;
	width:400px;
	vertical-align:top;
}
.seo{
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
}


/* 運送・倉庫
------------------------------------------*/
.ttl_deli{
	width:100%;
	background:url(../img/delivery/back_delivery.png) center top no-repeat;
}
.ttl_depot{
	width:100%;
	background:url(../img/delivery/back_depot.png) center top no-repeat;
}
.ttl_inn{
	width:1050px;
	margin:auto;
	padding-top:235px;
	line-height:2em;
}
.waku_umi{
	width:100%;
	background:url(../img/delivery/back_umi.png) center top no-repeat;
	margin-top:30px;
	margin-bottom:40px;
}
.inn_deli{
	background:url(../img/delivery/map_deli.png) right top no-repeat;
	width:1050px;
	margin:auto;
	height:696px;
	padding-top:50px;
}
.inn_depot{
	background:url(../img/delivery/map_depot.png) right top no-repeat;
	width:1050px;
	margin:auto;
	height:696px;
	padding-top:50px;
}
.ttl_about{
	width:540px;
	font-size:30px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:solid 1px #cbcbcb;
	margin-bottom:15px;
}
.ttl_about2{
	width:540px;
	font-size:30px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:solid 1px #cbcbcb;
	padding-top:20px;
	border-top:solid 1px #cbcbcb;
	margin-bottom:15px;
	margin-top:20px;
}
.waku_aout{
	padding:50px 30px 0;
	width:395px;
	height:215px;
	border: solid 1px #cbcbcb;
	background:url(../img/delivery/back_deli_text.png) no-repeat;
	margin-top:80px;
}

@media screen and (max-width: 768px)  {
    .ttl_inn {
        width: 100%;
        padding: 128px 10px 0;
    }
}

@media screen and (max-width: 480px)  {
    .ttl_inn {
        padding-top: 140px;
    }
}



/* 求人情報・ギャラリー
------------------------------------------*/
.ttl_recruit{
	width:100%;
	background:url(../img/recruit/back_recruit.png) center top no-repeat;
}
.ttl_gallery{
	width:100%;
	background:url(../img/recruit/back_gallery.png) center top no-repeat;
}

ul.rec_bnr{
	margin:30px 0 30px;
}
ul.rec_bnr li{
	float:left;
	margin-bottom:20px;
}
.ttl_bosyu{
	font-size:23px;
	line-height:1.2em;
	color:#534741;
	font-weight:bold;
	border-left: solid 10px #195ba0;
	padding-left:20px;
	padding-top:3px;
	margin-bottom:20px;
}
table.youkou{
	width:100%;
	margin-bottom:80px;
	border-top:solid 1px #cbcbcb;
	color:#4d4d4d;
}
table.youkou td,
table.youkou th{
	padding:10px 0 10px 20px;
	border-bottom:solid 1px #cbcbcb;
	vertical-align:top;
}
table.youkou th{
	color:#534741;
	font-weight:bold;
	width:200px;
}
.youkou  dl{

}

.youkou  dl dt{
	float:left;
}
.youkou  dl dd{
	margin-left:100px;
}

.contents_photo{
	width:1260px;
	text-align: center;
	margin:50px auto 30px;
}

ul.photo li{
	float:left;
	padding:0 3px 10px;
}

.photo_img p {
	margin-bottom: 18px;
}



/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.top-pop {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.top-pop__wrap {
  display: flex;
  overflow: hidden;
	margin-top: 63px;
}

.top-pop__list {
  display: flex;
  list-style: none;
}

.top-pop__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.top-pop__item {
  width: calc(100vw / 6);
}
.top-pop__item > img{
   width: 100%;
}
.top-pop__list li {
	margin-left: 15px;
}

/* 会社概要
------------------------------------------*/
.ttl_company{
	width:100%;
	background:url(../img/company/back_company.png) center top no-repeat;
}
.ttl_sub{
	font-size:23px;
	font-weight:bold;
	margin:30px 0 20px;
}
.rinen{
	width:500px;
}
.kei{
	clear:both;
	border-bottom:solid 1px #cbcbcb;
	padding-top:30px;
	margin-bottom:30px;
}
table.gaiyou{
	width:100%;
	margin:20px 0;
	border-top:solid 1px #cbcbcb;
}
table.gaiyou th,
table.gaiyou td{
	padding:15px 30px;
	border-bottom:solid 1px #cbcbcb;
	color:#534741;
	line-height:1.4em;
	vertical-align:top;
}
table.gaiyou th{
	background-color:#f1f1f1;
	font-weight:bold;
	width:165px;
}
ul.torihiki li{
	float:left;
	margin-right:20px;
}

@media screen and (max-width: 1080px)  {
    .fl.left {
        width: 50%;
    }
    .rinen {
        width: 100%;
        max-width: 500px;
    }
    .fr.right {
        width: 48%;
    }

    table.gaiyou th {
        width: 220px;
    }
}

@media screen and (max-width: 768px)  {
    .ttl_sub {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .fl.left {
        width: 100%;
    }
    .rinen {
        max-width: 100%;
    }
    .fr.right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    table.gaiyou th,
    table.gaiyou td {
        width: 100%;
        float: left;
        padding: 10px 1%;
    }
    table.gaiyou td {
        font-size: 14px;
    }
}



/* お問い合わせ
------------------------------------------*/

.ttl_contact{
	width:100%;
	background:url(../img/company/back_contact.png) center top no-repeat;
}
.waku_tel{
    font-family: 'Noto Sans JP', sans-serif;
    display: flex;
	border:solid 1px #cbcbcb;
	background-color:#f1f1f1;
	text-align:center;
	padding:30px 0;
	margin:30px 0 ;
    flex-wrap: wrap;
    justify-content: center;
}
.waku_tel .fax {
    margin-left: 25px;
}
.waku_tel .time {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}

table.mailform{
	width:100%;
	margin:30px 0;
	border-top:solid 1px #cbcbcb;
}
table.mailform th,
table.mailform td{
	border-bottom:solid 1px #cbcbcb;
	padding:15px 0 15px 20px ;
	vertical-align:top;
}
table.mailform th{
	width:210px;
	background-color:#f1f1f1;
}
.length_l{
	width:95%;
	padding:5px;
}
.length_m{
	width:50%;
	padding:5px;
}
.naiyou{
	width:95%;
	height:200px;
	padding:5px;
	font-family : "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic","MS P Gothic",sans-serif, Arial,Helvetica;
}

.btn{
	background:url(../img/company/btn_sousin.jpg);
	width:253px;
	height:53px;
	border:0px solid;
	cursor:pointer;
}
.btn:hover{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.recruit_end {
	background-color: #d8d7d7;
	padding-top: 10px;
	position: relative;
}

.recruit_end_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

table.youkou.end {
	padding-bottom: 20px;
}

.show-on-sp {
    display: none;
}

@media screen and (max-width: 768px)  {
    .waku_tel .tel {
        width: 100%;
    }
    .waku_tel .tel img {
        width: 240px;
    }
    .waku_tel .fax {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .waku_tel .fax img {
        width: 220px;
    }
    .waku_tel .time {
        font-size: 14px;
        margin-top: 15px;
    }

    table.mailform th,
    table.mailform td {
        width: 100%;
        float: left;
        padding: 5px 1%;
    }
    table.mailform td {
        padding: 5px 0;
    }
    .naiyou,
    .length_l,
    .length_m {
        width: 100%;
    }

    .contact-txt {
        text-align: left;
    }




    .f_cont li .txt {
        font-size: 14px;
    }
    .show-on-sp {
        display: block;
    }
}



