@charset "UTF-8";


	

	
/* kv
--------------------- */
#kv {
	padding-top: 150px;
	padding-bottom: 130px;
}
	#kv .en {
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 20px;
	}

	#kv h1 {
		font-size: 7.0rem;
		line-height: 1.3em;
		margin-bottom: 55px;
	}
@media screen and (max-width: 1024px) {
	#kv {
		padding-bottom: 13vw;
	}
		#kv .en {
			font-size: 2.0vw;
			margin-bottom: 2vw;
		}

		#kv h1 {
			font-size: 7.0vw;
			margin-bottom: 5.5vw;
		}
}
@media screen and (max-width: 767px) {
	#kv {
		padding-top: 80px;
		padding-bottom: 10vw;
	}
		#kv .en {
			font-size: 4.0vw;
			margin-bottom: 3vw;
		}

		#kv h1 {
			font-size: 8.0vw;
			margin-bottom: 7vw;
		}
}


	

	
/* voice
--------------------- */
.voice .headtit {
	padding-top: 30px;
	margin-bottom: 65px;
	text-align: center;
	position: relative;
}
	.voice .headtit .en-bg {
		width: 100%;
		font-size: 15.0rem;
		line-height: 0.8;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
	}

	.voice .headtit h2 {
		font-size: 2.6rem;
		line-height: 1.3em;
		margin-bottom: 8px;
		position: relative;
		z-index: 1;
	}

	.voice .headtit .en-txt {
		font-size: 1.6rem;
		line-height: 1.3em;
		position: relative;
		z-index: 1;
	}

.voice .q-box {
	padding: 50px;
	position: relative;
}
.voice .q-box.column1 {
	width: 100% !important;
	margin-right: 0 !important;
}

.voice .voice-box {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
	.voice .voice-box .text {
		width: 82%;
		background: #FFF;
		padding: 40px;
		border-radius: 0 0 30px 0;
		position: relative;
	}
	.voice .voice-box .text:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 24px 0 0;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: 50%;
		right: -24px;
		margin-top: -12px;
	}

	.voice .voice-box .human {
		width: 15%;
	}
@media screen and (max-width: 1024px) {
	.voice .headtit {
		padding-top: 3vw;
		margin-bottom: 6.5vw;
	}
		.voice .headtit .en-bg {
			font-size: 15.0vw;
		}

		.voice .headtit h2 {
			font-size: 2.6vw;
			margin-bottom: 0.8vw;
		}

		.voice .headtit .en-txt {
			font-size: 1.6vw;
		}

	.voice .q-box {
		padding: 5vw 4vw;
	}

	.voice .voice-box {
		margin-top: 7vw;
	}
		.voice .voice-box .text {
			width: 77%;
			padding: 4vw;
			border-radius: 0 0 3vw 0;
		}
		.voice .voice-box .text:before {
			border-width: 2.4vw 2.4vw 0 0;
			right: -2.4vw;
			margin-top: -1.2vw;
		}
	
		.voice .voice-box .human {
			width: 20%;
		}
}
@media screen and (max-width: 767px) {
	.voice {
		padding-bottom: 0;
	}
		.voice .headtit {
			padding-top: 3vw;
			margin-bottom: 6.5vw;
		}
			.voice .headtit .en-bg {
				font-size: 20.0vw !important;
				top: -7.5vw !important;
			}

			.voice .headtit h2 {
				font-size: 4.6vw !important;
				margin-bottom: 2vw !important;
			}

			.voice .headtit .en-txt {
				font-size: 3.0vw !important;
			}

		.voice .list-area {
			display: block;
		}
		.voice .q-box {
			width: 100% !important;
			margin-right: 0 !important;
			margin-bottom: 7vw !important;
			padding: 7vw !important;
		}

		.voice .voice-box {
			display: block;
			margin-top: 12vw;
		}
			.voice .voice-box .text {
				width: 100%;
				padding: 7vw;
				border-radius: 0 0 3vw 0;
			}
			.voice .voice-box .text:before {
				display: none;
			}

			.voice .voice-box .human {
				width: 35%;
				margin: -4vw auto 0 auto;
				position: relative;
				z-index: 2;
			}
}


	

	
/* voice01
--------------------- */
#voice01 .headtit .en-bg {
	color: #fff;
	opacity: 0.4;
}

#voice01 .q-box {
	border: solid 1px rgba(255,255,255,0.6);
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#voice01 .q-box:nth-child(2) {
	width: 48%;
	margin-right: 0;
}
	#voice01 .q-box.q1 .map {
		width: 95%;
		position: absolute;
		bottom: 40px;
		left: 50px;
	}

	#voice01 .q-box.q3 .motif {
		width: 180px;
		position: absolute;
		top: -10px;
		right: 30px;
	}

	#voice01 .q-box.q3 .list .box {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	#voice01 .q-box.q3 .list .box:nth-child(even) {
		margin-top: 40px;
	}
	#voice01 .q-box.q3 .list .box:nth-child(4n) {
		margin-right: 0;
	}
		#voice01 .q-box.q3 .list .box .white-bg {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			min-height: 140px;
			background: #fff;
			border-radius: 0 0 0 20px;
			padding: 20px;
			position: relative;
		}
		#voice01 .q-box.q3 .list .box .white-bg:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 24px 24px 0;
			border-color: transparent #fff transparent transparent;
			position: absolute;
			bottom: -24px;
			left: 25px;
		}

		#voice01 .q-box.q3 .list .box .birthplace {
			font-size: 1.2rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-top: 8px;
			padding-left: 60px;
		}
@media screen and (max-width: 1024px) {
	#voice01 .q-box.q2 {
		padding: 5vw 3vw;
	}
	#voice01 .q-box.q1 .map {
		bottom: 4vw;
		left: 4vw;
	}

	#voice01 .q-box.q3 .motif {
		width: 14vw;
		top: -1vw;
		right: 3vw;
	}

	#voice01 .q-box.q3 .list .box {
		margin-bottom: 2vw;
	}
	#voice01 .q-box.q3 .list .box:nth-child(even) {
		margin-top: 4vw;
	}
		#voice01 .q-box.q3 .list .box .white-bg {
			min-height: 14vw;
			border-radius: 0 0 0 2vw;
			padding: 2vw;
		}
		#voice01 .q-box.q3 .list .box .white-bg:before {
			border-width: 0 2.4vw 2.4vw 0;
			bottom: -2.35vw;
			left: 2.5vw;
		}

		#voice01 .q-box.q3 .list .box .birthplace {
			font-size: 1.2vw;
			margin-top: 0.8vw;
			padding-left: 6vw;
		}
}
@media screen and (max-width: 767px) {
	#voice01 .q-box.q1 .map {
		position: static;
		margin-top: -10vw;
	}

	#voice01 .q-box.q3 .motif {
		width: 20vw;
		top: -3vw;
		right: 3vw;
	}

	#voice01 .q-box.q3 .list {
		margin-bottom: 2vw;
	}
	#voice01 .q-box.q3 .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
	}
	#voice01 .q-box.q3 .list .box:nth-child(even) {
		margin-right: 0;
		margin-top: 0;
	}
		#voice01 .q-box.q3 .list .box .white-bg {
			min-height: 14vw;
			border-radius: 0 0 0 1vw;
			padding: 4vw;
		}
		#voice01 .q-box.q3 .list .box .white-bg:before {
			border-width: 0 4vw 4vw 0;
			bottom: -3.6vw;
			left: 0;
		}
			#voice01 .q-box.q3 .list .box .white-bg .txt {
				font-size: 3.3vw;
				line-height: 1.6em;
			}

		#voice01 .q-box.q3 .list .box .birthplace {
			font-size: 3.2vw;
			margin-top: 1.5vw;
			padding-left: 6vw;
		}
}


	

	
/* voice02
--------------------- */
#voice02 {
	background: #EBF7FC;
}
	#voice02 .headtit {
		margin-bottom: 40px;
	}
		#voice02 .headtit .en-bg {
			color: #fff;
			opacity: 1;
		}
			#voice02 .headtit h2 {
				font-size: 2.2rem;
			}
			#voice02 .headtit .en-txt {
				font-size: 1.1rem;
				letter-spacing: 0;
			}

	#voice02 .q-box {
		background: #E4F1F7;
		padding: 40px;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 50px;
	}
	#voice02 .q-box:nth-child(3) {
		margin-right: 0;
	}
		#voice02 .q-box.q5 .motif {
			width: 94px;
			position: absolute;
			top: -40px;
			left: -20px;
			z-index: 1;
		}
		#voice02 .q-box.q6 .motif {
			width: 142px;
			position: absolute;
			bottom: -120px;
			right: 40px;
			z-index: 1;
		}

	#voice02 .voice-box .text {
		order: 2;
		border-radius: 0 0 0 30px;
	}
	#voice02 .voice-box .text:before {
		border-width: 0 24px 24px 0;
		border-color: transparent #FFFFFF transparent transparent;
		left: -24px;
		right: auto;
	}

	#voice02 .voice-box .human {
		order: 1;
	}
@media screen and (max-width: 1024px) {
	#voice02 .headtit {
		margin-bottom: 4vw;
	}
		#voice02 .headtit .en-bg {
			font-size: 11.0vw;
		}
		#voice02 .headtit h2 {
			font-size: 2.0vw;
		}
		#voice02 .headtit .en-txt {
			font-size: 1.0vw;
		}

	#voice02 .q-box {
		padding: 4vw 2vw;
		margin-bottom: 5vw;
	}
		#voice02 .q-box.q5 .motif {
			width: 9.4vw;
			top: -4vw;
			left: -2vw;
		}
		#voice02 .q-box.q6 .motif {
			width: 14.2vw;
			bottom: -12vw;
			right: 4vw;
		}

	#voice02 .voice-box .text {
		border-radius: 0 0 0 3vw;
	}
	#voice02 .voice-box .text:before {
		border-width: 0 2.4vw 2.4vw 0;
		left: -2.4vw;
	}
}
@media screen and (max-width: 767px) {
	#voice02 .q-box.q5 .motif {
		width: 14.4vw;
	}
}


	

	
/* voice03
--------------------- */
#voice03 {
	background: #fff;
}
	#voice03 .headtit .en-bg {
		color: #0093D7;
		opacity: 0.07;
	}

	#voice03 .q-box {
		border: solid 1px #ddd;
		margin-bottom: 60px;
	}

	#voice03 .q-box.q7 .motif {
		width:  165px;
		position: absolute;
		top: 110px;
		left: 70px;
	}
	#voice03 .q-box.q7 .list dl {
		margin-bottom: 40px;
	}
	#voice03 .q-box.q7 .list dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		#voice03 .q-box.q7 .list dl dt {
			width: 80px;
			text-align: center;
		}
		#voice03 .q-box.q7 .list dl:nth-child(odd) dt {
			order: 2;
		}
			#voice03 .q-box.q7 .list dl dt span {
				display: block;
				margin-top: 5px;
				font-size: 1.2rem;
				line-height: 1.3em;
			}

		#voice03 .q-box.q7 .list dl dd {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			width: -webkit-calc(100% - 100px);
			width: calc(100% - 100px);
			background: #F2F7F8;
			padding: 20px 30px;
			border-radius: 0 0 0 20px;
		}
		#voice03 .q-box.q7 .list dl:nth-child(odd) dd {
			order: 1;
			border-radius: 0 0 20px 0;
		}

	#voice03 .q-box.q8 .motif {
		width:  20%;
		position: absolute;
		bottom: 0;
		right: 40px;
	}
	#voice03 .q-box.q8 .list .box {
		width: 22.75%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	#voice03 .q-box.q8 .list .box:nth-child(even) {
		margin-top: 40px;
	}
	#voice03 .q-box.q8 .list .box:nth-child(4n) {
		margin-right: 0;
	}
		#voice03 .q-box.q8 .list .box .white-bg {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			min-height: 140px;
			background: #F2F7F8;
			border-radius: 0 0 0 20px;
			padding: 20px;
			position: relative;
		}
		#voice03 .q-box.q8 .list .box .white-bg:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 0 24px 24px 0;
			border-color: transparent #0093D7 transparent transparent;
			position: absolute;
			bottom: -24px;
			left: 25px;
		}

		#voice03 .q-box.q8 .list .box .birthplace {
			font-size: 1.2rem;
			font-weight: 500;
			line-height: 1.3em;
			margin-top: 8px;
			padding-left: 60px;
		}

	#voice03 .voice-box .text {
		background: #EBF7FC;
	}
	#voice03 .voice-box .text:before {
		border-color: #EBF7FC transparent transparent transparent;
	}
@media screen and (max-width: 1024px) {
	#voice03 .q-box {
		margin-bottom: 6vw;
	}

	#voice03 .q-box.q7 .motif {
		width:  12vw;
		position: absolute;
		top: 14vw;
		left: 7vw;
	}
	#voice03 .q-box.q7 .list dl {
		margin-bottom: 4vw;
	}
		#voice03 .q-box.q7 .list dl dt {
			width: 8vw;
		}
			#voice03 .q-box.q7 .list dl dt span {
				margin-top: 0.5vw;
				font-size: 1.2vw;
			}

		#voice03 .q-box.q7 .list dl dd {
			width: -webkit-calc(100% - 10vw);
			width: calc(100% - 10vw);
			padding: 2vw 3vw;
			border-radius: 0 0 0 2vw;
		}
		#voice03 .q-box.q7 .list dl:nth-child(odd) dd {
			order: 1;
			border-radius: 0 0 2vw 0;
		}

	#voice03 .q-box.q8 .motif {
		right: 4vw;
	}
	#voice03 .q-box.q8 .list .box {
		margin-bottom: 2vw;
	}
	#voice03 .q-box.q8 .list .box:nth-child(even) {
		margin-top: 4vw;
	}
		#voice03 .q-box.q8 .list .box .white-bg {
			min-height: 14vw;
			border-radius: 0 0 0 2vw;
			padding: 2vw;
		}
		#voice03 .q-box.q8 .list .box .white-bg:before {
			border-width: 0 2.4vw 2.4vw 0;
			bottom: -2.4vw;
			left: 2.5vw;
		}

		#voice03 .q-box.q8 .list .box .birthplace {
			font-size: 1.2vw;
			margin-top: 0.8vw;
			padding-left: 6vw;
		}
}
@media screen and (max-width: 767px) {
	#voice03 .q-box.q7 .motif {
		width:  18vw;
		position: absolute;
		top: -11vw;
		left: 4vw;
	}
	#voice03 .q-box.q7 .list dl {
		margin-bottom: 6vw;
	}
		#voice03 .q-box.q7 .list dl dt {
			width: 20%;
		}
			#voice03 .q-box.q7 .list dl dt span {
				margin-top: 1vw;
				font-size: 2.8vw;
			}

		#voice03 .q-box.q7 .list dl dd {
			width: 75%;
			padding: 4vw 5vw;
			border-radius: 0 0 0 4vw;
		}
		#voice03 .q-box.q7 .list dl:nth-child(odd) dd {
			border-radius: 0 0 4vw 0;
		}

	#voice03 .q-box.q8 .motif {
		right: 4vw;
	}
	
	#voice03 .q-box.q8 .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4vw;
	}
	#voice03 .q-box.q8 .list .box:nth-child(even) {
		margin-right: 0;
		margin-top: 0;
	}
		#voice03 .q-box.q8 .list .box .white-bg {
			min-height: 14vw;
			border-radius: 0 0 0 1vw;
			padding: 4vw;
		}
		#voice03 .q-box.q8 .list .box .white-bg:before {
			border-width: 0 4vw 4vw 0;
			bottom: -3.6vw;
			left: 0;
		}
			#voice03 .q-box.q8 .list .box .white-bg .txt {
				font-size: 3.3vw;
				line-height: 1.6em;
			}

		#voice03 .q-box.q8 .list .box .birthplace {
			font-size: 3.0vw;
			margin-top: 1.3vw;
			padding-left: 6vw;
		}
}


	

	