@charset "UTF-8";




/* en */
.en {
	font-family: 'Raleway', 'Noto Sans JP', sans-serif;
	font-weight: 600;
}



/* page-container */
.page-container {
    padding: 100px 0 0;
}



/* member */
.member {
	margin-bottom: 75px;
}
	.member h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 30px;
	}


	.member .list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		.member .list .box {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 75px;
		}
		.member .list .box:nth-child(2n) {
			margin-right: 0;
		}
			.member .list .box .profile {
				display: flex;
				justify-content: flex-start;
				align-items: center;
			}
				.member .list .box .profile .pht {
					width: 150px;
				}

				.member .list .box .profile .text {
					width: -webkit-calc(100% - 150px);
					width: calc(100% - 150px);
					padding-left: 20px;
				}
					.member .list .box .profile .text h3 {
						font-size: 26px;
						line-height: 1;
						margin-top: 8px;
						margin-bottom: 8px;
					}

					.member .list .box .profile .text p {
						font-size: 14px;
						line-height: 1.3em;
					}

			.member .list .box .comment {
				font-size: 15px;
				line-height: 1.7em;
				margin-top: 15px;
			}



/* talk-area */
.talk-area {
	margin-bottom: 150px;
	padding: 40px 0;
	position: relative;
}
#talk02 {
	padding: 0;
}
#talk01:before,
#talk03:before {
	content: "";
	width: 60%;
	height: 100%;
	background: #E8F2F8;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
	.talk-area .ttl {
		margin-bottom: 40px;
	}
		.talk-area .ttl .en {
			font-size: 20px;
			line-height: 1;
			color: #236FC7;
			margin-bottom: 10px;
		}
		.talk-area .ttl h2 {
			font-size: 36px;
			font-weight: 700;
			line-height: 1.3em;
		}


	.talk-area dl {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		margin-bottom: 35px;
	}
	.talk-area dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		.talk-area dl dt {
			width: 60px;
		}
			.talk-area dl dt span {
				display: block;
				padding-top: 5px;
				font-size: 12px;
				text-align: center;
			}

		.talk-area dl dd {
			width: -webkit-calc(100% - 80px);
			width: calc(100% - 80px);
			font-size: 15px;
			line-height: 1.8em;
		}


	.talk-area .text-pht {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		margin-bottom: 35px;
	}
		.talk-area .text-pht .text {
			width: 55%;
			padding-right: 5%;
		}
		#talk02 .text-pht .text {
			order: 2;
			padding-right: 0;
			padding-left: 5%;
		}

		.talk-area .text-pht .pht {
			width: 45%;
			overflow: hidden;
		}
		#talk02 .text-pht .pht {
			order: 1;
		}
			.talk-area .text-pht .pht img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}









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




/* member */
.member {
	margin-bottom: 50px;
}
	.member h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}


	.member .list .box {
		margin-bottom: 50px;
	}
		.member .list .box .profile .pht {
			width: 130px;
		}

		.member .list .box .profile .text {
			width: -webkit-calc(100% - 130px);
			width: calc(100% - 130px);
		}
			.member .list .box .profile .text h3 {
				font-size: 24px;
			}

			.member .list .box .profile .text p {
				font-size: 13px;
			}

		.member .list .box .comment {
			font-size: 14px;
		}



/* talk-area */
.talk-area {
	margin-bottom: 100px;
	padding: 30px 0;
}
	.talk-area .ttl {
		margin-bottom: 35px;
	}
		.talk-area .ttl .en {
			font-size: 16px;
		}
		.talk-area .ttl h2 {
			font-size: 30px;
		}


	.talk-area dl {
		margin-bottom: 30px;
	}
		.talk-area dl dt {
			width: 50px;
		}
			.talk-area dl dt span {
				font-size: 10px;
			}

		.talk-area dl dd {
			width: -webkit-calc(100% - 65px);
			width: calc(100% - 65px);
			font-size: 14px;
			line-height: 1.7em;
		}


	.talk-area .text-pht {
		margin-bottom: 30px;
	}
	
	
	
}









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




/* member */
.member {
	margin-bottom: 50px;
}
	.member h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}


	.member .list {
		display: block;
	}
		.member .list .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 30px;
			padding-bottom: 30px;
			border-bottom: dashed 1px #ddd;
		}
		.member .list .box:nth-last-child(1) {
			width: 100%;
			margin-right: 0;
			margin-bottom: 30px;
			padding-bottom: 0;
			border-bottom: none;
		}
			.member .list .box .profile .pht {
				width: 100px;
			}

			.member .list .box .profile .text {
				width: -webkit-calc(100% - 100px);
				width: calc(100% - 100px);
			}
				.member .list .box .profile .text h3 {
					font-size: 20px;
				}

				.member .list .box .profile .text p {
					font-size: 12px;
				}

			.member .list .box .comment {
				font-size: 13px;
				margin-top: 12px;
			}



/* talk-area */
.talk-area {
	margin-bottom: 60px;
	padding: 30px 0;
}
	.talk-area .ttl {
		margin-bottom: 35px;
		text-align: center;
	}
		.talk-area .ttl .en {
			font-size: 16px;
		}
		.talk-area .ttl h2 {
			font-size: 24px;
		}


	.talk-area dl {
		margin-bottom: 30px;
	}


	.talk-area .text-pht {
		display: block;
		margin-bottom: 35px;
	}
		.talk-area .text-pht .text {
			width: 100%;
			padding: 0 !important;
			margin-bottom: 30px;
		}
	
		.talk-area .text-pht .pht {
			width: 100%;
		}
	
	
	
	
}









































