@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1 .inner {}

.section_1 .wrap {}

.section_1 .heading_wrap {
	width: 90%;
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 48px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	max-width: 1120px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 48px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 4px #000000 solid;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top::before {
	content: "";
	position: absolute;
	bottom: 0;
	transform: translate(-100%, 100%);
	width: 100vw;
	height: auto;
	aspect-ratio: 5 / 3;
	background-color: #000000;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.left::before {
	left: 0.25px;
	transform: translate(-100%, 100%);
	clip-path: polygon(100% 0, 100% 4px, 0 100%, 0 calc(100% - 4px));
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.right::before {
	right: 0.25px;
	transform: translate(100%, 100%);
	clip-path: polygon(100% calc(100% - 4px), 100% 100%, 0 4px, 0 0);
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner .text {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner .big {
	font-size: 1.5rem;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 1120px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	padding: 24px 0;
	background-color: #766E5A;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap .bottom_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap .bottom_wrap_inner .text {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {}

	.section_1 .content_wrap .content .item_wrap .item {
		width: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top {
		width: 50%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.left {
		margin-right: 25%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.left .speech_top_inner {
		align-items: flex-end;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.right {
		margin-left: 25%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.right .speech_top_inner {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom {
		width: 90%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner {
		flex-direction: row;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .img {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner {
		padding: 96px 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_top {
		padding-left: 24px;
		padding-right: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_bottom {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(25%, -50%);
		width: auto;
		height: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_bottom .speech_bottom_inner {
		width: auto;
		height: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_bottom .speech_bottom_inner .img {
		width: auto;
		height: 100%;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap .bottom_wrap_inner .text {
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner {
		gap: 48px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .img {
		width: calc((100% - (48px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner {
		padding: 180px 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_bottom {
		transform: translate(37.5%, -50%);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap {
		padding: 36px 0;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner {
		gap: 120px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner {
		gap: 120px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top {
		padding-bottom: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner .text {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner .big {
		font-size: 2.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner {
		gap: 80px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .img {
		width: calc((100% - (80px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_bottom {
		transform: translate(50%, -50%);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap {
		padding: 60px 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap .bottom_wrap_inner .text {
		line-height: 2;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner {
		padding: 300px 0;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech:nth-child(1) .speech_inner .speech_bottom {
		transform: translate(75%, -50%);
	}
}

/* ---------------------------------------------------------------------------------------------------- */
