@charset "utf-8";

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	font-weight: 400;
	line-height: 1.8;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	padding: 0 15px;
}

/*----------------header----------------*/
#header {
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 10;
	padding: 10px;
}

.ebina-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 0;
	gap: 8px;
}

/*----------------content----------------*/
#main {
	background: url(../img/bg.jpg) no-repeat center top / 100% auto #00a7e2;
	overflow: hidden;
	position: relative;
	padding: 82px 0 0;
}
.kv {
	line-height: 0;
}
.banner .banner_note {
	color: #fff;
	font-weight: 500;
	font-size: 0.85vw;
	letter-spacing: 0.03em;
	max-width: 66vw;
	margin: 0 auto;
	padding: 0 0 35px;
}
.banner_list {
	max-width: 1440px;
	margin: 0 auto;
	height: 200vw;
	position: relative;
}
.banner_list li {
	position: absolute;
	width: 41vw;
	max-width: 590px;
}
.banner_item1 {
	top: -2.3vw;
	right: 13.6vw;
}
.banner_item2 {
	top: 13.8vw;
	left: 11.8vw;
}
.banner_item3 {
	top: 35vw;
	right: 13.2vw;
}
.banner_item4 {
	top: 55.56vw;
	left: 14vw;
	width: 41.67vw;
}
.banner_item5 {
	top: 75.7vw;
	right: 12.5vw;
}
.banner_item6 {
	top: 98.2vw;
	left: 16vw;
}
.banner_item7 {
	top: 118vw;
	right: 7vw;
}
.banner_item9 {
	top: 139vw;
	left: 8vw;
}
.banner_item8 {
	top: 161.25vw;
	right: 6vw;
}
.banner_item10 {
	top: 178vw;
	left: 13.5vw;
}
.banner_list a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 1441px) {
	#main {
		background: url(../img/bg1b.jpg) no-repeat center 632px / 100% auto #00a7e2;
	}
	.kv {
		background: url(../img/bg2.png) repeat-x center top / 717px 104px, url(../img/bg1a.jpg) no-repeat center bottom / 100% auto;
	}
	.kv img {
		display: block;
		max-width: 1490px;
		margin: 0 auto;
	}
	.banner_list {
		height: 2800px;
	}
	.banner_item1 {
		top: -34px;
		right: 194px;
	}
	.banner_item2 {
		top: 198px;
		left: 170px;
	}
	.banner_item3 {
		top: 504px;
		right: 188px;
	}
	.banner_item4 {
		top: 800px;
		left: 204px;
		max-width: 600px;
	}
	.banner_item5 {
		top: 1090px;
		right: 180px;
	}
	.banner_item6 {
		top: 1414px;
		left: 228px;
	}
	.banner_item7 {
		top: 1698px;
		right: 100px;
	}
	.banner_item9 {
		top: 1996px;
		left: 116px;
	}
	.banner_item8 {
		top: 2320px;
		right: 85px;
	}
	.banner_item10 {
		top: 2566px;
		left: 200px;
	}
	.banner .banner_note {
		max-width: 960px;
		padding: 35px 0;
		font-size: 15px;
	}
}
@media screen and (min-width: 768px) {
	.banner_list a img {
		transition: all 0.3s ease;
		transform: scale(1);
	}
	.banner_list a:hover img {
		transform: scale(1.05);
	}
	.sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.banner .banner_note {
		background-color: #00a7e2;
	}
}
/*----------------footer----------------*/
#footer {
	padding: 0 0 25px;
}

#footer .container {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.fnav {
	text-align: center;
	margin: 0 0 20px;
	list-style: none;
}

.fnav li {
	display: inline-block;
}

.fnav li a {
	font-size: 3.2vw;
	color: #000;
	padding: 0 10px 0 5px;
	display: block;
	position: relative;
	letter-spacing: -0.05em;
	text-decoration: none;
}

.fnav li a::after {
	content: '';
	width: 1px;
	background-color: #000;
	position: absolute;
	height: 12px;
	right: 0;
	top: 50%;
	margin-top: -6px;
}

.fnav li:last-child a::after {
	display: none;
}

#copyright {
	font-size: 2.667vw;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
}

.mitsui-mana {
	text-align: center;
	margin: 30px auto 0;
	width: 150px;
}

.mitsui-mana a {
	display: inline-block;
}

.footer_top {
	color: #231815;
	margin-bottom: 35px;
	padding-top: 4vw;
}

.text_note {
	display: flex;
	padding-left: 10px;
	font-size: 3.2vw;
	font-weight: 500;
}

/* responsive */
@media screen and (min-width: 768px) {
	#header {
		padding: 20px;
	}

	#footer {
		padding: 0 0 50px;
	}

	#footer .footer_top {
		padding-top: 30px;
	}

	#footer .footer_top .container {
		max-width: 750px;
	}

	#footer .footer_top .bg_red {
		padding: 27px 0 30px;
		font-size: 24px;
		margin-top: 30px;
	}

	.fnav li a {
		font-size: 20px;
	}

	#copyright {
		font-size: 20px;
	}

	.mitsui-mana {
		margin: 50px auto 0;
		width: 226px;
	}

	.text_note {
		font-size: 24px;
	}
}
@media screen and (max-width: 768px) {
	#main {
		padding-top: 62px;
	}
	.banner .banner_note {
		width: 100%;
		max-width: 100%;
		padding: 0 15px 30px;
		font-size: 3.2vw;
	}
	.banner_note li {
		text-indent: -3.2vw;
		padding-left: 3.2vw;
		margin-left: 10px;
	}
}

@media screen and (min-width: 475px) {
	#copyright br {
		display: none;
	}
}

.no-link {
	pointer-events: none;
	cursor: default;
}
