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



/*------------------------------------------------------------------------
	PC
------------------------------------------------------------------------*/



@media screen and (min-width:768px){



/*--------------------------------------
	私たちについて
--------------------------------------*/

section.sec_1 .about_h img {
    width: 866px;
    height: 379px;
}

.sec_1 .text .img_wrap,
.sec_1 .text .img_wrap img{
    width: 240px;
		height: auto;
		mix-blend-mode: multiply;
	}

.ceo_message {
  display: flex;
}

.ceo_img{
  height: 400px;
}

/*--------------------------------------
	経営理念
--------------------------------------*/
.sec_2::before{
		content: "";
		display: block;
		background-color: #fff;
		min-width: 1030px;
		width: 71%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
.sec_2 ul{
		margin-left: 155px;
	}

.sec_2 ul.mincho{
		margin-bottom: 90px;
	}

.sec_2 ul.mincho li{
		font-size: 3.4rem;
    letter-spacing: 5px;
		font-weight: 500;
		margin-bottom: 30px;
	}

.sec_2 ul.photo_list{
		display: flex;
		justify-content: flex-end;
	}
.sec_2 ul.photo_list li,
.sec_2 ul.photo_list li .img_wrap{
		max-width: 700px;
		width: 35.7vw;
		height: auto;
		aspect-ratio: 1.618/1;
	}
.sec_2 ul.photo_list li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/*--------------------------------------
	会社概要
--------------------------------------*/
  .sticky_sec .sec_container h2{
    margin-bottom: 124px;
  }

.sec_3 ul.flex li{
    margin-right: 30px;
  }
  .sec_container .sec_3 dl dd span{
    font-size: 1rem;
  }
.sec_3 ul.flex {
    display: flex;
  }
  .dd_flex {
    display: flex;
    justify-content: space-between;
    width: 40%;
  }
  .dd_flex li{
    margin: auto 0;
  }

  /* transport.html > 倉庫*/
  .mb_li li{
    margin-bottom: 15px;
  }

  /* 白抜きのボタン */
  .btn002 {
    width: 188px;
    height: 45px;
    margin: 6px 0;
  }
  .btn002 a {
    display: block;
    background-color: #fff;
    font-size: 1.4rem;
    color: #2ABCA2;
    border: 1px solid #2ABCA2;
    border-radius: 23px;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease 0s;
  }
  .btn002 a:hover{
    background-color: #2ABCA2;
    color: #fff;
  }

/*--------------------------------------
	 認証 / グループ会社紹介
--------------------------------------*/

  .sec_4 .flex{
    display: flex;
  }
  .sec_4 .about_wrap{
    flex-wrap: wrap;
    text-align: center;
  }
.sec_4 .flex ul {
    padding: 0 20px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    width: 33%;
}
  .sec_4 .flex li{
    padding-bottom: 25px;
  }

  .sec_4 .flex img{
    height: 150px;
  }
  .btn001{
    margin: auto;
  }


/*--------------------------------------
	沿⾰
--------------------------------------*/
.history {
      position: relative;
  }
.history::before {
    content: "";
    display: block;
    background-color: #F0F0F0;
    min-width: 1140px;
    width: 93vw;
    height: calc(100% - 30px);
    position: absolute;
    left: -42.5%;
    bottom: -80px;
    z-index: -1;
}
  .sec_5 .dl_list{
    max-width: 1140px;
  }
  .sec_5 dd li:not(:last-of-type){
		margin-bottom: 20px;
	}


/*--------------------------------------
  車両情報
--------------------------------------*/
  .sec_6 .flex{
    display: flex;
  }

  .sec_6 .about_wrap{
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
  }
.sec_6 .flex ul {
    font-size: 1.6rem;
    width: 250px;
    height: 290px;
}
  .sec_6 .flex img{
    width: 250px;
    height: 170px;
  }



  .sec_6 .flex .warehouse_ul {
    width: auto;
    height: auto;
    margin-bottom: 80px;
  }

  .sec_6 .flex .warehouse_img {
    width: 390px;
    height: 250px;
  }


/*--------------------------------------
	お問い合わせ
--------------------------------------*/
	 .sec_7{
    margin: 140px auto;
}










}






/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/



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



/*--------------------------------------
	私たちについて(SP)
--------------------------------------*/
section.sec_1 .about_h img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.sec_1 .text p:last-of-type{
		margin-bottom: 60px;
	}

.sec_1 .text .img_wrap,
.sec_1 .text .img_wrap img{
		width: 195px;
		height: auto;
		mix-blend-mode: multiply;
	}
.sec_1 .text .img_wrap{
		margin-left: auto;
	}

.ceo_message {
  display: flex;
  flex-direction: column-reverse;
}

.ceo_img{
  width: 100%;
  margin-bottom: 24px;
}

#about section.sec_1::before {
    content: "";
    display: block;
    background-color: #F0F0F0;
    width: 100%;
    height: 75%;
    position: absolute;
    top: 28%;
    right: 0;
    z-index: -1;
}
#transport section.sec_1::before {
    content: "";
    display: block;
    background-color: #F0F0F0;
    width: 95%;
    height: 75%;
    position: absolute;
    top: 64%;
    right: 0;
    z-index: -1;
}



/*--------------------------------------
	経営理念(SP)
--------------------------------------*/

.sec_2::before{
		content: "";
		display: block;
		background-color: #fff;
		width: 71%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
/*
.sec_2 ul{
		margin-left: 30px;
	}

*/.sec_2 ul.mincho{
		margin-bottom: 40px;
	}

.sec_2 ul.mincho li{
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 20px;
		letter-spacing: 2px;
	}

.sec_2 ul.photo_list{
		display: flex;
		justify-content: flex-end;
	}

.sec_2 ul.photo_list li{
		width: 50%;
	}
.sec_2 ul.photo_list li .img_wrap{
		width: 100%;
		height: auto;
		aspect-ratio: 1.618/1;
	}

.sec_2 ul.photo_list li .img_wrap img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}



/*--------------------------------------
	会社概要(SP)
--------------------------------------*/
	.sticky_sec .sec_container h2{
		margin-bottom: 45px;
		letter-spacing: 1.5px;
	}

.sec_3 ul.flex{
		display: flex;
		flex-wrap: wrap;
	}

.sec_3 ul.flex li{
		margin-right: 30px;
	}
		.sec_container .sec_3 dl dd span{
    font-size: 0.8rem;
}
  /* transport.html > 倉庫*/
  .mb_li li{
    margin-bottom: 15px;
}


/* 白抜きのボタン */
  .btn002 {
    width: 188px;
    height: 45px;
    margin: 6px 0;
}
  .btn002 a {
    display: block;
    background-color: #fff;
    font-size: 1.4rem;
    color: #2ABCA2;
    border: 1px solid #2ABCA2;
    border-radius: 23px;
    line-height: 45px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
  .btn002 a:hover{
		background-color: #2ABCA2;
		color: #fff;
  }






/*--------------------------------------
	認証(SP)
--------------------------------------*/

  .sec_4 .flex{
    display: flex;
    justify-content: space-around;
  }
  .sec_4 .sb{
  justify-content: space-between;
}
  .sec_4 .about_wrap{
    flex-wrap: wrap;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .sec_4 .flex li{
    padding-bottom: 5px;
  }
  .sec_4 .flex img {
    height: 57px;
}

  .sec_4 .sb img {
    height: 100px;
}
  .sec_4 .flex ul{
    padding: 0 5px;
    padding-bottom: 40px;
    width: 45%;
  }
  .btn001 {
    width: 150px;
    height: 45px;
}


/*--------------------------------------
  車両情報(SP)
--------------------------------------*/
  .sec_6 .flex{
    display: flex;
    justify-content: space-between;
    margin: auto;
  }

  .sec_6 .about_wrap{
    flex-wrap: wrap;
    text-align: center;
  }
  .sec_6 .flex ul{
    height: 150px;
    width: 50%;
    margin-bottom: 50px;
  }
  .sec_6 .flex img{
    width: 180px;
    height: 130px;
  }


  .sec_6 .flex .warehouse_ul {
    width: auto;
    height: auto;
    margin-bottom: 26px;
  }

  .sec_6 .flex .warehouse_img {
    width: 380px;
    height: 260px;
  }

/*--------------------------------------
	お問い合わせ(SP)
--------------------------------------*/
.sec_7 .inner{
		padding-bottom: 60px;
	}

.sec_7 .map_wrap{
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
		position: relative;
		margin-top: 50px;
	}

.sec_7 .map_wrap iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.sec_7 .title_en div {
    font-size: 2.4rem;
    font-weight: 700;
}
	 .sec_7{
    margin: 160px auto 80px;
}



}
