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



/****************************************************************************************************
main
****************************************************************************************************/
#main {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100vh;
}
#main.active {
	z-index:1000;
	pointer-events: none;
}
#main.active #main-inner {
	height: 100px;
}
#main.active #main-scroll {
	display: none;
}
#main-inner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #000066;
}
#main #slider img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

#main-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-52%, -50%);
	-moz-transform: translate(-52%, -50%);
	-webkit-transform: translate(-52%, -50%);
	transform: translate(-52%, -50%);
	z-index: 1100;
}
#main.active #main-logo {
	display: none;
}

#main-scroll {
	position: absolute;
	left: 50%;
	bottom: 0;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1100;
	font-size: 0.666rem;
	line-height: 1.0;
	letter-spacing: 0.3em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
}
#main-scroll a {
	position: relative;
	display: block;
	padding-bottom: 1.5rem;
	color: #FFF;
}
#main-scroll a::after {
	position:absolute;
	left:0;
	right:0;
	bottom: 0;
	content:"";
	display:inline-block;
	width: 1rem;
	height: 1rem;
	margin:auto;
	border: 1px solid;
	border-color: transparent transparent #FFF #FFF;
	-webkit-transform: rotate(-45deg) translate(0, 0);
	transform: rotate(-45deg) translate(0, 0);
}



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	position: relative;
	margin-top: 100vh;
	background: #FFF;
	padding-top: 3rem;
}
#wrap.active {
}



/****************************************************************************************************
gNav
****************************************************************************************************/
#gNavWrap {
	 height: 8rem;
}
#gNav {
	position: absolute;
	top: 3.0rem;
	background: none;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	transition: background 300ms;
}
#gNav.active {
	position: fixed;
	top: 100px;
	background: #EEEEEE;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
}
#introduction {
}
#business {
	margin-top: 4.666rem;
}
.business-ttl {
	margin-bottom: 2.666rem;
}
.business-ttl h2 {
	font-size: 2.266rem;
	font-weight: 200;
	line-height: 1.3;
}
.business-ttl h2 strong {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}
.business-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.business-menu + .business-menu {
	margin-top: 30px;
}
.business-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	background: URL(../img/top/3pl-bg.jpg);
	background-size: cover;
	color: #FFF;
	line-height: 2.0;
	text-align: left;
}
#delivery .business-info {
	background: URL(../img/top/delivery-bg.jpg);
}
.business-info h3 {
	font-size: 2.4rem;
	font-weight: normal;
}
.business-info h4 {
	font-size: 1.4rem;
	font-weight: normal;
}
.business-info p {
	margin-top: 0.5em;
	margin-bottom: 1.3em;
}
.more {
	margin-top: 1.5em;
	text-align: center;
	line-height: 1.0;
}
#delivery .more {
	margin-top: 3.0em;
}
.more a {
	position: relative;
	display: inline-block;
	padding-right: 1.5rem;
	color: #FFF;
}
.more a::after {
	position:absolute;
	right:0;
	top: 0;
	bottom: 0;
	content:"";
	display:inline-block;
	width: 1rem;
	height: 1rem;
	margin:auto;
	border: 2px solid;
	border-color: transparent transparent #D80075 #D80075;
	-webkit-transform: rotate(-135deg) translate(0, 0);
	transform: rotate(-135deg) translate(0, 0);
}
.business-img {
	width: 50%;
}
.business-img img {
	object-fit: cover;
	width: 100%;
	height: 465px;
}

#recruit,
#rugby {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1240px;
	margin: auto;
	margin-top: 90px;
}
.recruit-info,
.rugby-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	background: #00006A;
	color: #FFF;
	line-height: 1.8;
	text-align: left;
}
.rugby-info {
	background: #DC0074;
}
.recruit-info h3,
.rugby-info h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2.266rem;
	font-weight: 200;
}
.recruit-info h3 strong,
.rugby-info h3 strong {
	margin-left: 1em;
	font-size: 1.2rem;
	font-weight: normal;
}
.recruit-info p,
.rugby-info p {
	font-size: 0.866rem;
}
#rugby .more a::after {
	border: 1px solid;
	border-color: transparent transparent #00006A #00006A;
}
#recruit .more,
#rugby .more {
	margin-top: 2.0em;
}
.recruit-img,
.rugby-img {
	width: 50%;
}
.recruit-img img
.rugby-img img {
	object-fit: cover;
	width: 100%;
	height: 268px;
}

#azn-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1240px;
	margin: auto;
	margin-top: 90px;
	line-height: 1.8;
}
#azcom-net,
#ayabus {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 285px;
	height: 285px;
	padding: 40px;
	background: #EEEEEE;
}
#azcom-net p,
#ayabus p {
	margin-top: 2em;
	font-size: 0.866rem;
	text-align: left;
}
#azcom-net .more,
#ayabus .more {
	margin-top: 3em;
}
#azcom-net .more a,
#ayabus .more a {
	color: #000;
}
#ayabus {
	margin: 0 40px 0 30px;
}
#news {
	width: 600px;
	height: 285px;
	padding: 1.7rem 0;
	overflow: scroll;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	text-align: left;
}
.news-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0.8rem;
}
#news h3 {
	font-size: 1.866rem;
	font-weight: 200;
}
.list a {
	position: relative;
	display: inline-block;
	margin-right: 0.5em;
	padding-right: 1.0rem;
	color: #000;
}
.list a::after {
	position:absolute;
	right:0;
	top: 0;
	bottom: 0;
	content:"";
	display:inline-block;
	width: 1rem;
	height: 1rem;
	margin:auto;
	border: 1px solid;
	border-color: transparent transparent #D80075 #D80075;
	-webkit-transform: rotate(-135deg) translate(0, 0);
	transform: rotate(-135deg) translate(0, 0);
}
#news dl {
}
#news dl + dl {
	margin-top: 0.5em;
}
#news dl dt {
	float: left;
	color: #00006A;
}
#news dl dd {
	padding-left: 8em;
}





@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main.active #main-inner {
		height: 12vw;
	}
	/* 2025/12/26追加 */
	#slider > div {
		width: 100%;
		height: 100vh; 
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#main1 img {
		object-position: 40% 50%;		
		/* object-position: 50% 50%; */
	}
	#main2 img {
		object-position: 50% 50%;		
		/* object-position: 72% 50%; */
	}
	#main3 img {
		object-position: 25% 50%;	
		/* object-position: 56% 50%; */
	}
	#main4 img {
		object-position: 45% 50%;		
		/* object-position: 30% 50%; */
	}
	#main5 img {
		object-position: 50% 50%;
	}
	#main6 img {
		object-position: 50% 50%;		
		/* object-position: 30% 50%; */
	}
	#main7 img {
		object-position: 67% 50%;
	}
	#main8 img {
		object-position: 70% 50%;
	}
	#main-logo {
		width: 76vw;
	}
	#main-scroll {
		bottom: 17vw;
	}
	
	
	
	/****************************************************************************************************
	wrap
	****************************************************************************************************/
	
	
	
	/****************************************************************************************************
	gNav
	****************************************************************************************************/
	#gNavWrap {
		 height: 0;
	}
	#gNav.active {
		top: 12vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#introduction {
		padding: 0 4vw;
	}
	#business {
		margin-top: 10vw;
	}
	.business-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.business-menu + .business-menu {
		margin-top: 4vw;
	}
	.business-info {
		width: 100%;
		padding: 3vw 4vw 8vw 4vw;
		order: 0;
	}
	.business-info h3 {
		font-size: 2.266rem;
	}
	.business-info h4 {
		font-size: 1.133rem;
	}
	.business-info figure {
		width: 40vw;
		margin: auto;
	}
	.more,
	#delivery .more {
		margin-top: 2em;
		text-align: center;
		line-height: 1.0;
	}
	.business-img {
		width: 100%;
		order: 1;
	}
	.business-img img {
		height: 60vw;
	}

	#recruit,
	#rugby {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 92vw;
		margin-top: 4vw;
	}
	.recruit-info,
	.rugby-info {
		width: 100%;
		padding: 3vw 4vw 8vw 4vw;
	}
	.recruit-info h3,
	.rugby-info h3 {
		font-size: 2rem;
	}
	.recruit-info h3 strong,
	.rugby-info h3 strong {
		font-size: 1.0rem;
	}
	.recruit-img,
	.rugby-img {
		width: 100%;
	}
	.recruit-img img
	.rugby-img img {
		height: 40vw;
	}
	
	#azn-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 92vw;
		margin-top: 4vw;
	}
	#azcom-net,
	#ayabus {
		width: 49%;
		height: auto;
		padding: 4vw 4vw 6vw 4vw;
	}
	#azcom-net h3 img,
	#ayabus h3 img {
		object-fit: contain;
		width: 100%;
		height: 15vw;
	}
	#azcom-net p,
	#ayabus p {
		margin-top: 1.5em;
		font-size: 0.8rem;
	}
	#azcom-net .more,
	#ayabus .more {
		margin-top: 1.5em;
	}
	#ayabus {
		margin: 0 0 0 2%;
	}
	#news {
		width: 100%;
		height: auto;
		margin-top: 4vw;
		overflow: auto;
	}
	#news dl dt {
		float: none;
	}
	#news dl dd {
		padding: 0;
	}
}
@media screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main.active #main-inner {
		height: 6vw;
	}
	#main-scroll {
		display: none;
	}
	
	
	
	/****************************************************************************************************
	gNav
	****************************************************************************************************/
	#gNav.active {
		top: 6vw;
	}
}