@charset "utf-8";
/*------------------------------------------------------------
	talk
------------------------------------------------------------*/
#gHeader {
	background-color: #fff;
}
#gHeader .logo .over {
	display: block;
}
#gHeader .logo .img {
	display: none;
}
#gHeader #gNavi ul a {
	color: #2A2A2A;
}
#gFooter {
	margin-top: -15.1rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		background-color: #fff;
	}
	.menu span {
		background-color: #000;
	}
	#gFooter {
		margin-top: 0;
	}
}

/* mainImg */
#main .mainImg {
	margin-bottom: 8rem;
}
#main .mainImg img {
	width: 100%;
}
#main .topTxt {
	margin-bottom: 6.4rem;
	text-align: center;
	color: #79CD18;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.01em;
}
@media all and (max-width: 896px) {
	#main .topTxt {
		margin: 0 -1rem 2rem;
		font-size: 1.4rem;
		line-height: 1.42;
	}
	#main .mainImg {
		margin-bottom: 2rem;
	}
}


#main .movieBox img {
	width: 100%;
}
#main .movieBox a {
	display: block;
	position: relative;
	font-size: 0;
	line-height: 1;
}
#main .movieBox a::after {
	margin-top: -0.1rem;
	width: 13rem;
	height: 13rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: url("../img/common/play.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	#main .movieBox a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .movieBox a::after {
		margin: 0;
		width: 4.6rem;
		height: 4.6rem;
	}
}

/* showBox */
#main .showBox {
	margin-bottom: 7.4rem;
}
#main .listUl {
	margin-top: 5.8rem;
	display: flex;
	justify-content: space-between;
}
#main .listUl li {
	width: calc(50% - 7.2rem);
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
}
#main .listUl li::before {
	margin-left: -0.3rem;
	width: 3.4rem;
	height: 3rem;
	position: absolute;
	top: -4.3rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/talk/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .listUl li::after {
	width: 33.8rem;
	height: 33.9rem;
	border-radius: 50%;
	background: rgba(217, 217, 217, 0.50);
	position: absolute;
	top: -18.8rem;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	z-index: -1;
}
#main .listUl p {
	position: relative;
	z-index: 10;
	text-align: justify;
}
#main .listUl .title {
	padding: 1rem 0.8rem 1rem;
	color: #fff;
	background: #2A2A2A;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.03em;
	margin-bottom: 0.9rem;
}
#main .listUl .title span {
	margin-left: 1.2rem;
	font-size: 2.2rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: -0.3rem;
}
#main .listUl .en {
	color: rgba(121, 205, 24, 0.20);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: -1rem;
	right: -0.3rem;
	white-space: nowrap;
	z-index: 5;
}
#main .listUl .item02 .en {
	letter-spacing: -0.04em;
}
@media all and (max-width: 896px) {
	#main .showBox {
		margin-bottom: 5.3rem;
	}
	#main .listUl {
		margin-top: 2.8rem;
	}
	#main .listUl li {
		width: calc(50% - 1.8rem);
		font-size: 1rem;
		line-height: 1.5;
	}
	#main .listUl li::before {
		margin-left: -0.3rem;
		width: 2rem;
		height: 1.7rem;
		top: -2.2rem;
	}
	#main .listUl li::after {
		width: 11.3rem;
		height: 11.3rem;
		top: -5.6rem;
	}
	#main .listUl .title {
		padding: 0.7rem 0.8rem 0.7rem;
		font-size: 0.8rem;
		letter-spacing: 0.03em;
		margin-bottom: 0.4rem;
	}
	#main .listUl .title span {
		margin: 0.5rem 0 0 0;
		font-size: 1.2rem;
		font-weight: 700;
		display: block;
		vertical-align: 0;
	}
	#main .listUl .en {
		color: rgba(121, 205, 24, 0.35);
		font-size: 2.4rem;
		line-height: 0.875;
		bottom: -0.8rem;
		right: -0.3rem;
		text-align: right;
		letter-spacing: 0.05em;
	}
	#main .listUl .item01 .en {
		right: auto;
		left: -2.3rem;
	}
	#main .listUl .item02 .en {
		letter-spacing: -0.02em;
		right: -1.9rem;
		left: auto;
	}
}

/* talkBox */
#main .talkBox {
	padding-bottom: 43rem;
}
#main .talkBox .subBox {
	padding-bottom: 11.9rem;
	border-bottom: 0.1rem solid #79CD18;
	position: relative;
}
#main .talkBox .subBox + .subBox {
	margin-top: 7.8rem;
}
#main .talkBox .subBox .enImg {
	width: 144.4rem;
	position: absolute;
	bottom: -21.8rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	margin-left: 1.6rem;
}
#main .talkBox .subBox .enImg02 {
	bottom: -24.7rem;
}
#main .talkBox .subBox .enImg img {
	width: 100%;
}
#main .talkBox .box06 .enImg {
	bottom: -43.7rem;
}
#main .h2Title {
	color: #79CD18;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
}
#main .h2Title .txt {
	padding: 1rem 1.6rem 0.9rem;
	color: #fff;
	font-size: 4rem;
	display: inline-block;
	background: linear-gradient(90deg, #79CD18 0%, #0A6D01 100%);
}
#main .h2Title .en {
	margin-bottom: 1.1rem;
	position: relative;
	display: block;
	padding-left: 3.3rem;
	font-family: "Noto Sans JP", sans-serif;
}
#main .h2Title .en::before {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	top: 0.4rem;
	left: 0;
	background-color: #79CD18;
	content: "";
	border-radius: 50%;
}

#main .talkUl li {
	display: flex;
	gap: 2.4rem;
	margin-bottom: 4rem;
	font-weight: 500;
}
#main .talkUl li:last-child {
	margin-bottom: 0;
}
#main .talkUl .image {
	width: 11.2rem;
	order: 3;
}
#main .talkUl .image img {
	width: 100%;
}
#main .talkUl .right {
	text-align: right !important;
}
#main .talkUl .leftBox {
	display: flex;
	flex: 1;
	align-items: flex-start;
	gap: 2.4rem;
}
#main .talkUl .leftBox .textBox {
	flex: 1;
	display: flex;
	min-height: 11.2rem;
	align-items: center;
	line-height: 1.875;
	text-align: justify;
}
#main .talkUl .leftBox .textBox .inner {
	width: 100%;
}
#main .talkUl .leftBox .photo {
	width: 39.2rem;
	order: -1;
}
#main .talkUl .leftBox .photo img {
	width: 100%;
}
#main .talkUl .direction .image {
	order: 0;
}
#main .talkBox .photoBox {
	margin-top: 8.1rem;
}
#main .box04 .h2Title {
	margin-bottom: 2.4rem;
}
#main .box05 .h2Title {
	margin-bottom: 2.4rem;
}
#main .box06 .h2Title {
	margin-bottom: 2.4rem;
}
#main .talkUl .leftBox .wid01 {
	width: 60.3rem;
	margin-right: -21.1rem;
	order: 3;
}
#main .talkBox .box06 {
	padding-bottom: 0;
	border-bottom: none;
}
@media all and (max-width: 896px) {
	#main .talkBox {
		padding-bottom: 10rem;
	}
	#main .talkBox .subBox {
		padding-bottom: 6.3rem;
	}
	#main .talkBox .subBox + .subBox {
		margin-top: 6.3rem;
	}
	#main .h2Title {
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
	#main .h2Title .txt {
		padding: 0.5rem 1.2rem 0.8rem;
		font-size: 2.5rem;
		letter-spacing: -0.05em;
	}
	#main .h2Title .en {
		margin-bottom: 0.9rem;
		padding-left: 2.6rem;
	}
	#main .h2Title .en::before {
		width: 1.9rem;
		height: 1.9rem;
		top: 0.2rem;
		left: 0;
	}
	#main .talkUl li {
		gap: 1.4rem;
		margin-bottom: 4rem;
		font-size: 1.2rem;
	}
	#main .talkUl .image {
		width: 6.8rem;
	}
	#main .talkUl .leftBox {
		display: block;
	}
	#main .talkUl .leftBox .textBox {
		min-height: 6.8rem;
		line-height: 1.66;
	}
	#main .talkUl .leftBox .photo {
		width: auto;
		margin: 2.1rem -6.5rem 0 1.7rem;
	}
	#main .talkBox .photoBox {
		margin-top: 2.4rem;
	}
	#main .box04 .h2Title {
		margin-bottom: 2.4rem;
	}
	#main .box05 .h2Title {
		margin-bottom: 2.4rem;
	}
	#main .box06 .h2Title {
		margin-bottom: 2.4rem;
	}
	#main .talkUl .leftBox .wid01 {
		width: auto;
		margin: 2.1rem 1.7rem 0 -6.5rem;
	}
	#main .talkBox .spLeft {
		text-align: left !important;
	}
	#main .talkBox .box06 {
		padding-bottom: 0 !important;
	}
	#main .talkBox .subBox .enImg {
		width: 39.6rem;
		bottom: -3.9rem;
		margin-left: 0.4rem;
	}
	#main .talkBox .subBox .enImg02 {
		bottom: -6.1rem;
	}
	#main .talkBox .box06 .enImg {
		bottom: -5.7rem;
	}
}