@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header {
		background-color: transparent;
	}
}

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

.section_1 {
	background-image: url(../img/top_sec1_bg_1_sp.png), url(../img/top_sec1_bg_2_sp.png), url(../img/top_sec1_bg_3_sp.png);
	background-position: 50% 0%, 0 47%, 100% 86%;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 100%, 80%, 80%;
}

.section_1 .inner {
	padding-top: 20%;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
	flex-direction: column-reverse;
	width: 100%;
}

.section_1 .content_1 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(0, -50%);
	width: 36px;
	height: auto;
	aspect-ratio: 69 / 180;
	background-image: url(../img/icon_flame.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .content_2 .heading_wrap .heading,
.section_1 .content_3 .heading_wrap .heading {
	position: relative;
	padding-bottom: 12px;
}

.section_1 .content_2 .heading_wrap .heading::before,
.section_1 .content_3 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ab903c;
}

.section_1 .heading_wrap .heading .main {
	margin-left: auto;
}

.section_1 .heading_wrap .heading .sub {
	margin-right: auto;
}

.section_1 .content_wrap {
	gap: 48px;
}

.section_1 .content_wrap .content {
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 60px;
}

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

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

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

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_big {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.section_1 {
		background-image: url(../img/top_sec1_bg_1_pc.png), url(../img/top_sec1_bg_2_pc.png), url(../img/top_sec1_bg_3_pc.png);
		background-position: 50% 0%, 2.5% 55%, 97.5% 90%;
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-size: 100%, 35%, 35%;
	}

	.section_1 .inner {}

	.section_1 .wrap {}

	.section_1 .heading_wrap {
		/* position: absolute;
		top: 0;
		right: 0;
		transform: translate(100%, 0);
		width: max-content; */
	}

	.section_1 .heading_wrap .heading {
		/* flex-direction: column;
		align-items: flex-start;
		writing-mode: vertical-lr; */
	}

	.section_1 .content_1 .heading_wrap .heading::before {}

	.section_1 .content_2 .heading_wrap .heading,
	.section_1 .content_3 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {
		margin: 0;
	}

	.section_1 .heading_wrap .heading .sub {
		margin: 0;
	}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		gap: 24px;
	}

	.section_1 .content_wrap .content:nth-child(even) .item_wrap {
		flex-direction: row-reverse;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}

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

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

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

	.section_1 .content_wrap .content {}

	.section_1 .btn {}

	.section_1 .btn::before {}
}

@media screen and (min-width: 1280px) {
    .section_1 {
        background-position: 50% 0%, 2.5% 52.5%, 97.5% 87.5%;
    }

	.section_1 .heading_wrap {
		position: absolute;
		top: -60px;
		right: -24px;
		transform: translate(100%, 0);
		width: max-content;
	}

	.section_1 .content:nth-child(even) .heading_wrap {
		left: -24px;
		right: auto;
		transform: translate(-100%, 0);
	}

	.section_1 .heading_wrap .heading {
		flex-direction: column;
		align-items: flex-start;
		writing-mode: vertical-lr;
	}

	.section_1 .content_1 .heading_wrap .heading::before {
		top: auto;
		bottom: 0;
		left: auto;
		right: auto;
		transform: translate(50%, 50%);
		width: 62.5%;
	}

	.section_1 .content_2 .heading_wrap .heading,
	.section_1 .content_3 .heading_wrap .heading {
		padding: 0;
	}

	.section_1 .content_2 .heading_wrap .heading {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-right: 12px;
	}

	.section_1 .content_2 .heading_wrap .heading::before {
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		width: 1px;
		height: 100%;
	}

	.section_1 .content_3 .heading_wrap .heading {
		padding-top: 24px;
		padding-bottom: 24px;
		padding-left: 12px;
		border-left: 1px #ab903c solid;
	}

	.section_1 .content_3 .heading_wrap .heading::before {
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		width: 1px;
		height: 100%;
	}

	.section_1 .heading_wrap .heading .main {
		margin-top: 24px;
	}

	.section_1 .content_wrap {
		gap: 120px;
	}

	.section_1 .content_wrap .content .item_wrap {
		align-items: stretch;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		justify-content: center;
	}

	.section_1 .content_wrap .content:not(:nth-child(1)) .item_wrap .item {
		justify-content: space-between;
	}

	.section_1 .content_wrap .content .item_wrap .item:nth-child(2) {
		width: calc((100% - (24px * 1)) / 2 - 108px);
		margin: 0;
		margin-right: auto;
		padding: 24px 0;
	}

	.section_1 .content_wrap .content:nth-child(even) .item_wrap .item:nth-child(2) {
		margin: 0;
		margin-left: auto;
	}
}

@media screen and (min-width: 1440px) {
    .section_1 {
        background-position: 50% 0%, 2.5% 52.5%, 97.5% 87.5%;
    }

	.section_1 .content_wrap .content {
		padding-right: 5%;
	}

	.section_1 .content_wrap .content:nth-child(even) {
		padding: 0;
		padding-left: 5%;
	}

    .section_1 .content_wrap .content .item_wrap .item:nth-child(2) {
        width: calc((100% - (24px * 1)) / 2 - 144px);
        padding: 24px 0;
    }

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text_big {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1920px) {
    .section_1 {
        background-position: 50% 0%, 2.5% 50%, 97.5% 85%;
    }

	.section_1 .heading_wrap {
		top: -120px;
	}

	.section_1 .content_2 .heading_wrap .heading {
		padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 24px;
	}

	.section_1 .content_3 .heading_wrap .heading {
		padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 24px;
	}

	.section_1 .content_wrap {
		gap: 240px;
	}

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

    .section_1 .content_wrap .content .item_wrap .item:nth-child(2) {
        width: calc((100% - (48px * 1)) / 2 - 144px);
    }

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
		line-height: 2;
	}
}

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

.section_2 {
	/* background-image: url(../img/top_sec2_bg_sp.png);
	background-position: 50% -5%;
	background-repeat: no-repeat;
	background-size: 100%; */
}

.section_2 .inner {}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -36px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100vw;
	height: 1920px;
	background-image: url(../img/top_sec2_bg_sp.png);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}

.section_2 .heading_wrap .heading {
	flex-direction: column-reverse;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 72px;
}

.section_2 .content_wrap .content {
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap {}

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

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

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

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text_big {
	font-size: 1.5rem;
}

.section_2 .content_wrap .content_1 .item_wrap {
	gap: 12px;
}

.section_2 .content_wrap .content_2 .item_wrap .item {
	gap: 36px;
	max-width: 1280px;
}

.section_2 .content_wrap .content_2 .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
	margin-top: 36px;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/top_sec2_bg_pc.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_2 .inner {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap::before {
		content: none;
	}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {
		flex-direction: column-reverse;
		gap: 36px;
	}

	.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 .text_wrap {}

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

	.section_2 .content_wrap .content_1 .item_wrap {
		flex-direction: row;
		gap: 12px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item {
		width: calc((100% - (12px * 2)) / 3);
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text_wrap {
		align-items: center;
		margin: 0;
	}

	.section_2 .btn {
		margin-left: auto;
	}
}

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

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

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text_big {
		font-size: 1.875rem;
	}

	.section_2 .content_wrap .content_1 .item_wrap {
		gap: 24px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text_wrap {
		margin-top: 48px;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {
		line-height: 2;
	}
}

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

.section_3 {
	background-image: url(../img/top_sec3_bg_sp.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 80%;
}

.section_3 .inner {}

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	position: relative;
	flex-direction: column-reverse;
	width: 100%;
	padding-bottom: 12px;
}

.section_3 .heading_wrap .heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ab903c;
}

.section_3 .heading_wrap .heading .main {
	margin-left: auto;
	text-align: right;
}

.section_3 .heading_wrap .heading .sub {
	margin-right: auto;
}

.section_3 .content_wrap {
	gap: 48px;
}

.section_3 .content_wrap .content {
	width: 90%;
}

.section_3 .content_wrap .content .item_wrap {
	gap: 60px;
}

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

.section_3 .content_wrap .content .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

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

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_big {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.section_3 {
		background-image: url(../img/top_sec3_bg_pc.png);
		background-position: 2.5% 30%;
		background-repeat: no-repeat;
		background-size: 35%;
	}

	.section_3 .inner {}

	.section_3 .wrap {}

	.section_3 .heading_wrap {
		/* position: absolute;
		top: 0;
		right: 0;
		transform: translate(100%, 0);
		width: max-content; */
	}

	.section_3 .heading_wrap .heading {
		/* flex-direction: column;
		align-items: flex-start;
		writing-mode: vertical-lr; */
	}

	.section_3 .content_1 .heading_wrap .heading::before {}

	.section_3 .content_2 .heading_wrap .heading,
	.section_3 .content_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {
		margin: 0;
	}

	.section_3 .heading_wrap .heading .sub {
		margin: 0;
	}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {
		flex-direction: row-reverse;
		gap: 24px;
	}

	.section_3 .content_wrap .content:nth-child(even) .item_wrap {
		flex-direction: row-reverse;
	}

	.section_3 .content_wrap .content .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}

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

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

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

	.section_3 .content_wrap .content {}

	.section_3 .btn {}

	.section_3 .btn::before {}
}

@media screen and (min-width: 1280px) {
    .section_3 {
        background-position: 2.5% 35%;
    }

	.section_3 .heading_wrap {
		position: absolute;
		top: -60px;
		left: -24px;
        right: auto;
        transform: translate(-100%, 0);
		width: max-content;
	}

	.section_3 .heading_wrap .heading {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 24px;
		padding-right: 12px;
		writing-mode: vertical-lr;
	}

	.section_3 .content .heading_wrap .heading::before {
		top: 0;
		bottom: auto;
		left: auto;
		right: 0;
		width: 1px;
		height: 80%;
	}

	.section_3 .heading_wrap .heading .main {
		margin-top: 24px;
	}

	.section_3 .content_wrap {
		gap: 120px;
	}

	.section_3 .content_wrap .content .item_wrap {
		align-items: stretch;
	}

	.section_3 .content_wrap .content .item_wrap .item {
		justify-content: space-between;
	}

	.section_3 .content_wrap .content .item_wrap .item:nth-child(2) {
		width: calc((100% - (24px * 1)) / 2 - 108px);
		margin: 0;
		margin-left: auto;
		padding: 24px 0;
	}

	.section_3 .content_wrap .content:nth-child(even) .item_wrap .item:nth-child(2) {
		margin: 0;
		margin-left: auto;
	}
}

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

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

	.section_3 .content_wrap .content {
		padding-left: 5%;
	}

    .section_3 .content_wrap .content .item_wrap .item:nth-child(2) {
        width: calc((100% - (24px * 1)) / 2 - 144px);
        padding: 24px 0;
    }

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_big {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1536px) {
	.section_3 .inner {
		padding: 10% 0;
	}
}

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

	.section_3 .heading_wrap {
		top: -120px;
	}

	.section_3 .content_2 .heading_wrap .heading {
		padding-top: 48px;
        padding-bottom: 48px;
        padding-right: 24px;
	}

	.section_3 .content_3 .heading_wrap .heading {
		padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 24px;
	}

	.section_3 .content_wrap {
		gap: 240px;
	}

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

    .section_3 .content_wrap .content .item_wrap .item:nth-child(2) {
        width: calc((100% - (48px * 1)) / 2 - 144px);
    }

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text {
		line-height: 2;
	}
}

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

.section_4 {
	background-image: url(../img/top_sec4_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_4 .inner {}

.section_4 .wrap {
	gap: 24px;
}

.section_4 .heading_wrap {}

.section_4 .heading_wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ab903c;
}

.section_4 .heading_wrap .heading {
	position: relative;
	flex-direction: column-reverse;
	width: 100%;
	padding-bottom: 12px;
}

.section_4 .heading_wrap .heading .main {
	margin-left: auto;
	text-align: right;
	color: #333333;
}

.section_4 .heading_wrap .heading .sub {
	margin-right: auto;
	color: #333333;
}

.section_4 .content_wrap {
	gap: 48px;
}

.section_4 .content_wrap .content {
	width: 90%;
}

.section_4 .content_wrap .content .item_wrap {
	gap: 60px;
}

.section_4 .content_wrap .content .item_wrap .item {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
}

.section_4 .content_wrap .content .item_wrap .item .text_wrap .text {
	color: #333333;
}

.section_4 .content_wrap .content .item_wrap .item .text_wrap .text_big {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.section_4 {
		background-image: url(../img/top_sec4_bg_pc.png);
	}

	.section_4 .inner {}

	.section_4 .wrap {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {
		width: 95%;
		margin-right: auto;
	}

	.section_4 .content_wrap .content .item_wrap {
		flex-direction: row;
		gap: 24px;
	}

	.section_4 .content_wrap .content:nth-child(even) .item_wrap {
		flex-direction: row-reverse;
	}

	.section_4 .content_wrap .content .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_4 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_4 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_4 .content_wrap .content .item_wrap .item .text_wrap .text_big {}

	.section_4 .content_wrap .content {}
}

@media screen and (min-width: 1280px) {
	.section_4 .heading_wrap {
		align-items: flex-start;
		width: 100%;
	}

	.section_4 .heading_wrap .heading {
		width: max-content;
		margin-left: 24px;
	}

	.section_4 .content_wrap {
		gap: 120px;
	}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {
		align-items: flex-start;
	}

	.section_4 .content_wrap .content .item_wrap .item:nth-child(1) {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_4 .content_wrap .content .item_wrap .item:nth-child(2) {
		width: calc((100% - (24px * 1)) * 0.45);
		padding-right: 10%;
	}

	.section_4 .content_wrap .content:nth-child(even) .item_wrap .item:nth-child(2) {
		margin: 0;
		margin-left: auto;
	}
}

@media screen and (min-width: 1440px) {
    .section_4 {}

	.section_4 .inner {}

	.section_4 .heading_wrap .heading {
		padding-bottom: 24px;
	}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap .item .text_wrap .text {
		font-size: 1.125rem;
	}

	.section_4 .content_wrap .content .item_wrap .item .text_wrap .text_big {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1536px) {
	.section_4 .inner {
		padding: 10% 0;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 .content_wrap {
		gap: 240px;
	}

	.section_4 .content_wrap .content .item_wrap {
		gap: 48px;
	}

	.section_4 .content_wrap .content .item_wrap .item:nth-child(2) {
		gap: 48px;
	}

	.section_4 .content_wrap .content .item_wrap .item .text_wrap .text {
		line-height: 2;
	}

	.section_4 .btn {
		margin-top: 24px;
	}
}

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

.section_5 {}

.section_5 .inner {}

.section_5 .wrap {}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content_wrap {
	gap: 48px;
}

.section_5 .content_wrap .content {}

.section_5 .content_wrap .content .item_wrap {
	gap: 48px;
}

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

.section_5 .content_wrap .content .item_wrap .item .text_wrap {}

.section_5 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_5 .content_wrap .content_1 {
	width: 100%;
}

.section_5 .content_wrap .content_2 {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_5 .content_wrap .content_2 .item_wrap .item .img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_5 .content_wrap .content_2 .item_wrap .item .img_wrap img {
	width: 100%;
}

.section_5 .content_wrap .content_2 .item_wrap .item_2 {
	position: relative;
}

.section_5 .content_wrap .content_2 .item_wrap .item_2::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 36px;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 100vw;
	height: auto;
	aspect-ratio: 430 / 1381;
	background-image: url(../img/top_sec5_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_5 .slider_wrap {
	width: 100%;
}

.section_5 .table {
	width: 100%;
}

.section_5 .table tr th,
.section_5 .table tr td {
	display: block;
	padding-left: 0;
	padding-right: 0;
	border: 0;
	border-bottom: 1px #ffffff solid;
}

.section_5 .table tr.firstline th {
	padding-top: 0;
}

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

	.section_5 .inner {
		padding-bottom: 0;
	}

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content_wrap {
		gap: 0;
	}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {}

	.section_5 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_5 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_5 .content_wrap .content_1 {
		padding-bottom: 24px;
	}

	.section_5 .content_wrap .content_2 {
		padding-top: 24px;
		padding-bottom: 10%;
	}

	.section_5 .content_wrap .content_2::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100vw;
		height: 100%;
		background-image: url(../img/top_sec5_bg_pc.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.section_5 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_5 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_5 .content_wrap .content_2 .item_wrap .item .img_wrap {}

	.section_5 .content_wrap .content_2 .item_wrap .item .img_wrap img {}

	.section_5 .content_wrap .content_2 .item_wrap .item_2 {}

	.section_5 .content_wrap .content_2 .item_wrap .item_2::before {
		content: none;
	}

	.section_5 .slider_wrap {}

	.section_5 .table {}

	.section_5 .table tr th,
	.section_5 .table tr td {}

	.section_5 .btn {
		position: absolute;
		bottom: 24px;
		right: -12px;
		transform: translate(100%, 0);
	}
}

@media screen and (min-width: 1280px) {
	.section_5 .content_wrap .content_2 .item_wrap {
		gap: 96px;
	}

	.section_5 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (96px * 1)) / 2);
	}

	.section_5 .content_wrap .content_2 .item_wrap .item_1 {
		padding-right: 24px;
	}

	.section_5 .table tr th,
	.section_5 .table tr td {
		display: table-cell;
		padding: 16px;
	}

	.section_5 .table tr th {
		width: 25%;
		padding-left: 0;
	}

	.section_5 .table tr.firstline th {
		padding-top: 0;
	}

	.section_5 .table tr td {
		width: 75%;
		padding-right: 0;
	}

	.section_5 .table tr.firstline td {
		padding-top: 0;
	}

	.section_5 .btn {
		right: -48px;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .content_wrap .content_1 {
		padding-bottom: 120px;
	}

	.section_5 .content_wrap .content_2 {
		gap: 120px;
		padding-top: 120px;
	}

	.section_5 .content_wrap .content_2 .item_wrap {
		gap: 144px;
	}

	.section_5 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (144px * 1)) / 2);
	}

	.section_5 .content_wrap .content_2 .item_wrap .item .img_wrap {
		gap: 20px;
	}

	.section_5 .table tr th,.section_5 .table tr td {
		font-size: 1.125rem;
	}

	.section_5 .btn {
		right: -72px;
	}
}

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

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