@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: #E50087;
}
#main #slider img {
	object-fit: cover;
	width: 100%;
	height: 100vh;
}

#main-copy {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1100;
}
#main.active #main-copy {
	display: none;
}
/* 2026/03/11追加	 */
#main-text {
	position: absolute;
	left: 50%;
	top: 75%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1100;
}

#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 {
}
/* 2026/03/11追加 */
#top-area {
	margin-bottom: 60px;
}
#top-area .team-area{
	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;
	gap:40px;
}

.more {
	text-align: center;
	line-height: 1.0;
}
.more a {
	position: relative;
	display: inline-block;
	padding-right: 1.5rem;
	color: #000;
}
.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);
}

#news-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1240px;
	margin: auto;
	line-height: 1.8;
}
#news {
	width: 600px;
	height: 290px;
	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: #D80072;
}
#news dl dd {
	padding-left: 8em;
}
#news dl dd a {
	text-decoration: underline !important;
}

#tile-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 600px;
	margin-left: 40px;
}
.tile-box {
	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;
	min-height: 130px;
	padding: 30px;
	/* background: #000; */
	/* 2026/03/11追加	 */
	background: #000068;
	color: #FFF;
}
.tile-box.pink {
	background: #E50087;
}
.tile-box.pink .more a::after {
	border-color: transparent transparent #000000 #000000;
}
.tile-box + .tile-box {
	margin-left: 30px;
}
.tile-box + .tile-box:nth-of-type(2n+1) {
	margin-left: 0;
}
.tile-box:nth-of-type(n+3) {
	margin-top: 30px;
}
.tile-box h3 {
	font-size: 1.866rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
.tile-box h3 strong {
	color: #EC0099;
	font-weight: normal;
}
.tile-box.pink h3 strong {
	color: #000000;
}
.tile-box a {
	color: #FFF;
}
.tile-btn .more {
	margin-top: 1em;
}

#instagram {
	/* 2026/03/11追加	 */
	width: 1000px;
	margin: 0 auto;
	margin-top: 90px;
}
#instagram .sec-body {
	margin-top: 46px;
}
#instagram-block ul {
	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;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#instagram-block ul li a {
	display: block;
}
#instagram-block ul li a figure {
	width: 288px;
	height: 288px;
	overflow: hidden;
}
#instagram-block ul li a figure img {
	object-fit: cover;
	width: 288px;
	height: 288px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
#instagram-block ul li a:hover figure img {
	transform: scale(1.1, 1.1);
}

#instagram-block ul li + li {
	margin-left: 30px;
}
#instagram-block .btn-block {
	margin-top: 2rem;
}
	/* 2026/03/11追加 */
#various-inquiries {
	margin-top: 100px;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	main
	****************************************************************************************************/
	#main.active #main-inner {
		height: 12vw;
	}
	
	#main-copy {
		/* 2026/03/11変更	 */
		/* width: 70vw; */
		width: 85vw;
	}
	/* 2026/03/11追加	 */
	#main-text {
		position: absolute;
		left: 50%;
		top: 60%;
	}
	#main-scroll {
		bottom: 17vw;
	}
	
	
	
	/****************************************************************************************************
	wrap
	****************************************************************************************************/
	
	
	
	/****************************************************************************************************
	gNav
	****************************************************************************************************/
	#gNavWrap {
		 height: 0;
	}
	#gNav.active {
		top: 12vw;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/

	/* 2026/03/11追加 */
	#top-area {
		margin-bottom: 30px;
	}
	#top-area .team-area{
		display: block;
	}
	#top-area .team-area .team-area-logo img{
		width: 80%;
	}
	#top-area .team-area .team-area-uniform img{
		width: 40%;
	}
	#news-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 92vw;
	}
	#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;
	}
	
	#tile-block {
		width: 100%;
		margin: 5vw 0 0 0;
		gap: 2vw 2%;
	}
	.tile-box {
		width: 49%;
		min-height: initial;
		min-height: auto;
		padding: 10vw;
	}
	.tile-box + .tile-box {
		margin-left: 0;
	}
	.tile-box + .tile-box:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.tile-box:nth-of-type(n+3) {
		margin-top: 0;
	}
	.tile-box h3 {
		font-size: 1.6rem;
	}
	
	#instagram {
		/* 2026/03/11変国	 */
		/* width: 92vw; */
		width: 80vw;
		margin: auto;
		margin-top: 10vw;
	}
	#instagram .sec-ttl {
		width: 40vw;
		margin: auto;
	}
	#instagram .sec-body {
		margin-top: 3vw;
	}
	#instagram-block ul {
		-webkit-box-pack: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
		gap: 2vw 2%;
	}
	
	#instagram-block ul li a figure {
		width: 45vw;
		height: 45vw;
	}
	#instagram-block ul li a figure img {
		width: 45vw;
		height: 45vw;
	}
	
	#instagram-block ul li {
		width: 49%;
	}
	#instagram-block ul li + li {
		margin-left: 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;
	}
}