﻿/* CSS Document */

/*スマホ*/
@media screen and (max-width:767px){
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
}
/*PC*/
@media screen and (min-width:992px){
}

/*事業内容　メニューページ*/
/*メインタイトル*/
/*スマホ*/
@media screen and (max-width:767px){
_:-ms-lang(x)::-ms-backdrop, #mainHeadline h1 span.businessTitle {
	background-position-y:20px;
	background-size:245px;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
_:-ms-lang(x)::-ms-backdrop, #mainHeadline h1 span.businessTitle {
	background-position-y:31px;
	background-size:365px;
}
}
/*PC*/
@media screen and (min-width:992px){
_:-ms-lang(x)::-ms-backdrop, #mainHeadline h1 span.businessTitle {
	background-position-y:41px;
}
}

_:-ms-lang(x)::-ms-backdrop, #mainHeadline h1 span.businessTitle {
	background-image: url(../img/ms_title_business.png);
}

.businessBg{
	background-image: url(../img/business_title_bg.jpg);
	background-position:50% 0;
}

/*コンテンツ*/
#business{
}

#business a.menuButton div {
	position: relative;
}

#business a.menuButton div h2{
	/*font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "Roboto Slab", Garamond, "Times New Roman", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	color: #fff;
	font-weight: 500;
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
}

#business a.menuButton .imgIcon{
    width: 4.5em;
    position: absolute;
    top: 1em;
    left: 1em;
}

/*スマホ*/
@media screen and (max-width:767px){
#business a.menuButton{
	display:block;
	height: 270px;
	background-size: cover;
    background-position: center 100%;
    position: relative;
	padding:20px;
}

#business a.menuButton div {
	border: 1px solid #FFFFFF;
	height: 230px;
	text-align: center;
	color: #fff;
	padding-top:65px;
	background-color: rgba(0,0,0,0.3);
	transition-property: all;
	transition: 0.3s linear;
}

#business a.menuButton div h2{
	font-size: 2em;
	margin-bottom: 40px;
}

#business a.menuButton div span{
	color: #fff;
	border: 1px solid #FFFFFF;
	display: block;
	width: 50%;
	padding:10px 0;
	margin: 0 auto;
	transition-property: all;
	transition: 0.3s linear;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#business a.menuButton{
	display:block;
	height: 280px;
	background-size: cover;
    background-position: center 100%;
    position: relative;
	padding:20px;
}

#business a.menuButton div {
	border: 1px solid #FFFFFF;
	height: 240px;
	text-align: center;
	color: #fff;
	padding-top:75px;
	background-color: rgba(0,0,0,0.3);
	transition-property: all;
	transition: 0.3s linear;
}

#business a.menuButton div h2{
	font-size: 1.6em;
	margin-bottom: 50px;
}

#business a.menuButton div span{
	color: #fff;
	border: 1px solid #FFFFFF;
	display: block;
	width: 60%;
	padding:10px 0;
	margin: 0 auto;
	transition-property: all;
	transition: 0.3s linear;
}
}
/*PC*/
@media screen and (min-width:992px){
#business a.menuButton{
	display:block;
	height: 350px;
	background-size: cover;
    background-position: center 100%;
    position: relative;
	padding:20px;
}

#business a.menuButton div {
	border: 1px solid #FFFFFF;
	height: 310px;
	text-align: center;
	color: #fff;
	padding-top:110px;
	background-color: rgba(0,0,0,0.3);
	transition-property: all;
	transition: 0.3s linear;
}

#business a.menuButton div h2{
	font-size: 1.7em;
	margin-bottom: 50px;
}

#business a.menuButton div span{
	color: #fff;
	border: 1px solid #FFFFFF;
	display: block;
	width: 50%;
	padding:10px 0;
	margin: 0 auto;
	font-size: 16px;
	transition-property: all;
	transition: 0.3s linear;
}
}

#business a.menuButton div span:before{
	font-family: 'FontAwesome';
	content:"\f0a9";
	margin-right:5px;
}

#business a.menuButton:hover div{
	background-color: rgba(0,0,0,0.5);
}

#business a.menuButton:hover div span{
	background-color: #FFFFFF;
	color:#000000;
}

#business a.unyu{
	background-image: url(../img/banner_bg_unyu_02.jpg);
}

#business a.butsuryu{
	background-image: url(../img/banner_bg_butsuryu_02.jpg);
}

#business a.buhin{
	background-image: url(../img/banner_bg_buhin_02.jpg);
}


/*運輸事業・物流センター事業・部品調達・供給事業*/
/*メインタイトル*/
.headline01 {
    background-position: 0 50%;
}

.headline01 h1, .headline01 h2 {
	font-weight: bold;
}

/*スマホ*/
@media screen and (max-width:767px){
.headline01 h1, .headline01 h2 {
    font-size: 0.8em;
}
/*.headline01 h1.transportationTitle {
	width:320px;
}*/

.headline01 h1.logisticsCenterTitle {
	/*font-size:0.9em;*/
	/*width:320px;*/
}

.headline01 h1.partsProcurementSupplyTitle {
	/*font-size:2.5vw;*/
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1 {
}

/*_:-ms-lang(x)::-ms-backdrop, .headline01 h1.transportationTitle {
	background-size:310px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.logisticsCenterTitle {
	background-size:290px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.partsProcurementSupplyTitle {
	height:0 !important;
	padding-top: 9.07%;
	background-size:contain;
	background-position-y:0;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.partsProcurementSupplyTitle span {
	display:none;
}*/
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.headline01 h1, .headline01 h2 {
    font-size: 1.2em;
}
/*.headline01 h1.transportationTitle {
	width:400px;
}

.headline01 h1.logisticsCenterTitle {
	width:415px;
}

.headline01 h1.partsProcurementSupplyTitle {
	width:670px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1 {
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.transportationTitle {
	background-size:370px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.logisticsCenterTitle {
	background-size:390px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.partsProcurementSupplyTitle {
	background-size:640px;
}*/
}
/*PC*/
@media screen and (min-width:992px){
.headline01 h1, .headline01 h2 {
    font-size: 3.5em;
}
/*.headline01 h1.transportationTitle {
	width:550px;
}

.headline01 h1.logisticsCenterTitle {
	width:580px;
}

.headline01 h1.partsProcurementSupplyTitle {
	width:920px;
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1 {
}*/
}

/*_:-ms-lang(x)::-ms-backdrop, .headline01 h1.transportationTitle {
	background-image: url(../img/ms_title_transportation.jpg);
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.logisticsCenterTitle {
	background-image: url(../img/ms_title_logistics_center.jpg);
}

_:-ms-lang(x)::-ms-backdrop, .headline01 h1.partsProcurementSupplyTitle {
	background-image: url(../img/ms_title_parts_procurement_supply.jpg);
}*/


/*コンテンツ*/
#business .mainImg{
	position: relative;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    justify-content: center;
    align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
    flex-direction: column;
	margin: 0;
}
#business .mainImg p{
    color: #fff;
    font-size: 1.5em;
    /* background: rgb(255 255 255 / 50%); */
    text-align: center;
	margin: 0;
    text-shadow: 1px 1px 5px rgba(0,0,0,1.0);
    z-index: 2;
}

#business .mainImg .title{
    font-size: clamp(20px, 6vw, 32px);
    margin-bottom: 1em;
    font-weight: bold;
}

#business .mainImg p i{
	display: block;
	font-size: 3em;
}
#business .mainImg img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100px;
}
/*スマホ*/
@media screen and (max-width:767px){
#business .mainImg{
	min-height:200px;
	/*margin-bottom:30px;*/
}

#business p.text{
	line-height:180%;
	margin:0;
}

#business ol.numberList{
	line-height:180%;
	margin:10px 0;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
#business .mainImg{
	min-height:300px;
	/*margin-bottom:30px;*/
}

#business p.text{
	line-height:200%;
	margin:0;
}

#business ol.numberList{
	line-height:200%;
	margin:15px 0;
}
}
/*PC*/
@media screen and (min-width:992px){
#business .mainImg{
	min-height:450px;
	/*margin-bottom:50px;*/
}

#business p.text{
	line-height:200%;
	margin:0;
}

#business ol.numberList{
	line-height:200%;
	margin:15px 0;
}
}

#business .mainImg{
	width:100%;
    background-size: cover;
    background-position: center center;
}

#business .transportation{
	background-image: url(../img/business_main_img_transportation_02.jpg);
}

#business .logisticsCenter{
	background-image: url(../img/business_main_img_logistics_center_02.jpg);
}

#business .partsProcurementSupply{
	background-image: url(../img/business_main_img_parts_procurement_supply_02.jpg);
}

div.youtubeModalBox .video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

div.youtubeModalBox .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

div.youtubeModalBox .btn01{
	background:#ffb566;
}

div.youtubeModalBox .btn02{
	background:#ff9966;
}


div.youtubeModalBox a.button:hover{
	text-decoration:underline;
}

/*スマホ*/
@media screen and (max-width:767px){
.youtubePopupBox {
  position: relative;
  background: #ffffff;
  width:auto;
  margin: 0 auto;
}

div.youtubeModalBox a.button{
	/*width:50%;
	float:left;*/
	padding:10px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:1.1em;
	font-weight:bold;
}
}
/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 991px) {
.youtubePopupBox {
  position: relative;
  background: #ffffff;
  width:auto;
  margin: 0 auto;
}

div.youtubeModalBox a.button{
	/*width:50%;
	float:left;*/
	padding:20px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
}
/*PC*/
@media screen and (min-width:992px){
.youtubePopupBox {
  position: relative;
  background: #ffffff;
  width:auto;
  max-width: 1200px;
  margin: 0 auto;
}

div.youtubeModalBox a.button{
	/*width:50%;
	float:left;*/
	padding:20px;
	display:block;
	text-align:center;
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}
}

.mfp-close-btn-in .mfp-close{
	color:#ffffff;
}

a.youtubePopup{	
    display: block;
    padding: 3em 0;
    background: #000;
    margin-bottom: 50px;
}

a.youtubePopup .mainImg:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #140a9a;
    background-size: 100%;
    z-index: 1;
    opacity: 0.5;
    transition-duration: 0.5s;
}

a.youtubePopup:hover .mainImg:after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-size: 100%;
    z-index: 1;
	opacity: 0.15;
    transition-duration: 0.5s;
}

/*a.youtubePopup:hover .mainImg p {
	color: #140a9a !important;
}*/

/*ここから新デザイン用*/
.businessBox .contents{
	max-width: 1010px;
	margin: 0 auto;
}

#business.businessBox .contents p.text {
    margin: 0 0 3em;
}

.numberTitle{
    font-size: 1.4em;
    display: flex;
    align-items: center;
}

.numberTitle span.num{
    width: 70px;
    height: 72px;
    /*background: url(../img/midashi_icon.svg);*/
    display: flex;
    text-align: center;
    color: #140a9a;
    font-weight: bold;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}

.numberTitle span.txt{
    letter-spacing: 0.1em;
	flex: 1;
    font-weight: 500;
}

.midashi01{
    font-weight: bold;
    color: #140a9a;
	font-size: 1.3em;
    letter-spacing: 0.1em;
}

.sectionBox{
	max-width: 900px;
	margin: 0 auto;
}

.imgBox{
	max-width: 750px;
	margin: 0 auto 4em;
}

.imgBox .transportationImg02{
	max-width: 600px;
	margin: 0 auto;
	padding: 5% 0;
}

.imgBox .logisticsCenterImg04{
	padding: 5% 0;
}

.imgBox .partsProcurementSupplyImg02{
	max-width: 550px;
	margin: 0 auto;
}

/*YouTube動画枠*/
.videoBox{
    max-width: 500px;
    margin: 20px auto ;
}

.videoBox .video {
     position: relative;
     padding-bottom: 56.25%;
     width: 100%;
}
 
.videoBox .video iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}