.br-wrap>br {
	display: none;
}
.top-bn-area {
	position: absolute;
	z-index: 10;
	top: 2rem;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	width: 50%;
	max-width: 460px;
}
.bn-top-campaign {
	text-decoration: none;
	padding: 0.8rem 2rem 0.8rem 0.8rem;
	box-sizing: border-box;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 300px 0 0 300px;
	color: #ffffff;
	transition: all ease-in-out .33s;
	line-height: 1.6;
	align-items: center;
	justify-content: space-between;
}
.c-navy {
	color: #0c307e;
}
.c-black {
	color: #3d3d3d;
}
.bg-navy {
	background: #0c307e;
}
.bg-black {
	background: #3d3d3d;
}
.circle {
	display: flex;
	background: #fff;
	padding: 1rem;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	font-size: 1.2rem;
}
.underbox {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 500px;
}
.blob {
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	transform: scale(1);
	animation: pulse 2s infinite 3s;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}
	60% {
		transform: scale(1);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}
.bn-desc {
	color: #fff;
	font-weight: 600;
	font-size: 1.1rem;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 60%);
	padding: 1.5rem 1rem 0 0;
	width: 100%;
	text-align: right;
}

/* slider */
.swiper-container.main-swp {
	height: calc(100vh - 100px);
}
.swiper-container.main-swp .slide-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}
.title-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	text-shadow: 0px 4px 4px rgb(0 0 0 / 60%);
}
.scroll-icon {
	position: absolute;
	bottom: 5%;
	left: 50.5%;
	transform: translate(-50%, 0%);
	width: 38px;
	height: 80px;
	color: #fff;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	z-index: 10;
}
.scroll-icon>span {
	position: absolute;
	width: calc(30px - 8px);
	height: 37px;
	margin-left: 7px;
	top: 20px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	z-index: 999;
}
.scroll-icon>span::before {
	position: absolute;
	top: 8px;
	left: 50%;
	content: '';
	width: 5px;
	height: 5px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

/*----------box-maintop_reform----------*/
	.box-maintop_reform {
		position: relative;
		width: 100%;
		min-height: 420px;
		overflow: hidden;
		margin: 20px auto 50px auto;
		background-color: #f2f2f2;
		color: #fff;
	}
		.box-maintop_reform > figure{
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			pointer-events: none;
		}
		.box-maintop_reform > figure img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}

	.box-maintop_reform dl {
		position: relative;
		z-index: 1;
		width: 90%;
		max-width: 370px;
		margin: 60px auto;
	}
	.box-maintop_reform dt {
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	.box-maintop_reform dd {
		line-height: 1.8em;
	}
	.box-maintop_reform a{
		margin: 20px auto 0;
		display: table;
		position: relative;
		text-decoration: none;
	}
	.box-maintop_reform a div{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 20px 0;
	}
/* result_voice */
	#result_map{
		width: 100%;
		height:500px;
	}
	.bn_voice{
		padding-top: 60px;
	}
	.bn_voice a{
		display: flex;
		justify-content: space-between;
		text-decoration: none;
		color: #333;
		border-radius: 10px;
		position: relative;
		background-color: #fff;
		overflow: hidden;
		transition: all ease .3s;
		aspect-ratio: 4 / 1;
	}
	.bn_voice a::before{
		content: "";
		position: absolute;
		pointer-events: none;
		left: 0;
		top: 0;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		z-index: 1;
		border-radius: 10px;
		border: 1px solid #666;
	}
	.bn_voice a:hover{
		background-color: rgba(191, 25, 9,0.05);
	}
	.bn_voice a figure{
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 100%;
	}
	.bn_voice a figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: all ease .3s;
	}
	.bn_voice a:hover figure img{
		transform: scale(1.1);
	}
	.bn_voice a div{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 20px 0;
	}
	.bn_voice a:hover .tab_item {
		background: #8b0000;
		color: #fff;
	}

	.box-maintop_reform a h2,
	.bn_voice h2{
		font-size: 2em;
		width: auto;
		white-space: nowrap;
	}
/* member */
.bn_member{
	padding-top: 60px;
}
.bn_member a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	transition: all ease .3s;
}
.bn_member a::before{
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 1;
	border-radius: 10px;
	border: 1px solid #666;
}
.bn_member a:hover{
	background-color: rgba(191, 25, 9,0.05);
}
.bn_member a figure{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 30%;
}
.bn_member a figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all ease .3s;
}
.bn_member a:hover figure img{
	transform: scale(1.1);
}
.bn_member a > div{
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bn_member a dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
	padding: 30px 5%;
	line-height: 1.4;
	letter-spacing: 0.01em;
}
.bn_member a dt{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
.bn_member a button{
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "YuGothic", "メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック", "MS PGothic",Sans-Serif ;
	font-size: 1em;
	display: table;
	text-align: center;
	margin-top: 15px ;
	min-width: 240px;
	padding: 20px 14px;
	border-radius: 6px;
	background: #8b0000;
	color: #fff;
	cursor: pointer;
	transition: all ease .3s;
}
.bn_member a:hover button{
	background: #bf1909;
}

@media screen and (max-width: 999px) {

	/* top img */
	.swiper-container.main-swp {
		height: calc(100vh - 60px);
		min-height: 100vh;
		min-height: calc((var(--vh, 1vh) * 100) - 60px);
	}
	.swiper-container.main-swp .slide-img img {
		filter: brightness(0.7);
	}
	.title-box {
	font-size: 1.6rem;
	width: 80%;
	}
	.scroll-icon {
		display: none;
	}
	/*----------box-maintop_reform----------*/
	#reform{
		padding-top: 40px;
	}
	.box-maintop_reform {
		position: relative;
		width: 100%;
		min-height: 350px;
		overflow: hidden;
		margin: 25px auto;
		color: #fff;
	}
	.box-maintop_reform dl {
		width: 90%;
		max-width: 330px;
		margin: 60px auto;
		padding: 20px;
	}
	.box-maintop_reform dt {
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	.box-maintop_reform dd p{
		line-height: 1.5em;
		font-size: 0.9em;
	}
	.box-maintop_reform a{
		margin: 20px auto 0;
		display: block;
		position: relative;
		text-decoration: none;
	}
	.box-maintop_reform a div{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 20px 0;
	}

	#result_map{
		width: 100%;
		height:500px;
	}
	.bn_voice{
		width: 90%;
		margin: 0 auto;
	}
	.bn_voice a{
		aspect-ratio: 3 / 1;
		gap: 0 20px;
	}
	.bn_member a dl{
		padding: 30px 0;
	}
	.bn_member a > div{
			padding-right: 30px;
	}
	.box-maintop_reform a h2,
	.bn_voice h2{
		width: 215px;
		font-size: 1.5em;
	}

	.top-bn-area {
		top: auto;
		bottom: 1rem;
		right: 1rem;
		justify-content: right;
		width: 85%;
		max-width: none;
	}
	.bn-top-campaign {
		padding: 0.6rem;
		font-size: 0.9rem;
		border-radius: 300px;
	}
	.circle {
		padding: 0.4rem;
		font-size: 0.8rem;
	}

	.bn_member a figure{
		width: 40%;
	}
	.bn_member a dl{
		width: 55%;
	}
}

@media screen and (min-width: 0px) and (max-width: 640px){
	/*----------box-maintop_reform----------*/
	.box-maintop_reform {
		position: relative;
		width: 100%;
		min-height: 400px;
		overflow: hidden;
		margin: 10px auto 25px auto;
		padding: 10px;
		background-color: #f2f2f2;
		color: #fff;
	}
	.box-maintop_reform dl {
		width: calc(100% - 20px);
		max-width: 350px;
		margin: 40px auto 0 auto;
		padding: 10px;
		background: none;
	}
	.box-maintop_reform dt {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	.box-maintop_reform dd p{
		line-height: 1.7em;
		font-size: 0.9em;
	}
	.box-maintop_reform a div{
		margin: 0 auto;
		width: 48%;
	}

	.bn_voice a > div{
		width: calc(49% - 7.5%);
	}
	.bn_voice a{
		aspect-ratio: 4 / 3;
	}
	.box-maintop_reform a h2,
	.bn_voice h2{
		width: 100%;
		font-size: 1.2em;
	}

	.top-bn-area {
		right: 0;
		left: 0;
		margin: 0 auto;
		justify-content: center;
		width: 90%;
	}
	.br-wrap>br {
		display: inline;
	}
	.bn-top-campaign {
		padding: 0.7rem;
		font-size: 0.7rem;
	}
	.bn-desc {
		font-size: 0.7rem;
		padding: 1rem 0;
		text-align: center;
	}

	.bn_member{
		padding-bottom: 30px;
	}
	.bn_member a{
		flex-direction: column;
		border-radius: 6px;
	}
	.bn_member a::before{
		border-radius: 6px;
	}
	.bn_member a figure{
		width: 100%;
		aspect-ratio: 3 / 1;
	}
	.bn_member a dl{
		width: 100%;
		padding: 30px;
	}
	.bn_member a dt{
		font-size: 1.2em;
		text-align: center;
	}
	.bn_member a > div{
		width: 100%;
		justify-content: flex-end;
		padding: 0 5% 30px 5%;
	}
	.bn_member a button{
		margin-top: 0;
		font-weight: bold;
		border-radius: 3px;
	}
}


