@charset "utf-8";
/*---------------------------------------
top.css
create:asoTWC/nishioka
---------------------------------------*/

#branding {
	margin-top: 93px;
	width: 100%;
	padding: 30vw 0 5vw;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	box-sizing: border-box;
	background-image: url(../../ss/ss004.jpg);
}
#branding .bdInner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-around;
	flex-wrap: wrap;
	align-content: flex-start;
}
#branding .bdInner .bdBox {
	width: 40%;
	text-align: center;
	position: relative;
	z-index: 1;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 4vw 2.5%;
}
#branding .bdInner .bdBox:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	z-index: 0;
	opacity: .8;
	z-index: -1;
	box-shadow: 0 0 10px #ddd;
}
#branding .bdInner .bdBox a {
	color: #0090ff;
	text-decoration: none;
}
#branding .bdInner .bdBox h2 {
	padding: 0 0 10px;
	font-size: 2rem;
	line-height: 1.3em;
}
#branding .bdInner .bdBox h2 small {
	display: block;
	font-size: 0.9rem;
	line-height: 1.3em;
	color: #000;
}
#branding .bdInner .bdBox .arrow {
	padding-top: 2vw;
}
#branding .bdInner .bdBox .arrow a {
	margin: 0 auto;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #c8e7ff;
	position: relative;
}
#branding .bdInner .bdBox .arrow a:before,
#branding .bdInner .bdBox .arrow a:after {
	content: "";
	width: 3px;
	height: 12px;
	background-color: #0090ff;
	position: absolute;
	top: calc( 50% - 5px );
}
#branding .bdInner .bdBox .arrow a:before {
	left: calc( 50% + 2px );
	transform: rotate(45deg);
}
#branding .bdInner .bdBox .arrow a:after {
	left: calc( 50% - 5px );
	transform: rotate(-45deg);
}

@media (max-width: 600px) {
	#branding .bdInner .bdBox h2 {
		padding: 0 0 3px;
		font-size: 1.5rem;
	}
}



.sswrap {
	width: 3300px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -1650px;
}
#branding #slideShow li {
	width: 1100px !important;
}
#branding #slideShow li img {
	max-width: 100%;
}
#branding #slideShow li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.bx-pager {
	display: none;
}

.bx-controls-direction {
	display: block;
	position: absolute;
	width: 94vw;
	top: 50%;
	left: 50%;
	margin-left: -47vw;
	margin-top: -35px;
}
.bx-controls-direction a {
	display: block;
	width: 40px;
	height: 70px;
	position: absolute;
	top: 0;
}
.bx-controls-direction .bx-prev {
	left: 0;
}
.bx-controls-direction .bx-next {
	right: 0;
}
.bx-controls-direction .bx-prev:before,
.bx-controls-direction .bx-next:before,
.bx-controls-direction .bx-prev:after,
.bx-controls-direction .bx-next:after {
	content: "";
	height: 2px;
	width: 40px;
	background-color: #fff;
	position: absolute;
	top: 15px;
}

.bx-controls-direction .bx-next:before {
	transform: rotate(45deg);
}


.bx-controls-direction .bx-next:after {
	transform: rotate(-45deg);
	top: 42px;
}
.bx-controls-direction .bx-prev:after {
	transform: rotate(-45deg);
}

.bx-controls-direction .bx-prev:before {
	transform: rotate(45deg);
	top: 42px;
}

.bx-controls-direction .bx-prev:before,
.bx-controls-direction .bx-prev:after {
	left: 0;
}

.bx-controls-direction .bx-next:before,
.bx-controls-direction .bx-next:after {
	right: 0;
}





.topUnit {
	width: 100%;
	padding: 70px 0;
}
.topUnit h2 {
	padding-bottom: 30px;
	text-align: center;
}








#information {
	background-color: #f2f2f2;
}








@media (max-width: 980px) {

	.sswrap {
		width: 300vw;
		height: 45vw;
		position: absolute;
		left: 50%;
		margin-left: -150vw;
	}
	#branding #slideShow li {
		width: 100vw !important;
	}
}



