@charset "UTF-8";





/* kv
-----------------------------*/
#kv .inner  {
	padding-top: 90px;
}
	#kv .text  {
		width: 50%;
		padding-top: 130px;
		position: relative;
		z-index: 1;
	}
		#kv .text h1 {
			font-size: 4.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 8px;
		}

		#kv .text .en {
			font-size: 1.4rem;
			font-weight: 600;
			line-height: 1;
			margin-bottom: 25px;
		}

		#kv .text .txt {
			font-size: 1.6rem;
			line-height: 1.6em;
		}

	#kv .visual  {
		width: 50%;
		position: relative;
		z-index: 1;
	}

#kv .marquee {
	display: flex;
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 0;
}
	#kv .marquee .marquee__item {
		flex: 0 0 auto;
		overflow: hidden;
		font-size: 10.0rem;
		font-weight: 600;
		white-space: nowrap;
		line-height: 1;
		padding-right: 20px;
	}
	#kv .marquee .marquee__item:nth-child(odd) {
		animation: loop 80s -40s linear infinite;
	}
	#kv .marquee .marquee__item:nth-child(even) {
		animation: loop2 80s linear infinite;
	}
	@keyframes loop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes loop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
@media screen and (max-width: 1024px) {
	#kv .inner  {
		padding-top: 80px;
	}
		#kv .text  {
			width: 50%;
			padding-top: 80px;
		}
			#kv .text h1 {
				font-size: 3.0rem;
			}

			#kv .text .en {
				font-size: 1.2rem;
				margin-bottom: 20px;
			}

			#kv .text .txt {
				font-size: 1.6rem;
			}

		#kv .visual  {
			width: 50%;
		}

	#kv .marquee {
		top: 80px;
	}
		#kv .marquee .marquee__item {
			font-size: 8.0rem;
		}
}
@media screen and (max-width: 768px) {
	#kv .inner  {
		display: block;
		padding-top: 75px;
	}
		#kv .text  {
			width: 100%;
			padding-top: 75px;
			margin-bottom: 20px;
		}
			#kv .text .en {
				margin-bottom: 15px;
			}

		#kv .visual {
			width: 100%;
			text-align: center;
		}
			#kv .visual img {
				width: 100%;
				max-width: 300px;
			}

	#kv .marquee {
		top: 80px;
	}
		#kv .marquee .marquee__item {
			font-size: 7.0rem;
		}
}





/* questionnaire
-----------------------------*/
#questionnaire .txt-center {
	margin-top: 20px;
	margin-bottom: 70px;
	text-align: center;
}

#questionnaire .box {
	border: solid 1px #ddd;
	padding: 0 50px 40px 50px;
}
#questionnaire .list .box {
	width: 48%;
}
	#questionnaire .box h2 {
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		margin-bottom: 30px;
		margin-top: -20px;
	}
		#questionnaire .box h2 span {
			background: #fff;
			padding: 0 20px;
		}

#questionnaire .box .area {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	#questionnaire .box .area .graph {
		width: 48%;
	}

	#questionnaire .box .area .text {
		width: 48%;
		padding: 0 4%;
	}
@media screen and (max-width: 1024px) {
	#questionnaire .txt-center {
		margin-top: 15px;
		margin-bottom: 60px;
	}

	#questionnaire .box {
		padding: 0 30px 30px 30px;
	}
		#questionnaire .box h2 {
			font-size: 2.2rem;
			margin-bottom: 20px;
			margin-top: -15px;
		}
			#questionnaire .box h2 span {
				padding: 0 15px;
			}
}
@media screen and (max-width: 768px) {
	#questionnaire .txt-center {
		margin-bottom: 30px;
	}

	#questionnaire .list {
		display: block;
	}
		#questionnaire .box {
			padding: 20px 30px;
			margin-bottom: 20px;
		}
		#questionnaire .list .box {
			width: 100%;
		}
			#questionnaire .box h2 {
				font-size: 2.0rem;
				margin-bottom: 15px;
				margin-top: 0;
			}
				#questionnaire .box h2 span {
					padding: 0;
				}

		#questionnaire .box .area {
			display: block;
		}
			#questionnaire .box .area .graph {
				width: 100%;
				margin-bottom: 25px;
			}

			#questionnaire .box .area .text {
				width: 100%;
				padding: 0;
			}
}





/* questionnaire
-----------------------------*/
.question .q-title {
	text-align: center;
	margin-bottom: 20px;
}
	.question .q-title .en {
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1;
		color: #F99900;
		margin-bottom: 10px;
	}
	.question .q-title h2 {
		font-size: 3.4rem;
		font-weight: 700;
		line-height: 1.3em;
	}
		.question .q-title h2 span {
			display: block;
			font-size: 2.0rem;
			line-height: 1;
			margin-top: 5px;
		}

.question .pht {
	margin-top: 40px;
	text-align: center;
}
	.question .pht img {
		max-width: 1000px;
	}
	.question .pht.human img {
		max-width: 700px;
	}

.question .fukidashi .box {
	width: 32%;
	background: #FFFAF3;
	margin-right: 2%;
	margin-top: 30px;
	padding: 20px 30px;
	position: relative;
}
.question .fukidashi .box:nth-child(3),
.question .fukidashi .box:nth-last-child(1) {
	margin-right: 0;
}
.question .fukidashi .box:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fffaf3 transparent transparent transparent;
	border-width: 20px 10px 0px 10px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}

.question .voice .box {
	width: 48%;
	margin-right: 4%;
	margin-top: 30px;
}
.question .voice .box:nth-child(2),
.question .voice .box:nth-child(5) {
	margin-right: 0;
}
.question .voice .box:nth-child(3),
.question .voice .box:nth-child(6) {
	width: 100%;
	margin-right: 0;
}
	.question .voice .box dt {
		width: 70px;
		text-align: center;
	}
		.question .voice .box dt span {
			display: block;
			font-size: 1.2rem;
			line-height: 1.1em;
			letter-spacing: 0;
			text-align: center;
			margin-top: 8px;
		}

	.question .voice .box dd {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: -webkit-calc(100% - 95px);
		width: calc(100% - 95px);
		background: #fff;
		padding: 20px 25px;
		border-radius: 5px;
		font-size: 1.6rem;
		line-height: 1.8em;
		position: relative;
	}
	.question .voice .box dd:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #fff transparent transparent;
		border-width: 0px 20px 20px 0px;
		position: absolute;
		top: 30px;
		left: -20px;
	}

.question .voice-vertical .box {
	width: 100%;
	margin-top: 30px;
}
	.question .voice-vertical .box dt {
		width: 70px;
		text-align: center;
	}
	.question .voice-vertical .box:nth-child(2n) dt {
		order: 2;
	}
		.question .voice-vertical .box dt span {
			display: block;
			font-size: 1.2rem;
			line-height: 1.1em;
			letter-spacing: 0;
			text-align: center;
			margin-top: 8px;
		}

	.question .voice-vertical .box dd {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: -webkit-calc(100% - 95px);
		width: calc(100% - 95px);
		background: #FFFAF3;
		padding: 20px 25px;
		border-radius: 5px;
		font-size: 1.6rem;
		line-height: 1.8em;
		position: relative;
	}
	.question .voice-vertical .box:nth-child(2n) dd {
		order: 1;
	}
	.question .voice-vertical .box dd:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent #FFFAF3 transparent transparent;
		border-width: 0px 20px 20px 0px;
		position: absolute;
		top: 30px;
		left: -20px;
	}
	.question .voice-vertical .box:nth-child(2n) dd:before {
		border-color: #FFFAF3 transparent transparent transparent;
		border-width: 20px 20px 0 0;
		left: auto;
		right: -20px;
	}
@media screen and (max-width: 1024px) {
	.question .q-title .en {
		font-size: 1.2rem;
	}
	.question .q-title h2 {
		font-size: 3.0rem;
	}
		.question .q-title h2 span {
			font-size: 1.7rem;
		}

	.question .pht {
		margin-top: 40px;
	}

	.question .fukidashi .box {
		margin-top: 30px;
		padding: 15px 25px;
	}
	
	.question .voice .box {
		margin-top: 20px;
	}
		.question .voice .box dt {
			width: 60px;
		}
			.question .voice .box dt span {
				display: block;
				font-size: 1.0rem;
				margin-top: 5px;
			}

		.question .voice .box dd {
			width: -webkit-calc(100% - 85px);
			width: calc(100% - 85px);
			font-size: 1.5rem;
			line-height: 1.7em;
		}
		.question .voice .box dd:before {
			top: 25px;
		}
	
	.question .voice-vertical .box {
		margin-top: 20px;
	}
		.question .voice-vertical .box dt {
			width: 60px;
		}
			.question .voice-vertical .box dt span {
				display: block;
				font-size: 1.0rem;
				margin-top: 5px;
			}

		.question .voice-vertical .box dd {
			width: -webkit-calc(100% - 85px);
			width: calc(100% - 85px);
			font-size: 1.5rem;
			line-height: 1.7em;
		}
		.question .voice-vertical .box dd:before {
			top: 25px;
		}
}
@media screen and (max-width: 768px) {
	.question .q-title {
		margin-bottom: 30px;
	}
		.question .q-title h2 {
			font-size: 2.4rem;
		}
		.question .q-title h2 span {
			font-size: 1.4rem;
		}

	.question .pht {
		margin-top: 30px;
	}

	.question .fukidashi {
		display: block;
	}
		.question .fukidashi .box {
			width: 100%;
			margin-right: 0;
			padding: 15px 20px;
		}
	
	.question .voice {
		display: block;
	}
		.question .voice .box {
			width: 100%;
			margin-right: 0;
			margin-top: 20px;
		}
			.question .voice .box dt {
				width: 50px;
			}
				.question .voice .box dt span {
					font-size: 1.0rem;
				}

			.question .voice .box dd {
				width: -webkit-calc(100% - 75px);
				width: calc(100% - 75px);
				font-size: 1.4rem;
				line-height: 1.6em;
			}

	.question .voice-vertical .box dt {
		width: 50px;
	}
		.question .voice-vertical .box dt span {
			font-size: 1.0rem;
		}

	.question .voice-vertical .box dd {
		width: -webkit-calc(100% - 75px);
		width: calc(100% - 75px);
		font-size: 1.4rem;
		line-height: 1.6em;
	}
}








