@charset "UTF-8";
/* CSS Document */




	
	
/* main.benefit-employ 
--------------------- */
#main.benefit-employ {
	position: relative;
}
#main.benefit-employ:before {
	content: "";
    width: 100%;
	height: -webkit-calc(100% + 250px);
	height: calc(100% + 250px);
	background:linear-gradient(135deg, rgba(32,156,255,0.1),rgba(104,201,224,0.1),rgba(104,224,207,0.1));
	background-size: 200% 200%;
	animation: bggradient 10s ease infinite;
    position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}





	
	
/* read
--------------------- */
#read {
    width: 100%;
    padding: 120px 0;
	text-align: center;
}





	
	
/* member
--------------------- */
#member {
	width: 100%;
	padding-bottom: 120px;
}
	#member .list {
		margin-top: -20px;
	}
		#member .list .box {
			width: 22.5%;
		}
			#member .list .box .profile .text {
				text-align: center;
				padding-top: 12px;
			}
				#member .list .box .profile .text h3 {
					font-size: 3.0rem;
					color: #2E008B;
					line-height: 1;
					margin-bottom: 6px;
				}

				#member .list .box .profile .text .job {
					font-size: 1.1rem;
					line-height: 1.5em;
				}

			#member .list .box .txt {
				margin-top: 12px;
				font-size: 1.4rem;
				line-height: 1.7em;
				letter-spacing: 0;
			}





	
	
/* talk
--------------------- */
.talk {
    width: 100%;
    padding: 120px 0 0 0;
	background: #fff;
}
#talk03 {
	padding-bottom: 120px;
}
	.talk dl {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.talk dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		.talk dl dt {
			width: 80px;
			text-align: center;
		}
			.talk dl dt .en {
				font-size: 1.2rem;
				line-height: 1;
				color: #2E008B;
			}

		.talk dl dd {
			width: -webkit-calc(100% - 100px);
			width: calc(100% - 100px);
		}
			.talk dl dd p {
				font-size: 1.4rem;
				line-height: 1.8em;
				border: solid 1px #ddd;
				border-radius: 10px;
				padding: 15px;
				min-height: 80px;
				position: relative;
			}
			.talk dl dd p:before {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 6px 6px 6px 0;
				border-color: transparent #dddddd transparent transparent;
				position: absolute;
				top: 34px;
				left: -6px;
			}
				.talk dl dd p span {
					font-size: 1.2rem;
				}










/* 1024px */
@media screen and (max-width: 1024px) {





	
	
/* member
--------------------- */
#member .list .box .profile .text {
	padding-top: 12px;
}
	#member .list .box .profile .text h3 {
		font-size: 2.2rem;
	}

	#member .list .box .profile .text .job {
		font-size: 1.0rem;
	}

#member .list .box .txt {
	font-size: 1.3rem;
}





}

	







/* max 768px */
@media screen and (max-width: 768px) {





	
	
/* read
--------------------- */
#read {
    width: 100%;
    padding: 40px 0 80px 0;
	text-align: left;
}





	
	
/* member
--------------------- */
#member {
	padding-bottom: 80px;
}
	#member .list {
		display: block;
		margin-top: -20px;
	}
		#member .list .box {
			width: 100%;
			margin-bottom: 30px;
		}
		#member .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#member .list .box .profile {
				display: flex;
				justify-content: flex-start;
				align-items: center;
			}
				#member .list .box .profile .pht {
					width: 120px;
				}
	
				#member .list .box .profile .text {
					width: -webkit-calc(100% - 120px);
					width: calc(100% - 120px);
					text-align: left;
					padding-top: 0;
					padding-left: 15px;
				}
					#member .list .box .profile .text h3 {
						margin-bottom: 8px;
					}
	
					#member .list .box .profile .text .job {
						font-size: 1.1rem;
						line-height: 1.8em;
					}

				#member .list .box .txt {
					margin-top: 16px;
				}





	
	
/* talk
--------------------- */
.talk {
    padding: 80px 0 0 0;
}
#talk03 {
	padding-bottom: 80px;
}
	.talk dl {
		margin-bottom: 30px;
	}
		.talk dl dt {
			width: 60px;
		}
			.talk dl dt .en {
				font-size: 1.0rem;
			}

		.talk dl dd {
			width: -webkit-calc(100% - 75px);
			width: calc(100% - 75px);
		}
			.talk dl dd p {
				font-size: 1.3rem;
			}
			.talk dl dd p:before {
				top: 24px;
			}
				.talk dl dd p span {
					font-size: 1.0rem;
				}





	


}