@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header_list_wrap .header_list li.deco a::after {
		content: "";
	}
}

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

.section_1 {
	background-color: #eeeeee;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_1 .section_inner {
	padding: 10% 0;
}

.section_1 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .heading_wrap .heading {
	width: 100%;
	padding: 0;
	font-size: 1.75rem;
}

.section_1 .heading_wrap .heading .main {
	width: 100%;
	text-align: right;
}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(1250%, -75%);
	width: auto;
	height: 175%;
	aspect-ratio: 1 / 24;
	background-color: #fe6628;
}

.section_1 .heading_wrap .heading .main::after {
	transform: translate(1250%, -75%) rotate(90deg);
}

.section_1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .content .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding: 5% 5%;
	background-color: #00255b;
}

.section_1 .content .text_wrap .text {
	width: 100%;
	padding: 0 0 12px 0;
	border-bottom: 1px #fff solid;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
}

.section_1 .content .text_wrap .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .content .text_wrap .list li {
	position: relative;
	padding: 0 0 0 16px;
	color: #fff;
}

.section_1 .content .text_wrap .list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, 20%);
	width: auto;
	height: 1rem;
	aspect-ratio: 18 / 21;
	background-image: url(../img/check.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

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

	.section_1 .section_inner {
		padding: 10% 0 32.5%;
	}

	.section_1 .inner {
		position: relative;
		width: 100%;
	}

	.section_1 .heading_wrap {
		position: absolute;
		top: 15%;
		right: 7.5%;
		align-items: flex-end;
		width: 45%;
	}

	.section_1 .heading_wrap .heading {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 12px;
		width: max-content;
		max-width: 100%;
		margin: 0;
		padding: 0;
		padding-left: 3.25rem;
		font-size: 1.625rem;
	}

	.section_1 .heading_wrap .heading .main {
		width: max-content;
	}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		content: "";
		position: absolute;
		top: 50%;
		left: -1.85rem;
		transform: translate(0, -50%);
		width: auto;
		height: 175%;
		aspect-ratio: 1 / 24;
	}

	.section_1 .heading_wrap .heading .main::after {
		transform: translate(0, -50%) rotate(90deg);
	}

	.section_1 .content {}

	.section_1 .content .text_wrap {}

	.section_1 .content .text_wrap .text {}

	.section_1 .content .text_wrap .list {}

	.section_1 .content .text_wrap .list li {}

	.section_1 .content .text_wrap .list li::before {}

	.section_1 .content_1 {
		width: 45%;
		margin: 0 auto 0 0;
	}

	.section_1 .content_1 .img {
		width: 100%;
	}

	.section_1 .content_2 {
		position: absolute;
		top: 50%;
		right: 5%;
		width: 60%;
		margin: 0 0 0 auto;
	}
}

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

	.section_1 .section_inner {
		padding: 10% 0 15%;
	}

	.section_1 .inner {}

	.section_1 .heading_wrap {
		top: 12.5%;
	}

	.section_1 .heading_wrap .heading {
		padding-left: 4.8rem;
		font-size: 2.4rem;
	}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		left: -2.8rem;
	}

	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .content {}

	.section_1 .content .text_wrap {
		padding: 5% 10%;
	}

	.section_1 .content .text_wrap .text {}

	.section_1 .content .text_wrap .list {}

	.section_1 .content .text_wrap .list li {}

	.section_1 .content .text_wrap .list li::before {}

	.section_1 .content_1 {
		width: 52.5%;
	}

	.section_1 .content_1 .img {}

	.section_1 .content_2 {
		top: 35%;
		width: 45%;
	}
}

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

	.section_1 .section_inner {
		padding: 10% 0 20%;
	}

	.section_1 .inner {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {
		padding-left: 5.25rem;
        font-size: 2.625rem;
	}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		left: -3rem;
	}

	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .content {}

	.section_1 .content .text_wrap {
		gap: 24px;
	}

	.section_1 .content .text_wrap .text {
		font-size: 2.5rem;
	}

	.section_1 .content .text_wrap .list {}

	.section_1 .content .text_wrap .list li {
		padding: 0 0 0 20px;
		font-size: 1.25rem;
	}

	.section_1 .content .text_wrap .list li::before {
		top: -0.0625em;
		height: 1.25rem;
	}

	.section_1 .content_1 {}

	.section_1 .content_1 .img {}

	.section_1 .content_2 {
		width: 60%;
	}
}

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

	.section_1 .section_inner {
		padding: 10% 0 15%;
	}

	.section_1 .inner {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {
		padding-left: 6.25rem;
        font-size: 3.125rem;
	}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		left: -3.65rem;
	}

	.section_1 .heading_wrap .heading .main::after {}

	.section_1 .content {}

	.section_1 .content .text_wrap {}

	.section_1 .content .text_wrap .text {}

	.section_1 .content .text_wrap .list {}

	.section_1 .content .text_wrap .list li {}

	.section_1 .content .text_wrap .list li::before {}

	.section_1 .content_1 {}

	.section_1 .content_1 .img {}

	.section_1 .content_2 {
		width: 45%;
	}
}

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

.section_2 {}

.section_2 .section_inner {
	padding: 15% 0 10%;
}

.section_2 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.section_2 .heading_wrap {
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 0;
}

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

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .content .btn {
	position: relative;
	display: block;
    width: 75%;
    padding: 1em 2em 1em 1em;
    border: 2px #00255b solid;
    text-align: center;
    line-height: 1;
    color: #00255b;
}

.section_2 .content .btn::before {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #00255b;
    transform: translate(37.5%, -50%);
}

.section_2 .content .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #00255b;
    transform: translate(187.5%, -60%) rotate(60deg);
    transform-origin: calc(100% - 1px) 50%;
}

.section_2 .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .content .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	padding: 2.5% 5%;
	background-color: #eeeeee;
}

.section_2 .content .item_wrap .item .img {
	width: 30%;
}

.section_2 .content .item_wrap .item .text_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0;
	width: 100%;
}

.section_2 .content .item_wrap .item .text_wrap .text_wrap_inner {
	width: 100%;
}

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

.section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_1 {
	font-weight: 700;
}

.section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_2 {}

.section_2 .content .item_wrap .item .text_wrap .link {
	position: relative;
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 0 48px 0 0;
	line-height: 1;
	color: #00255b;
}

.section_2 .content .item_wrap .item .text_wrap .link::before {
	content: "";
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 36px;
    height: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #00255b;
    transform: translate(0, -50%);
}

.section_2 .content .item_wrap .item .text_wrap .link::after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #00255b;
    transform: translate(0, -60%) rotate(60deg);
    transform-origin: calc(100% - 1px) 50%;
}

.section_2 .content_1 {
    gap: 36px;
}

.section_2 .content_2 {}

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

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

	.section_2 .inner {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content {
		flex-direction: row;
		justify-content: space-between;
	}

	.section_2 .content .btn {
		width: 240px;
		margin: 0 3% 0 0;
	}

	.section_2 .content .btn::before {}

	.section_2 .content .btn::after {}

	.section_2 .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.section_2 .content .item_wrap .item {
		align-items: stretch;
		width: calc((100% - (12px * 1)) / 2);
		padding: 12px 24px;
	}

	.section_2 .content .item_wrap .item .img {}

	.section_2 .content .item_wrap .item .text_wrap {
		gap: 0;
	}

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

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

	.section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_1 {}

	.section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_2 {}

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

	.section_2 .content .item_wrap .item .text_wrap .link::before {}

	.section_2 .content .item_wrap .item .text_wrap .link::after {}

	.section_2 .content_1 {
		justify-content: space-between;
	}

	.section_2 .content_2 {}
}

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

    .section_2 .section_inner {}

    .section_2 .inner {}

    .section_2 .heading_wrap {}

    .section_2 .heading_wrap .heading {}

    .section_2 .heading_wrap .heading .main {}

    .section_2 .heading_wrap .heading .sub {}

    .section_2 .content {}

    .section_2 .content .btn {}

    .section_2 .content .btn::before {}

    .section_2 .content .btn::after {}

    .section_2 .content .item_wrap {}

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

    .section_2 .content .item_wrap .item .img {
		width: 45%;
	}

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

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

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

    .section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_1 {}

    .section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_2 {}

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

    .section_2 .content .item_wrap .item .text_wrap .link::before {}

    .section_2 .content .item_wrap .item .text_wrap .link::after {}

    .section_2 .content_1 {
		width: 85%;
		margin: 0 5% 0 auto;
	}

    .section_2 .content_2 {}
}

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

    .section_2 .section_inner {}

    .section_2 .inner {
		gap: 108px;
	}

    .section_2 .heading_wrap {}

    .section_2 .heading_wrap .heading {}

    .section_2 .heading_wrap .heading .main {}

    .section_2 .heading_wrap .heading .sub {}

    .section_2 .content {}

    .section_2 .content .btn {
		font-size: 1.125rem;
	}

    .section_2 .content .btn::before {}

    .section_2 .content .btn::after {}

    .section_2 .content .item_wrap {
		gap: 18px;
	}

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

    .section_2 .content .item_wrap .item .img {}

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

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

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

    .section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.25rem;
	}

    .section_2 .content .item_wrap .item .text_wrap .text_wrap_inner .text_2 {}

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

    .section_2 .content .item_wrap .item .text_wrap .link::before {}

    .section_2 .content .item_wrap .item .text_wrap .link::after {}

    .section_2 .content_1 {
		width: 80%;
	}

    .section_2 .content_2 {}
}

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

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

.section_3 {
	background-color: #eeeeee;
}

.section_3 .section_inner {
	padding: 15% 0 10%;
}

.section_3 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.section_3 .heading_wrap {
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 0;
}

.section_3 .heading_wrap .heading {
	align-items: flex-end;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content {
	width: 90%;
	margin: 0 auto 0;
}

.section_3 .content .item_wrap {}

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

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

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

.section_3 .content .item_wrap .item .img_wrap .img {
	display: block;
	width: 100%;
}

.section_3 .content .item_wrap .item .img_wrap .img_1 {}

.section_3 .content .item_wrap .item .img_wrap .img_2 {}

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

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

	.section_3 .inner {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content {}

	.section_3 .content .item_wrap {}

	.section_3 .content .item_wrap .item {
		gap: 36px;
	}

	.section_3 .content .item_wrap .item .text {
		text-align: center;
	}

	.section_3 .content .item_wrap .item .img_wrap {
		flex-direction: row;
	}

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

	.section_3 .content .item_wrap .item .img_wrap .img_1 {}

	.section_3 .content .item_wrap .item .img_wrap .img_2 {}
}

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

	.section_3 .section_inner {}

	.section_3 .inner {}

	.section_3 .heading_wrap {
		width: 80%;
	}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content {
		width: 80%;
	}

	.section_3 .content .item_wrap {}

	.section_3 .content .item_wrap .item {}

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

	.section_3 .content .item_wrap .item .img_wrap {
		gap: 36px;
	}

	.section_3 .content .item_wrap .item .img_wrap .img {}

	.section_3 .content .item_wrap .item .img_wrap .img_1 {}

	.section_3 .content .item_wrap .item .img_wrap .img_2 {}
}

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

	.section_3 .section_inner {}

	.section_3 .inner {
		gap: 96px;
	}

	.section_3 .heading_wrap {
		width: 70%;
	}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content {
		width: 70%;
	}

	.section_3 .content .item_wrap {}

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

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

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

	.section_3 .content .item_wrap .item .img_wrap .img {}

	.section_3 .content .item_wrap .item .img_wrap .img_1 {}

	.section_3 .content .item_wrap .item .img_wrap .img_2 {}
}

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

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

.section_4 {}

.section_4 .section_inner {
	padding: 15% 0 10%;
}

.section_4 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.section_4 .heading_wrap {
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 0;
}

.section_4 .heading_wrap .heading {
	align-items: flex-end;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
}

.section_4 .content .img_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.section_4 .content .img_wrap .img {
	width: 100%;
}

.section_4 .content .img_wrap .img_1 {}

.section_4 .content .img_wrap .img_2 {}

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

	.section_4 .section_inner {
		padding: 10% 0 10%;
	}

	.section_4 .inner {}

	.section_4 .heading_wrap {
		align-items: center;
	}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content {}

	.section_4 .content .img_wrap {
		flex-direction: row;
	}

	.section_4 .content .img_wrap .img {
		width: calc((100% - (12px * 1)) / 2);
	}

	.section_4 .content .img_wrap .img_1 {}

	.section_4 .content .img_wrap .img_2 {}
}

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

	.section_4 .section_inner {}

	.section_4 .inner {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content {
		width: 75%;
	}

	.section_4 .content .img_wrap {
		gap: 48px;
	}

	.section_4 .content .img_wrap .img {
		width: calc((100% - (48px * 1)) / 2);
	}

	.section_4 .content .img_wrap .img_1 {}

	.section_4 .content .img_wrap .img_2 {}
}

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

	.section_4 .section_inner {}

	.section_4 .inner {
		gap: 108px;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .content {
		width: 65%;
	}

	.section_4 .content .img_wrap {
		gap: 84px;
	}

	.section_4 .content .img_wrap .img {
		width: calc((100% - (84px * 1)) / 2);
	}

	.section_4 .content .img_wrap .img_1 {}

	.section_4 .content .img_wrap .img_2 {}
}

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

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

.section_5 {
	background-color: #eeeeee;
}

.section_5 .section_inner {
	padding: 15% 0 10%;
}

.section_5 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.section_5 .heading_wrap {
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 0;
}

.section_5 .heading_wrap .heading {
	align-items: flex-end;
}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
}

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

.section_5 .content .item_wrap .item {
	position: relative;
	display: block;
	width: 100%;
}

.section_5 .content .item_wrap .item .img {
	position: relative;
	width: 100%;
}

.section_5 .content .item_wrap .item .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 37, 91, 0.5);
    pointer-events: none; /* 画像クリックを邪魔しない */
}

.section_5 .content .item_wrap .item .img:hover:after {
    opacity: 0;
}

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

.section_5 .content .item_wrap .item .text_1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
	max-width: 100%;
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.section_5 .content .item_wrap .item .text_2 {
	position: absolute;
	bottom: 12px;
	right: 24px;
	transform: translate(0, 0);
	padding: 0 48px 0 0;
	line-height: 1;
	color: #fff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.section_5 .content .item_wrap .item .text_2::before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 36px;
    height: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #ffffff;
    transform: translate(0, -50%);
}

.section_5 .content .item_wrap .item .text_2::after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 0;
    width: 12px;
    height: 2px;
    border-radius: 0 2px 2px 0;
    background-color: #ffffff;
    transform: translate(0, -60%) rotate(60deg);
    transform-origin: calc(100% - 1px) 50%;
}

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

	.section_5 .section_inner {
		padding: 10% 0 10%;
	}

	.section_5 .inner {}

	.section_5 .heading_wrap {
		align-items: center;
	}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content {}

	.section_5 .content .item_wrap {
		flex-wrap: wrap;
		flex-direction: row;
	}

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

	.section_5 .content .item_wrap .item .img {}

	.section_5 .content .item_wrap .item .img::after {}

	.section_5 .content .item_wrap .item .img:hover:after {}

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

	.section_5 .content .item_wrap .item .text_1 {}

	.section_5 .content .item_wrap .item .text_2 {}

	.section_5 .content .item_wrap .item .text_2::before {}

	.section_5 .content .item_wrap .item .text_2::after {}
}

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

	.section_5 .section_inner {}

	.section_5 .inner {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content {}

	.section_5 .content .item_wrap {
		gap: 24px;
	}

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

	.section_5 .content .item_wrap .item .img {}

	.section_5 .content .item_wrap .item .img::after {}

	.section_5 .content .item_wrap .item .img:hover:after {}

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

	.section_5 .content .item_wrap .item .text_1 {}

	.section_5 .content .item_wrap .item .text_2 {}

	.section_5 .content .item_wrap .item .text_2::before {}

	.section_5 .content .item_wrap .item .text_2::after {}
}

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

	.section_5 .section_inner {}

	.section_5 .inner {
		gap: 108px;
	}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .content {
		width: 80%;
	}

	.section_5 .content .item_wrap {
		gap: 36px;
	}

	.section_5 .content .item_wrap .item {
		width: calc((100% - (36px * 2)) / 3);
	}

	.section_5 .content .item_wrap .item .img {}

	.section_5 .content .item_wrap .item .img::after {}

	.section_5 .content .item_wrap .item .img:hover:after {}

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

	.section_5 .content .item_wrap .item .text_1 {
		font-size: 1.875rem;
	}

	.section_5 .content .item_wrap .item .text_2 {}

	.section_5 .content .item_wrap .item .text_2::before {}

	.section_5 .content .item_wrap .item .text_2::after {}
}

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

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

.section_6 {}

.section_6 .section_inner {
	padding: 25% 0 20%;
}

.section_6 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.section_6 .heading_wrap {
    align-items: flex-start;
    width: 90%;
    margin: 0 auto 0;
}

.section_6 .heading_wrap .heading {
	align-items: flex-end;
}

.section_6 .heading_wrap .heading .main {}

.section_6 .heading_wrap .heading .sub {}

.section_6 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
}

.section_6 .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

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

.section_6 .content .item_wrap .item .text_wrap {
	position: relative;
	width: 100%;
}

.section_6 .content .item_wrap .item .text_wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 11px);
	height: 2px;
	background-color: #fe6628;
}

.section_6 .content .item_wrap .item .text_wrap::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(0, 37.5%);
	width: auto;
	height: 12px;
	aspect-ratio: 1 / 1;
	background-color: #fe6628;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.section_6 .content .item_wrap .item .text_wrap .text {
	width: max-content;
	max-width: 100%;
	padding: 0.5em 0.75em;
	font-size: 1.25rem;
	line-height: 1;
	color: #fff;
	background-color: #fe6628;
}

.section_6 .content .item_wrap .item .fb {
	width: 100%;
}

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

	.section_6 .section_inner {
		padding: 10% 0 10%;
	}

	.section_6 .inner {}

	.section_6 .heading_wrap {
		align-items: center;
	}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .content {}

	.section_6 .content .item_wrap {
		flex-direction: row;
	}

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

	.section_6 .content .item_wrap .item .text_wrap {}

	.section_6 .content .item_wrap .item .text_wrap::before {}

	.section_6 .content .item_wrap .item .text_wrap::after {}

	.section_6 .content .item_wrap .item .text_wrap .text {}
}

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

	.section_6 .section_inner {
		padding: 10% 0 10%;
	}

	.section_6 .inner {}

	.section_6 .heading_wrap {
		align-items: center;
	}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .content {
		width: 80%;
	}

	.section_6 .content .item_wrap {}

	.section_6 .content .item_wrap .item {}

	.section_6 .content .item_wrap .item .text_wrap {}

	.section_6 .content .item_wrap .item .text_wrap::before {}

	.section_6 .content .item_wrap .item .text_wrap::after {}

	.section_6 .content .item_wrap .item .text_wrap .text {}
}

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

	.section_6 .section_inner {
		padding: 10% 0 10%;
	}

	.section_6 .inner {
		gap: 108px;
	}

	.section_6 .heading_wrap {
		align-items: center;
	}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .content {
		width: 62%;
	}

	.section_6 .content .item_wrap {
		gap: 72px;
	}

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

	.section_6 .content .item_wrap .item .text_wrap {}

	.section_6 .content .item_wrap .item .text_wrap::before {}

	.section_6 .content .item_wrap .item .text_wrap::after {}

	.section_6 .content .item_wrap .item .text_wrap .text {
		font-size: 1.875rem;
	}
}

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

	.section_6 .section_inner {
		padding: 10% 0 10%;
	}

	.section_6 .inner {}

	.section_6 .heading_wrap {
		align-items: center;
	}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .content {
		width: 56.5%;
	}

	.section_6 .content .item_wrap {}

	.section_6 .content .item_wrap .item {}

	.section_6 .content .item_wrap .item .text_wrap {}

	.section_6 .content .item_wrap .item .text_wrap::before {}

	.section_6 .content .item_wrap .item .text_wrap::after {}

	.section_6 .content .item_wrap .item .text_wrap .text {}
}

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