@charset "utf-8";

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

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

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

.section_1 {}

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

.section_1 .wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 60px;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .heading_wrap {
	align-items: flex-start;
	width: max-content;
	max-width: 50%;
}

.section_1 .heading_wrap .heading {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading .main {
	line-height: 1;
}

.section_1 .heading_wrap .heading .sub {
	line-height: 1;
}

.section_1 .heading_wrap .heading .main span,
.section_1 .heading_wrap .heading .sub span {
	display: block;
}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.section_1 .content_wrap .content .item_wrap .item .date {
	padding: 4px 8px;
	background-color: #44240C;
	color: #ffffff;
}

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

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

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

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .main span,
	.section_1 .heading_wrap .heading .sub span {}

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

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

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

	.section_1 .inner {
		padding: 5% 0 7.5%;
	}

	.section_1 .wrap {
		flex-direction: row;
		gap: 120px;
		width: 80%;
	}

	.section_1 .heading_wrap {
		width: max-content;
		max-width: 50%;
	}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .main span,
	.section_1 .heading_wrap .heading .sub span {}

	.section_1 .content_wrap {
		flex: 1;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
	}

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

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

	.section_1 .btn {}

	.section_1 .btn img {}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		gap: 120px;
		width: 70%;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .main span,
	.section_1 .heading_wrap .heading .sub span {}

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

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

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

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

.section_2 {
	background-image: url(../img/top_bg_sp.png);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
}

.section_2 .inner {
	position: relative;
	padding: 15% 0 10%;
}

.section_2 .inner::before {
	content: "Greeting";
	position: absolute;
	top: 0;
	left: 5%;
	transform: translate(0, -67.5%) rotate(-2.5deg);
	font-family: "Trade Winds", system-ui;
	font-size: 4rem;
	line-height: 1;
	color: #170000;
}

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

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

.section_2 .heading_wrap .heading {
	align-items: flex-start;
	color: #ffffff;
}

.section_2 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 0;
	right: auto;
	transform: translate(0, 0);
	width: 80px;
	height: 1px;
	background-color: #ffffff;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .heading_wrap .heading .main span,
.section_2 .heading_wrap .heading .sub span {
	display: block;
}

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

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

.section_2 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

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

.section_2 .content_wrap .content .item_wrap .item .text {
	width: 100%;
	color: #ffffff;
}

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

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

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

	.section_2 .inner::before {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::after {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .heading_wrap .heading .main span,
	.section_2 .heading_wrap .heading .sub span {}

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

@media screen and (min-width: 1280px) {
	.section_2 {
		background-image: url(../img/top_bg_pc.png);
	}

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

	.section_2 .inner::before {
		left: 7.5%;
		transform: translate(0, -25%) rotate(-2.5deg);
		font-size: 7.5rem;
	}

	.section_2 .wrap {
		gap: 120px;
		width: 80%;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::after {
		bottom: -14px;
	}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .heading_wrap .heading .main span,
	.section_2 .heading_wrap .heading .sub span {}

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

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
	}

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

	.section_2 .btn {}

	.section_2 .btn img {}
}

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

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

	.section_2 .inner::before {
		left: 12.5%;
		font-size: 7.75rem;
	}

	.section_2 .wrap {
		width: 70%;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::after {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .heading_wrap .heading .main span,
	.section_2 .heading_wrap .heading .sub span {}

	.section_2 .content_wrap {
		gap: 48px;
	}

	.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 {
		line-height: 2;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .inner::before {
		font-size: 10rem;
	}
}

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

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

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

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

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

.section_3 .heading_wrap .heading {
	align-items: flex-start;
	color: #ffffff;
}

.section_3 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 0;
	right: auto;
	transform: translate(0, 0);
	width: 80px;
	height: 1px;
	background-color: #ffffff;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .heading_wrap .heading .main span,
.section_3 .heading_wrap .heading .sub span {
	display: block;
}

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

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

.section_3 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

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

.section_3 .content_wrap .content .item_wrap .item .text {
	width: 100%;
	color: #ffffff;
}

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

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

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

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .main span,
	.section_3 .heading_wrap .heading .sub span {}

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

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

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

	.section_3 .wrap {
		width: 70%;
	}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .main span,
	.section_3 .heading_wrap .heading .sub span {}

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

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

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

	.section_3 .wrap {
		width: 50%;
	}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .main span,
	.section_3 .heading_wrap .heading .sub span {}

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

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

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

.section_4 {}

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

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

.section_4 .heading_wrap {
	align-items: flex-start;
	width: max-content;
	max-width: 50%;
}

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

.section_4 .heading_wrap .heading .main {
	line-height: 1;
}

.section_4 .heading_wrap .heading .sub {
	line-height: 1;
}

.section_4 .heading_wrap .heading .main span,
.section_4 .heading_wrap .heading .sub span {
	display: block;
}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}

.section_4 .content_wrap .content .item_wrap .item {
	position: relative;
	display: block;
	width: calc((100% - (4px * 1)) / 2);
}

.section_4 .content_wrap .content .item_wrap .item .text {
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	width: max-content;
	max-width: 100%;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

.section_4 .content_wrap .content .item_wrap .item .text::after {
	content: "";
	position: absolute;
	top: 60%;
	right: -20px;
	transform: translate(0, -50%);
	width: auto;
	height: 75%;
	aspect-ratio: 1 / 1;
	background-image: url(../img/top_menu_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .heading_wrap .heading .main span,
	.section_4 .heading_wrap .heading .sub span {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

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

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

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

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

	.section_4 .content_wrap .content .item_wrap .item .text::after {
		right: -24px;
	}
}

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

	.section_4 .inner {
		padding: 5% 0 5%;
	}

	.section_4 .wrap {
		width: 80%;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .heading_wrap .heading .main span,
	.section_4 .heading_wrap .heading .sub span {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {
		justify-content: center;
	}

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

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

	.section_4 .content_wrap .content .item_wrap .item .text::after {
		right: 36px;
		height: 150%;
	}
}

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

	.section_4 .inner {}

	.section_4 .wrap {
		width: 70%;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

	.section_4 .heading_wrap .heading .main span,
	.section_4 .heading_wrap .heading .sub span {}

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {}

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

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

	.section_4 .content_wrap .content .item_wrap .item .text::after {
		right: 24px;
		height: 100%;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 .content_wrap .content .item_wrap .item .text::after {
		right: 36px;
	}
}

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

.section_5 {
	background-image: url(../img/top_bg_sp.png);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
}

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

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

.section_5 .heading_wrap {
	align-items: flex-start;
	width: max-content;
	max-width: 50%;
}

.section_5 .heading_wrap .heading {
	align-items: center;
	color: #ffffff;
}

.section_5 .heading_wrap .heading::after {
	background-color: #ffffff;
}

.section_5 .heading_wrap .heading .main {
	line-height: 1;
}

.section_5 .heading_wrap .heading .sub {
	line-height: 1;
}

.section_5 .heading_wrap .heading .main span,
.section_5 .heading_wrap .heading .sub span {
	display: block;
}

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

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

.section_5 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
}

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

.section_5 .content_wrap .content .item_wrap .item .text {
	text-align: center;
	color: #ffffff;
}

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

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

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

.section_5 .content_wrap .content .item_wrap .item .table tr th,
.section_5 .content_wrap .content .item_wrap .item .table tr td {
	width: 100%;
	padding: 0;
	border: 0;
	color: #ffffff;
}

.section_5 .content_wrap .content .item_wrap .item .table tr th {
	width: 50%;
	padding-right: 12px;
	white-space: nowrap;
}

.section_5 .content_wrap .content .item_wrap .item .table tr td {
	width: 50%;
	padding-left: 12px;
	white-space: nowrap;
}

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

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

.section_5 .content_wrap .content_3 {
	width: max-content;
	max-width: 100%;
}

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

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

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

	.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 .heading_wrap .heading .main span,
	.section_5 .heading_wrap .heading .sub span {}

	.section_5 .content_wrap {}

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

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

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

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

	.section_5 .content_wrap .content .item_wrap .item .table tr th,
	.section_5 .content_wrap .content .item_wrap .item .table tr td {}

	.section_5 .content_wrap .content .item_wrap .item .table tr th {}

	.section_5 .content_wrap .content .item_wrap .item .table tr td {}

	.section_5 .content_wrap .content_1 {}

	.section_5 .content_wrap .content_2 {
		width: 75%;
	}

	.section_5 .content_wrap .content_3 {}

	.section_5 .content_wrap .content_4 {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.section_5 {
		background-image: url(../img/top_bg_pc.png);
	}

	.section_5 .inner {
		padding: 5% 0 5%;
	}

	.section_5 .wrap {
		width: 80%;
	}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .heading_wrap .heading .main span,
	.section_5 .heading_wrap .heading .sub span {}

	.section_5 .content_wrap {}

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

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

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

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

	.section_5 .content_wrap .content .item_wrap .item .table tr th,
	.section_5 .content_wrap .content .item_wrap .item .table tr td {}

	.section_5 .content_wrap .content .item_wrap .item .table tr th {}

	.section_5 .content_wrap .content .item_wrap .item .table tr td {}

	.section_5 .content_wrap .content_1 {}

	.section_5 .content_wrap .content_2 {
		width: 50%;
	}

	.section_5 .content_wrap .content_3 {}

	.section_5 .content_wrap .content_4 {
		width: 25%;
	}
}

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

	.section_5 .inner {}

	.section_5 .wrap {
		width: 70%;
	}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

	.section_5 .heading_wrap .heading .main span,
	.section_5 .heading_wrap .heading .sub span {}

	.section_5 .content_wrap {
		gap: 36px;
	}

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

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

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

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

	.section_5 .content_wrap .content .item_wrap .item .table tr th,
	.section_5 .content_wrap .content .item_wrap .item .table tr td {}

	.section_5 .content_wrap .content .item_wrap .item .table tr th {}

	.section_5 .content_wrap .content .item_wrap .item .table tr td {}

	.section_5 .content_wrap .content_1 {}

	.section_5 .content_wrap .content_2 {
		width: 50%;
	}

	.section_5 .content_wrap .content_3 {}

	.section_5 .content_wrap .content_4 {
		width: 25%;
	}
}

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

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

.section_6 {
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
}

.section_6 .inner {
	position: relative;
	padding: 30% 0 10%;
}

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

.section_6 .wrap::before {
	content: "RECRUIT";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -110%) rotate(-2.5deg);
	font-family: "Trade Winds", system-ui;
	font-size: 2.75rem;
	line-height: 1;
	color: #44240C;
}

.section_6 .heading_wrap {
	align-items: flex-start;
	width: 100%;
}

.section_6 .heading_wrap .heading {
	align-items: flex-start;
	color: #ffffff;
}

.section_6 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 0;
	right: auto;
	transform: translate(0, 0);
	width: 80px;
	height: 1px;
	background-color: #ffffff;
}

.section_6 .heading_wrap .heading .main {}

.section_6 .heading_wrap .heading .sub {}

.section_6 .heading_wrap .heading .main span,
.section_6 .heading_wrap .heading .sub span {
	display: block;
}

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

.section_6 .content_wrap .content {
	width: 100%;
}

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

.section_6 .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_6 .content_wrap .content .item_wrap .item .text {
	width: 100%;
	text-align: center;
}

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

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

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

	.section_6 .wrap {}

	.section_6 .wrap::before {}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading::after {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .heading_wrap .heading .main span,
	.section_6 .heading_wrap .heading .sub span {}

	.section_6 .content_wrap {}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {}

	.section_6 .content_wrap .content .item_wrap .item {}

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

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

	.section_6 .inner {
		padding: 10% 0 5%;
	}

	.section_6 .wrap {
		width: 80%;
	}

	.section_6 .wrap::before {
		transform: translate(0, -70%) rotate(-2.5deg);
		font-size: 7.25rem;
	}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading::after {
		bottom: -14px;
	}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .heading_wrap .heading .main span,
	.section_6 .heading_wrap .heading .sub span {}

	.section_6 .content_wrap {
		width: 65%;
	}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {}

	.section_6 .content_wrap .content .item_wrap .item {}

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

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

	.section_6 .inner {
		padding: 10% 0 5%;
	}

	.section_6 .wrap {
		width: 70%;
	}

	.section_6 .wrap::before {
		font-size: 7.25rem;
	}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading::after {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

	.section_6 .heading_wrap .heading .main span,
	.section_6 .heading_wrap .heading .sub span {}

	.section_6 .content_wrap {
		gap: 36px;
	}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {}

	.section_6 .content_wrap .content .item_wrap .item {}

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

@media screen and (min-width: 1920px) {
	.section_6 .wrap::before {
		font-size: 9.5rem;
	}
}

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

.section_7 {
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
}

.section_7 .inner {
	position: relative;
	padding: 10% 0 10%;
}

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

.section_7 .heading_wrap {
	align-items: flex-start;
	width: 100%;
}

.section_7 .heading_wrap .heading {
	align-items: flex-start;
	color: #ffffff;
}

.section_7 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	top: auto;
	bottom: -12px;
	left: 0;
	right: auto;
	transform: translate(0, 0);
	width: 80px;
	height: 1px;
	background-color: #ffffff;
}

.section_7 .heading_wrap .heading .main {}

.section_7 .heading_wrap .heading .sub {}

.section_7 .heading_wrap .heading .main span,
.section_7 .heading_wrap .heading .sub span {
	display: block;
}

.section_7 .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_7 .content_wrap .content {
	width: 100%;
}

.section_7 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.section_7 .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_7 .content_wrap .content .item_wrap .item .text {}

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

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

.section_7 .content_wrap .content_1 .item_wrap .item .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.6666667%;
	overflow-y: hidden;
}

.section_7 .content_wrap .content_1 .item_wrap .item .map iframe {
    position: absolute;
	top: -150px;
    left: 0;
    width: 100%;
	height: calc(100% + (150px * 2));
}

.section_7 .content_wrap .content_1 .item_wrap .item .text {
    position: absolute;
	top: -24px;
	left: 12px;
	width: max-content;
	max-width: 100%;
	padding: 8px;
	background-color: #44240C;
	writing-mode: vertical-rl;
	color: #ffffff;
}

.section_7 .content_wrap .content_2 {
	position: relative;
	width: 90%;
}

.section_7 .content_wrap .content_2::before {
	content: "Access Map";
	position: absolute;
	top: -60px;
	right: 0;
	transform: translate(0, 0) rotate(-2.5deg);
	font-family: "Trade Winds", system-ui;
	font-size: 2.75rem;
	line-height: 1;
	color: #44240C;
}

.section_7 .content_wrap .content_2 .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
	padding: 12px 12px;
	border: 4px #703701 solid;
}

.section_7 .content_wrap .content_2 .item_wrap .item .img {
	width: 80px;
	height: auto;
	aspect-ratio: 1 / 1;
}

.section_7 .content_wrap .content_2 .item_wrap .item .text {
	width: max-content;
	max-width: 100%;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 700;
}

.section_7 .content_wrap .content_2 .item_wrap .item .text .highlight {
	font-size: 1.6em;
}

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

	.section_7 .inner {}

	.section_7 .wrap {}

	.section_7 .heading_wrap {}

	.section_7 .heading_wrap .heading {}

	.section_7 .heading_wrap .heading::after {}

	.section_7 .heading_wrap .heading .main {}

	.section_7 .heading_wrap .heading .sub {}

	.section_7 .heading_wrap .heading .main span,
	.section_7 .heading_wrap .heading .sub span {}

	.section_7 .content_wrap {}

	.section_7 .content_wrap .content {}

	.section_7 .content_wrap .content .item_wrap {}

	.section_7 .content_wrap .content .item_wrap .item {}

	.section_7 .content_wrap .content .item_wrap .item .text {}

	.section_7 .content_wrap .content .item_wrap .item .img {}

	.section_7 .content_wrap .content_1 {}

	.section_7 .content_wrap .content_1 .item_wrap .item .map {}

	.section_7 .content_wrap .content_1 .item_wrap .item .map iframe {}

	.section_7 .content_wrap .content_1 .item_wrap .item .text {}

	.section_7 .content_wrap .content_2 {
		width: 50%;
	}

	.section_7 .content_wrap .content_2::before {}

	.section_7 .content_wrap .content_2 .item_wrap .item {}

	.section_7 .content_wrap .content_2 .item_wrap .item .img {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text .highlight {}
}

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

	.section_7 .inner {}

	.section_7 .wrap {}

	.section_7 .heading_wrap {}

	.section_7 .heading_wrap .heading {}

	.section_7 .heading_wrap .heading::after {}

	.section_7 .heading_wrap .heading .main {}

	.section_7 .heading_wrap .heading .sub {}

	.section_7 .heading_wrap .heading .main span,
	.section_7 .heading_wrap .heading .sub span {}

	.section_7 .content_wrap {
		gap: 180px;
	}

	.section_7 .content_wrap .content {}

	.section_7 .content_wrap .content .item_wrap {}

	.section_7 .content_wrap .content .item_wrap .item {}

	.section_7 .content_wrap .content .item_wrap .item .text {}

	.section_7 .content_wrap .content .item_wrap .item .img {}

	.section_7 .content_wrap .content_1 {
		width: 80%;
	}

	.section_7 .content_wrap .content_1 .item_wrap .item .map {
		padding-top: 56.25%;
	}

	.section_7 .content_wrap .content_1 .item_wrap .item .map iframe {}

	.section_7 .content_wrap .content_1 .item_wrap .item .text {
		top: -60px;
		left: 36px;
	}

	.section_7 .content_wrap .content_2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
		width: 80%;
	}

	.section_7 .content_wrap .content_2::before {
		top: -144px;
		font-size: 5.5rem;
	}

	.section_7 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		align-items: stretch;
		width: 70%;
	}

	.section_7 .content_wrap .content_2 .item_wrap .item {
		flex-direction: column;
		width: calc((100% - (12px * 2)) / 3);
		/* height: auto;
		aspect-ratio: 4 / 5; */
	}

	.section_7 .content_wrap .content_2 .item_wrap .item .img {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text .highlight {}
}

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

	.section_7 .inner {}

	.section_7 .wrap {}

	.section_7 .heading_wrap {}

	.section_7 .heading_wrap .heading {}

	.section_7 .heading_wrap .heading::after {}

	.section_7 .heading_wrap .heading .main {}

	.section_7 .heading_wrap .heading .sub {}

	.section_7 .heading_wrap .heading .main span,
	.section_7 .heading_wrap .heading .sub span {}

	.section_7 .content_wrap {
		gap: 180px;
	}

	.section_7 .content_wrap .content {}

	.section_7 .content_wrap .content .item_wrap {}

	.section_7 .content_wrap .content .item_wrap .item {}

	.section_7 .content_wrap .content .item_wrap .item .text {}

	.section_7 .content_wrap .content .item_wrap .item .img {}

	.section_7 .content_wrap .content_1 {
		width: 70%;
	}

	.section_7 .content_wrap .content_1 .item_wrap .item .map {}

	.section_7 .content_wrap .content_1 .item_wrap .item .map iframe {}

	.section_7 .content_wrap .content_1 .item_wrap .item .text {
		font-size: 1.5rem;
	}

	.section_7 .content_wrap .content_2 {
		width: 70%;
	}

	.section_7 .content_wrap .content_2::before {
		top: -144px;
		font-size: 5.5rem;
	}

	.section_7 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}

	.section_7 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (24px * 2)) / 3);
		padding: 24px 12px;
	}

	.section_7 .content_wrap .content_2 .item_wrap .item .img {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text .highlight {}
}

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

	.section_7 .inner {}

	.section_7 .wrap {}

	.section_7 .heading_wrap {}

	.section_7 .heading_wrap .heading {}

	.section_7 .heading_wrap .heading::after {}

	.section_7 .heading_wrap .heading .main {}

	.section_7 .heading_wrap .heading .sub {}

	.section_7 .heading_wrap .heading .main span,
	.section_7 .heading_wrap .heading .sub span {}

	.section_7 .content_wrap {
		gap: 240px;
	}

	.section_7 .content_wrap .content {}

	.section_7 .content_wrap .content .item_wrap {}

	.section_7 .content_wrap .content .item_wrap .item {}

	.section_7 .content_wrap .content .item_wrap .item .text {}

	.section_7 .content_wrap .content .item_wrap .item .img {}

	.section_7 .content_wrap .content_1 {}

	.section_7 .content_wrap .content_1 .item_wrap .item .map {}

	.section_7 .content_wrap .content_1 .item_wrap .item .map iframe {}

	.section_7 .content_wrap .content_1 .item_wrap .item .text {}

	.section_7 .content_wrap .content_2 {}

	.section_7 .content_wrap .content_2::before {
		top: -192px;
		font-size: 7rem;
	}

	.section_7 .content_wrap .content_2 .item_wrap {
		gap: 36px;
		width: 55%;
	}

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

	.section_7 .content_wrap .content_2 .item_wrap .item .img {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text {}

	.section_7 .content_wrap .content_2 .item_wrap .item .text .highlight {}
}

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