@charset "utf-8";

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

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

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

.section_1 {}

.section_1 .inner {
	padding-bottom: 10%;
}

.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: 36px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap {
	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 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1160px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_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 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(odd) .box_inner .img {
	position: relative;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(odd) .box_inner .img::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .img {
	position: relative;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .img::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 10px;
	left: -10px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text {
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_1 {
	font-size: 1.125rem;
	font-weight: 400;
	color: #000000;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_2 {
	position: relative;
	padding-bottom: 12px;
	font-size: 1.5rem;
	line-height: 1;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_2::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 1px;
	background-color: #000000;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_2 .big {
	font-size: 1.33333333em;
	color: #A1884B;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_3 {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text {
	width: max-content;
	max-width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text_1 {
	font-family: "EB Garamond", serif;
	font-size: 2rem;
	font-weight: 900;
	color: #A1884B;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text_1 .big {
	font-size: 1.77777778em;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text_2 {
	font-size: 1.25rem;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text_3 {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .bnr {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1400px;
	padding: 24px 0;
	background-image: url(../img/concept_img_5.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .bnr .text {
	width: max-content;
	max-width: 90%;
	color: #ffffff;
}

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

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner {
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(odd) .box_inner {
		flex-direction: row;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(odd) .box_inner .text_wrap .text_wrap_inner {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(odd) .box_inner .img::before {
		top: 24px;
		left: 0;
		transform: translate(50%, 0);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner {
		flex-direction: row-reverse;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .text_wrap .text_wrap_inner {
		align-items: flex-end;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .img::before {
		top: 24px;
		left: 0;
		transform: translate(-50%, 0);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bnr {
		padding: 0;
		background-image: none;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bnr .text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
}

@media screen and (min-width: 1280px) {
	
}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner {
		gap: 140px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner {
		gap: 40px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (40px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (40px * 1)) / 2);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(odd) .box_inner .img::before {
		top: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .img::before {
		top: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.75rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:nth-child(1) .box_inner .text_wrap .text_wrap_inner .text_2 {
		padding-bottom: 24px;
		font-size: 3rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text_1 {
		font-size: 4.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box:not(:nth-child(1)) .box_inner .text_wrap .text_wrap_inner .text_2 {
		font-size: 2rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .bnr .text {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_2 {
	background-color: #000000;
}

.section_2 .inner {
	padding: 10% 0;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {
	width: 90%;
	max-width: 1280px;
}

.section_2 .heading_wrap .heading {
	flex-direction: column;
	color: #ffffff;
}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {
	font-family: "Hina Mincho", serif;
	font-size: 0.375em;
	font-weight: 400;
}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {
	gap: 36px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .num {
	flex: 0 0 auto;     /* 中身サイズ固定 */
	font-family: "EB Garamond", serif;
	font-size: 2rem;
	font-weight: 900;
	white-space: nowrap;
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	padding-left: 12px;
	border-left: 1px #ffffff solid;
    flex: 1 1 auto;     /* 残り幅をすべて使う */
    min-width: 0;       /* はみ出し防止（重要） */
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 {
	font-size: 1.25rem;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_2 {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .img {}

@media screen and (min-width: 768px) {
	.section_2 .wrap {
		gap: 48px;
	}

	.section_2 .heading_wrap {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading {
		flex-direction: row;
		align-items: flex-end;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner {
		flex-direction: row;
		align-items: stretch;
		gap: 12px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (12px * 1)) * 0.75);
		height: auto
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		height: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (12px * 1)) * 0.25);
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .heading_wrap .heading {
		gap: 36px;
	}

	.section_2 .heading_wrap .heading .sub {
		font-size: 1.5rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner {
		gap: 36px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		gap: 48px;
		width: calc((100% - (48px * 1)) * 0.75);
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .num {
		font-size: 4rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		padding-left: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.5rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (48px * 1)) * 0.25);
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 80px;
	}

	.section_2 .heading_wrap .heading {
		gap: 60px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner {
		gap: 40px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		gap: 80px;
		width: calc((100% - (80px * 1)) * 0.75);
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .num {
		font-size: 8rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 24px;
		padding-left: 80px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.75rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (80px * 1)) * 0.25);
	}
}

@media screen and (min-width: 1920px) {
	
}

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

.section_3 {}

.section_3 .inner {
	padding: 10% 0;
}

.section_3 .wrap {
	gap: 48px;
}

.section_3 .heading_wrap {
	width: 90%;
	max-width: 1280px;
}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading::after {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

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

.section_3 .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_3 .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_3 .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_3 .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_3 .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_3 .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_3 .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_3 .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_3 .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_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner .text {}

.section_3 .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_3 .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_3 .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_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .flex_text {
	align-items: flex-start;
	gap: 0px;
}

.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .flex_text .text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

	.section_3 .heading_wrap {
		align-items: flex-start;
	}

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

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

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

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

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

	.section_3 .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_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top.right {
		margin-left: 25%;
	}

	.section_3 .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_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom {
		width: 90%;
	}

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

	.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner.re {
		flex-direction: column-reverse;
	}

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

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

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

	.section_3 .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_3 .content_wrap .content .item_wrap .item .item_inner .bottom_wrap .bottom_wrap_inner .text {
		text-align: center;
	}
}

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

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

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

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

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 60px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner {
		gap: 120px;
	}

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

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

	.section_3 .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_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_top .speech_top_inner .big {
		font-size: 2rem;
	}

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

	.section_3 .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% - (40px * 1)) / 2);
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .flex.row {
		gap: 40px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .flex.row_re {
		gap: 40px;
	}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .speech_wrap .speech_wrap_inner .speech .speech_inner .speech_bottom .speech_bottom_inner .flex_img {
		gap: 40px;
	}

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

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

@media screen and (min-width: 1920px) {
	
}

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