@charset "UTF-8";


	
	
/* base
--------------------- */
#base .row .map {
	width: 700px;
	margin: -300px auto 0 auto;
}
@media screen and (max-width: 1024px) {
	#base .row .map {
		width: 80%;
		margin: -18vw 0 0 20%;
	}
}
@media screen and (max-width: 767px) {
	#base .row .map {
		width: 100%;
		margin: 0 0 0 0;
	}
}


	
	
/* kv
--------------------- */
#kv {
	width: 100%;
	background: url("../img/voice/kv_bg.webp") no-repeat center bottom / cover;
	position: relative;
}
	#kv .inner {
		height: 600px;
	}
		#kv .breadcrumbs {
			padding-top: 100px;
			font-size: 1.4rem;
			line-height: 1;
			color: #231815;
		}
			#kv .breadcrumbs a {
				color: #231815;
				text-decoration: underline;
			}
			#kv .breadcrumbs a:hover {
				text-decoration: none;
			}
			#kv .breadcrumbs span {
				color: #004DFF;
			}

		#kv .text {
			padding-top: 170px;
			text-align: center;
		}
			#kv .text h1 {
				font-size: 5.0rem;
				font-weight: 700;
				line-height: 1.3em;
				color: #004DFF;
				margin-bottom: 10px;
			}

			#kv .text .txt {
				font-size: 2.0rem;
				color: #231815;
			}

		#kv .illust01 {
			width: 190px;
			position: absolute;
			bottom: 0;
			left: 0;
		}
		#kv .illust02 {
			width: 240px;
			position: absolute;
			bottom: 40px;
			right: 0;
		}

	#kv .marquee {
		display: flex;
		width: 100%;
		overflow: hidden;
		color: transparent;
		-webkit-text-stroke: 2px #F5F5F5;
		position: absolute;
		top: 130px;
		left: 0;
	}
		#kv .marquee .marquee__item {
			flex: 0 0 auto;
			overflow: hidden;
			font-size: 13.0rem;
			font-weight: 700;
			white-space: nowrap;
			line-height: 1;
			padding-right: 20px;
		}
		#kv .marquee .marquee__item:nth-child(odd) {
			animation: loop 100s -50s linear infinite;
		}
		#kv .marquee .marquee__item:nth-child(even) {
			animation: loop2 100s linear infinite;
		}
@media screen and (max-width: 1024px) {
	#kv .inner {
		height: 60vw;
	}
		#kv .breadcrumbs {
			padding-top: 10vw;
			font-size: 1.4vw;
		}

		#kv .text {
			padding-top: 17vw;
		}
			#kv .text h1 {
				font-size: 5.0vw;
				margin-bottom: 1vw;
			}

			#kv .text .txt {
				font-size: 2.0vw;
			}

		#kv .illust01 {
			width: 17vw;
		}
		#kv .illust02 {
			width: 22vw;
			bottom: 1vw;
		}

	#kv .marquee {
		top: 13vw;
	}
		#kv .marquee .marquee__item {
			font-size: 13.0vw;
			padding-right: 2vw;
		}
}
@media screen and (max-width: 767px) {
	#kv .inner {
		height: 100vw;
	}
		#kv .breadcrumbs {
			padding-top: 20vw;
			font-size: 3.0vw;
		}

		#kv .text {
			padding-top: 26vw;
		}
			#kv .text h1 {
				font-size: 7.0vw;
				line-height: 1.4em;
				margin-bottom: 3vw;
			}

			#kv .text .txt {
				font-size: 4.0vw;
			}

		#kv .illust01 {
			width: 14vw;
			left: 5vw;
		}
		#kv .illust02 {
			width: 22vw;
			bottom: 54vw;
			z-index: 2;
		}

	#kv .marquee {
		top: 28vw;
	}
		#kv .marquee .marquee__item {
			font-size: 20.0vw;
			padding-right: 2vw;
		}
}


	
	
/* question
--------------------- */
.question ul.message-list li {
	background: #1A5FFF;
	padding: 40px;
	margin-right: 2%;
	margin-bottom: 40px;
	position: relative;
}
.question ul.message-list li:nth-child(2n) {
	margin-right: 0;
}
.question ul.message-list li:nth-child(1) {
	width: 35%;
}
.question ul.message-list li:nth-child(2) {
	width: 63%;
}
.question ul.message-list li:nth-child(3) {
	width: 49%;
}
.question ul.message-list li:nth-child(4) {
	width: 49%;
}
.question ul.message-list li:nth-child(5) {
	width: 66%;
}
.question ul.message-list li:nth-child(6) {
	width: 32%;
}
.question ul.message-list li:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #FFFF00 transparent transparent transparent;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.question .talk-list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.question .talk-list dl:nth-last-child(1) {
	margin-bottom: 0;
}
	.question .talk-list dl dt {
		width: 6%;
	}
	.question .talk-list dl:nth-child(even) dt {
		order: 2;
	}
	.question .talk-list dl dd {
		width: 80%;
		background: #EEF3FF;
		padding: 20px 30px;
		border-radius: 60px;
		font-size: 1.8rem;
		line-height: 1.6em;
	}
	.question .talk-list dl:nth-child(odd) dd {
		margin-right: 14%;
	}
	.question .talk-list dl:nth-child(even) dd {
		margin-left: 14%;
		order: 1;
	}

.question .force-list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.question .force-list dl:nth-last-child(1) {
	margin-bottom: 0;
}
	.question .force-list dl dt {
		width: 280px;
		padding: 18px;
		background: #EEF3FF;
		font-size: 2.2rem;
		line-height: 1.3em;
		text-align: center;
	}
	.question .force-list dl dd {
		width: -webkit-calc(100% - 280px);
		width: calc(100% - 280px);
		padding-left: 25px;
	}

.question .dream-list dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.question .dream-list dl:nth-child(2n) {
	margin-right: 0;
}
	.question .dream-list dl dt {
		width: 70px;
	}
	.question .dream-list dl dd {
		width: -webkit-calc(100% - 85px);
		width: calc(100% - 85px);
		background: #1A5FFF;
		padding:  25px 30px;
	}
@media screen and (max-width: 1024px) {
	.question ul.message-list li {
		padding: 4vw;
		margin-bottom: 4vw;
	}
	.question ul.message-list li:before {
		border-width: 2vw 2vw 0 0;
		bottom: -2vw;
	}

	.question .talk-list dl {
		margin-bottom: 3vw;
	}
		.question .talk-list dl dd {
			padding: 2vw 3vw;
			border-radius: 6vw;
			font-size: 1.8vw;
		}

	.question .force-list dl {
		margin-bottom: 3vw;
	}
		.question .force-list dl dt {
			width: 28vw;
			padding: 3vw 1.8vw;
			font-size: 2.2vw;
		}
		.question .force-list dl dd {
			width: -webkit-calc(100% - 28vw);
			width: calc(100% - 28vw);
			padding-left: 2.5vw;
		}

	.question .dream-list dl {
		margin-bottom: 3vw;
	}
		.question .dream-list dl dt {
			width: 7vw;
		}
		.question .dream-list dl dd {
			width: -webkit-calc(100% - 8.5vw);
			width: calc(100% - 8.5vw);
			padding:  2.5vw 3vw;
		}
}
@media screen and (max-width: 767px) {
	.question ul.message-list li {
		padding: 5vw;
		margin-bottom: 6vw;
	}
	.question ul.message-list li:before {
		border-width: 3vw 3vw 0 0;
		bottom: -3vw;
	}

	.question .talk-list dl {
		margin-bottom: 6vw;
	}
		.question .talk-list dl dt {
			width: 15%;
		}
		.question .talk-list dl dd {
			width: 85%;
			padding: 4vw 8vw;
			border-radius: 20vw;
			font-size: 3.8vw;
		}
		.question .talk-list dl:nth-child(odd) dd {
			margin-right: 0;
		}
		.question .talk-list dl:nth-child(even) dd {
			margin-left: 0;
		}

	.question .force-list dl {
		display: block;
		margin-bottom: 7vw;
	}
		.question .force-list dl dt {
			width: 100%;
			font-size: 4vw;
			padding: 2.5vw 1.8vw;
			margin-bottom: 3vw;
		}
		.question .force-list dl dd {
			width: 100%;
			padding-left: 0;
		}

	.question .dream-list dl {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5vw;
	}
	.question .dream-list dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		.question .dream-list dl dt {
			width: 12vw;
		}
		.question .dream-list dl dd {
			width: -webkit-calc(100% - 15vw);
			width: calc(100% - 15vw);
			padding:  5vw;
		}
}

















