@charset "utf-8";

/*=================================

グローバルロジスティクス トップ

=================================*/

/* =============================================
グローバルロジスティクス トップ
============================================= */
#dir_global .visual {
	position: relative;
	height: 480px;
	margin: 24px 0 0;
	background: url("/img/global/index_mainimg.jpg") center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 899px) {
#dir_global .visual {
	display: none;
}
}/*@media*/

#dir_global .visual::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 54, 128, 0.8)
}
@media screen and (max-width: 899px) {
#dir_global .visual::after {
	display: none;
}
}/*@media*/

#dir_global .visual .layoutWrap {
	position: relative;
	z-index: 22;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:-webkit-box;
	-js-display: flex;
	display: flex;
}

#dir_global .visual .layoutWrap div {
	color: #FFF;
	padding: 36px 10px 36px 0;
	font-family: "游ゴシック", YuGothic, Yu Gothic;
	width: 50%;
}

#dir_global .visual .layoutWrap div:nth-of-type(2) {
	padding-left: 36px;
}

#dir_global .visual h2 {
	font-size: 28rem;
	margin: 0 0 12px;
}

#dir_global .visual p {
	font-size: 16rem;
	line-height: 2;
}

#dir_global .visual .linkBtn {
	display: inline-block;
	font-size: 16rem;
	color: #FFF;
	border: 2px solid rgba(255,255,255,0.6);
	padding: 6px 16px;
	margin: 12px 0 0;
	border-radius: 2px;
}

#dir_global .visual .linkBtn:hover {
	text-decoration: none;
	background: rgba(0,0,0,0.2);
}

#dir_global .visual .layoutWrap div .linkBtn:nth-of-type(1) {
	margin-right: 12px;
}


#dir_global .map {
	color: #FFF;
	position: relative;
	z-index: 22;
	height: 540px;
	margin: -160px 0 40px;
	background: url("/img/global/index_bg01.jpg") center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 899px) {
#dir_global .map {
	height: auto;
	margin-top: 0;
	background-position: left center;
}
}/*@media*/

#dir_global .map::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 23;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

#dir_global .leftArea {
	font-family: "游ゴシック", YuGothic, Yu Gothic;
	text-shadow: 0 1px 0 rgba(0,0,0,0.8);

	position: absolute;
	left: 0;
	top: 0;
	z-index: 4444;
	width: 44%;
	height: 100%;
	padding: 56px;
}
@media screen and (max-width: 899px) {
#dir_global .leftArea {
	position: relative;
	width: 100%;
}
}/*@media*/
@media screen and (max-width: 599px) {
#dir_global .leftArea {
	padding: 16px;
}
}/*@media*/

#dir_global .leftArea h3 {
	font-size: 24rem;
	margin: 0 0 12px;
}
@media screen and (max-width: 599px) {
#dir_global .leftArea h3 {
	font-size: 18rem;
}
}/*@media*/

#dir_global .leftArea p {
	font-size: 14rem;
	line-height: 2;
}

#dir_global .leftArea .clm4 li {
	font-family: 'Lato', sans-serif;
	font-size: 32rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width: 899px) {
#dir_global .leftArea .clm4::before,
#dir_global .leftArea .clm4::after {
	content: none;
}
#dir_global .leftArea .clm4 li {
	width: calc(100% / 4 - 16px);
	font-size: 20rem;
}
}/*@media*/

#dir_global .leftArea .clm4 li span {
	font-size: 18rem;
	display: block;
	margin: 8px 0 0;
}
@media screen and (max-width: 899px) {
#dir_global .leftArea .clm4 li span {
	font-size: 14rem;
}
}/*@media*/

@media screen and (max-width: 899px) {
#dir_global .leftArea .clm4 li img {
	display: block;
	width: 40px;
	margin-bottom: 8px;
}
}/*@media*/




/*各エリアの詳細*/
#dir_global .leftArea section {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 55555;

	margin: 24px;
	width: 100%;
	/*height: calc(480px - 48px);*/
	height: 0;
	overflow: hidden;
	background: #000;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

@media screen and (max-width: 1150px) {
	#dir_global .leftArea section {
		width: 90%;
	}
}

#dir_global .leftArea section.show {
	height: 500px;
}

#dir_global .leftArea section .upper {
	position: relative;
	padding: 24px 24px 8px;
	font-size: 14rem;
}

@media screen and (max-width: 1150px) {
	#dir_global .leftArea section .upper {
		padding: 16px 16px 8px;
	}
}



#dir_global .leftArea section.branch1 .upper {
	background: url("/img/global/index_bnr02.jpg") center center no-repeat;
	background-size: cover;
}

#dir_global .leftArea section.branch2 .upper {
	background: url("/img/global/index_bnr03.jpg") center center no-repeat;
	background-size: cover;
}

#dir_global .leftArea section.branch3 .upper {
	background: url("/img/global/index_bnr04.jpg") center center no-repeat;
	background-size: cover;
}

#dir_global .leftArea section.branch4 .upper {
	background: url("/img/global/index_bnr05.jpg") center center no-repeat;
	background-size: cover;
}

#dir_global .leftArea section.branch5 .upper {
	background: url("/img/global/index_bnr01.jpg") center center no-repeat;
	background-size: cover;
}

#dir_global .leftArea section .upper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}

#dir_global .leftArea section .upper h3 {
	position: relative;
	z-index: 7777777;
	font-size: 20rem;
	margin: 0 0 12px;
}

#dir_global .leftArea section .upper p {
	position: relative;
	z-index: 7777777;
}

#dir_global .leftArea section .upper .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 88888888;
}

#dir_global .leftArea section .upper .close::before,
#dir_global .leftArea section .upper .close::after {
	position: absolute;
	top: 48%;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: block;
	width: 32px;
	border-top: 2px solid #ffffff;
}

#dir_global .leftArea section .upper .close::before {
	transform: skewY(-45deg);
}

#dir_global .leftArea section .upper .close::after {
	transform: skewY(45deg);
}





#dir_global .leftArea section .under {
	padding: 16px 24px;
}

@media screen and (max-width: 1150px) {
	#dir_global .leftArea section .under {
		padding: 16px 16px;
	}
}


#dir_global .leftArea section .under h4 {
	font-size: 18rem;
	margin: 0 0 12px;
}

#dir_global .leftArea section .under a {
	color: #FFF;
}

#dir_global .leftArea section .under a:hover {
	color: #ed1c24;
}

#dir_global .leftArea section .under li a {
	font-size: 13rem;
	font-weight: normal;
}

#dir_global .leftArea section .under li a::after {
	content: none;
}


@media screen and (max-width: 1150px) {
	#dir_global .leftArea section .under li a {
		font-size: 11rem;
	}
}

#dir_global .leftArea section .clm3 li {
	position: relative;
	padding: 6px 12px 6px 6px;
	margin: 0;
	border-bottom: 1px solid #333;
}

#dir_global .leftArea section .clm3 li:nth-of-type(1),
#dir_global .leftArea section .clm3 li:nth-of-type(2),
#dir_global .leftArea section .clm3 li:nth-of-type(3) {
	border-top: 1px solid #333;
}

#dir_global .leftArea section .clm3 li::after {
	font-family: 'icomoon' !important;
	content: "\e900" "別ウィンドウで開きます";
	display: inline-block;
	font-size: 13rem;
	padding: 0 16px 20px 0px;
	width: 0;
	height: 0;
	overflow: hidden;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	color: #707070;
}


#dir_global .leftArea section h3,
#dir_global .leftArea section p,
#dir_global .leftArea section h4,
#dir_global .leftArea section ul li{
	transform:translateX(100px);
	opacity:0;
	transition:0.3s;
	/*transition-delay:0.5s;*/
}

#dir_global .leftArea section.show h3,
#dir_global .leftArea section.show p,
#dir_global .leftArea section.show h4,
#dir_global .leftArea section.show ul li{
	transform:translateX(0);
	opacity:1;
}

#dir_global .leftArea section.show h3 { transition-delay : 0.2s ;}
#dir_global .leftArea section.show p { transition-delay : 0.3s ;}
#dir_global .leftArea section.show h4 { transition-delay : 0.4s ;}






#dir_global .rightArea {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 4444;
	width: 590px;
	height: 300px;
	background: url("/img/global/index_bg_map.png") center center no-repeat;
}
@media screen and (max-width: 899px) {
#dir_global .rightArea {
	display: none;
}
}/*@media*/

#dir_global .rightArea li{
	position: absolute;
	z-index: 55555;
	text-align: center;
	font-size: 13rem;
}

#dir_global .rightArea li.mapBtn1 {
	top: 105px;
	left: 40px;
}

#dir_global .rightArea li.mapBtn2 {
	top: 139px;
	left: 160px;
}

#dir_global .rightArea li.mapBtn3 {
	top: 220px;
	left: 180px;
}

#dir_global .rightArea li.mapBtn4 {
	top: 120px;
	left: 290px;
}

#dir_global .rightArea li.mapBtn5 {
	top: 90px;
	left: 435px;
}

#dir_global .rightArea li::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 666666;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background: #F42106;
	box-shadow: 0 0 0 1px #FFF, 0 0 0 2px #F42106;
	opacity: 0;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	-webkit-transform: scale(4);
	-moz-transform: scale(4);
	-ms-transform: scale(4);
	-o-transform: scale(4);
	transform: scale(4);

	transition-delay: 0.1s;
}

#dir_global .rightArea li.mapBtn1::before {
	top: -16px;
	left: 40px;
}

#dir_global .rightArea li.mapBtn2::before {
	top: -16px;
	left: 64px;
}

#dir_global .rightArea li.mapBtn3::before {
	top: -23px;
	left: 41px;
}

#dir_global .rightArea li.mapBtn4::before {
	top: 4px;
	left: -27px;
}

#dir_global .rightArea li.mapBtn5::before {
	top: 6px;
	left: -25px;
}

#dir_global .rightArea li[class^="mapBtn"].pointer::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition-delay: 0.2s;
}






#dir_global .rightArea li a{
	color: #FFF;
	font-style: italic;
	text-decoration: underline;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

#dir_global .rightArea li a::before {
	content: '';
	position: absolute;
	left: -10%;
	bottom: 0;
	z-index: -1;

	width: 0;
	height: 100%;
	background: #F42106;

	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-webkit-transition: .3s;
	transition: .3s;
	transition-delay: 0.4s;
}

#dir_global .rightArea li a.hover {
	text-decoration: none;
}

#dir_global .rightArea li a.hover::before {
	left: -7%;
	width: 114%;
}

#dir_global .rightArea li a::after {
	content: ">";
	display: inline-block;
	font-size: 13rem;
	text-decoration: none;
	line-height: 14px;
	height: 16px;
	width: 16px;
	margin: 0 0 0 4px;
	border : 1px solid #FFF;
	border-radius: 100px;
}

#dir_global .rightArea li a.hover::after {
	border: none;
}
