@charset "utf-8";
/*------------------------------------------------------------
	discussion
------------------------------------------------------------*/
#main {
	background-color: #EBF4EC;
}
#main .mainVisual {
	position: relative;
}
#main .mainVisual .pageTtl {
	width: 38.2rem;
	position: absolute;
	left: calc(50% + 22.4rem);
	bottom: 3.7rem;
}
#main .topic {
	padding: 5.6rem 0 9.3rem;
}
#main .topic .headLine02 {
	margin-bottom: 2.4rem;
	font-size: 5.1rem;
	color: #0DAC67;
	font-weight: 900;
}
#main .topic .comText {
	line-height: 1.842;
}
#main .member {
	margin-bottom: 9.2rem;
	padding: 5.5rem 0 3.5rem;
	background-color: #fff;
}
#main .member .heading {
	margin: 0 auto 3.7rem;
	width: fit-content;
	text-align: center;
	color: #0DAC67;
	font-size: 3.5rem;
	letter-spacing: 0.085em;
	border-bottom: 1.4px solid #0DAC67;
}
#main .member .content {
	max-width: 101.3rem;
}
#main .member .image {
	width: 100%;
}
#main .member .image img {
	width: 100%;
}
#main .question .content {
	max-width: 100.6rem;
}
#main .question .innerBox {
	margin-bottom: 15.4rem;
}
#main .question .innerBox:last-child {
	margin-bottom: 12.3rem;
}
#main .question .innerBox img {
	width: 100%;
}
#main .question .heading {
	margin: 0 auto 8rem;
	min-width: 86.6rem;
	width: fit-content;
	color: #0DAC67;
	font-size: 3.3rem;
	font-weight: 700;
	font-feature-settings: "palt";
	display: flex;
	align-items: baseline;
	text-align: justify;
	word-break: break-all;
}
#main .question .heading .en {
	margin: 0 3.4rem 0 0;
	max-width: 10rem;
	font-size: 6.5rem;
	line-height: 1;
	font-feature-settings: "palt";
	font-family: "Roboto", sans-serif;
}
#main .question .heading .text {
	flex: 1;
}
#main .question .talkList {
	margin: 0 7.6rem 11.7rem 5.4rem;
}
#main .question .talkList:last-child {
	margin-bottom: 0;
}
#main .question .talkList li {
	margin-bottom: 5.8rem;
	min-height: 16rem;
	display: flex;
	align-items: flex-start;
	gap: 3.5rem;
	font-size: 1.8rem;
	line-height: 1.8111;
	text-align: justify;
	font-feature-settings: "palt";
}
#main .question .talkList li:last-child {
	margin-bottom: 0;
}
#main .question .talkList .photo {
	width: 11.6rem;
	height: 11.6rem;
	border-radius: 100%;
	overflow: hidden;
}
#main .question .talkList .photo img {
	height: 100%;
	object-fit: cover;
}
#main .question .talkList .textBox {
	padding: 0.8rem 0;
	min-height: 11.6rem;
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#main .question .talkList .aside {
	padding-left: 15rem;
	position: relative;
	min-height: inherit;
}
#main .question .talkList .aside::before {
	width: 13.8rem;
	height: 1px;
	content: "";
	position: absolute;
	left: 0;
	top: 1.5rem;
	background-color: #231815;
}
#main .question .photoUl {
	margin: -1.6rem 0 -5.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .question .photoUl li {
	width: 43.9rem;
	overflow: hidden;
	border-radius: 2rem;
}
#main .question .photoUl li:nth-child(2n) {
	margin-top: 15.9rem;
}
@media all and (min-width: 897px) {
	#main .question .photoUl02 {
		margin-bottom: -3.4rem;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual .pageTtl {
		width: 12.1rem;
		left: auto;
		right: 1rem;
		bottom: 1rem;
	}
	#main .topic {
		padding: 4rem 0 5rem;
	}
	#main .topic .headLine02 {
		margin-bottom: 2rem;
		font-size: 2.8rem;
	}
	#main .topic .comText {
		text-align: center;
	}
	#main .member {
		margin-bottom: 6rem;
		padding: 4rem 0;
	}
	#main .member .heading {
		margin-bottom: 2rem;
		font-size: 2.2rem;
	}
	#main .member .content {
		padding: 0rem;
	}
	#main .question .innerBox {
		margin-bottom: 5rem;
	}
	#main .question .innerBox:last-child {
		margin-bottom: 5rem;
	}
	#main .question .heading {
		margin: 0 0 2.6rem;
		min-width: inherit;
		width: 100%;
		font-size: 2rem;
	}
	#main .question .heading .en {
		margin: 0 1rem 0 0;
		font-size: 3rem;
	}
	#main .question .talkList {
		margin: 0 0 3rem;
	}
	#main .question .talkList li {
		margin-bottom: 2rem;
		min-height: 8.4rem;
		gap: 1.5rem;
		font-size: 1.4rem;
	}
	#main .question .talkList .photo {
		width: 7rem;
		height: 7rem;
	}
	#main .question .talkList .textBox {
		padding: 0.4rem 0;
		min-height: 7rem;
	}
	#main .question .talkList .aside {
		padding-left: 8.5rem;
	}
	#main .question .talkList .aside::before {
		width: 7rem;
		top: 1.2rem;
	}
	#main .question .photoUl {
		margin: 0;
	}
	#main .question .photoUl li {
		width: calc(50% - 1rem);
		overflow: hidden;
		border-radius: 1rem;
	}
	#main .question .photoUl li:nth-child(2n) {
		margin-top: 3rem;
	}
}