@charset "utf-8";

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

.fv {
	position: relative;
	overflow: hidden;
}

.fv .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv .section_container {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_text {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: max-content;
	height: max-content;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.2em;
	writing-mode: vertical-rl;
	color: #fff;
	text-shadow: 0px 4px 20px rgba(0, 0, 0, 1);
}

.fv_text > * {
	display: block;
}

.fv_text > *:nth-of-type(1) {
	font-size: 1em;
}

.fv_text > *:nth-of-type(2) {
	font-size: 1em;
}

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

	.fv .section_inner {}

	.fv .section_container {}

	.fv_text {
		top: auto;
		bottom: 10%;
		left: 5%;
		transform: translate(0, 0);
		gap: 12px;
		letter-spacing: 0;
		writing-mode: unset;
	}

	.fv_text > * {}

	.fv_text > *:nth-of-type(1) {}

	.fv_text > *:nth-of-type(2) {}
}

@media screen and (min-width: 1280px) {
	.fv_text {
		right: 10%;
		bottom: 15%;
		gap: 24px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_text {
		right: 10%;
		bottom: 10%;
		gap: 36px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_text {
		right: 15%;
		bottom: 10%;
	}
}

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

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	padding: 20% 0;
}

@media screen and (min-width: 768px) {
	.section_inner {
		padding: 10% 0;
	}
}

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

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

.section_1 {
	background-color: #EFF3F4;
}

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

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

.section_1 .heading_1 {
	width: 45%;
}

.section_1 .content {
	width: 90%;
	margin: 0 auto;
	border-top: 3px #041E3E solid;
	border-bottom: 3px #041E3E solid;
}

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

.section_1 .content .text_area:not(:first-of-type) {
	border-top: 3px #041E3E solid;
}

.section_1 .content .text_area .text {}

.section_1 .content .text_area .text_1 {
	font-weight: 500;
}

.section_1 .content .text_area .text_2 {
	font-weight: 500;
}

.section_1 .content .text_area .text_3 {
	font-family: "Noto Sans JP", sans-serif;
}

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

	.section_1 .section_inner {}

	.section_1 .section_container_inner {}

	.section_1 .heading_area {
		padding: 5% 0 2.5%;
	}

	.section_1 .heading_1 {
		width: 25%;
		margin: 0 auto 0 5%;
	}

	.section_1 .content {
		width: 50%;
	}

	.section_1 .content .text_area {
		padding: 24px;
	}

	.section_1 .content .text_area .text {}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_2 {}

	.section_1 .content .text_area .text_3 {}
}

@media screen and (min-width: 1280px) {
	.section_1 .heading_1 {
		width: 20%;
		margin: 0 auto 0 5%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .section_inner {
		padding: 5% 0;
	}

	.section_1 .heading_1 {
		width: 17.5%;
	}

	.section_1 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_1 .content {
		width: 45%;
	}

	.section_1 .content .text_area {
		padding: 24px 48px;
		gap: 12px;
	}

	.section_1 .content .text_area .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .heading_1 .sub {
		font-size: 2.5rem;
	}
}

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

.section_2 {
	background-image: url(../img/top_greeting_bg.png);
	background-position: 0% 0%;
	background-size: 1075px;
}

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

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

.section_2 .heading_1 {
	width: 75%;
}

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

.section_2 .content .text_area {
	width: 100%;
	margin: 0 auto 0;
	background-color: #fff;
}

.section_2 .content .text_area .text_area_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
	padding: 5%;
}

.section_2 .content .text_area .text_area_inner .text {}

.section_2 .content .text_area .text_area_inner .text_1 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #D4C483;
}

.section_2 .content .text_area .text_2 {
	font-weight: 500;
}

.section_2 .btn {
	margin: 5% auto 0;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-size: 100%;
	}

	.section_2 .section_inner {}

	.section_2 .section_container_inner {}

	.section_2 .heading_area {
		padding: 0 0 5%;
	}

	.section_2 .heading_1 {
		width: 35%;
		margin: 0 5% 0 auto;
	}

	.section_2 .content {
		flex-direction: row-reverse;
		align-items: stretch;
		gap: 24px;
		width: 100%;
	}

	.section_2 .content .img_area {
		flex: 5;
	}

	.section_2 .content .text_area {
		flex: 5;
	}

	.section_2 .content .text_area .text_area_inner {
		align-items: flex-start;
	}

	.section_2 .content .text_area .text_area_inner .text {}

	.section_2 .content .text_area .text_area_inner .text_1 {
		text-align: left;
	}

	.section_2 .content .text_area .text_area_inner .text_2 {}
}

@media screen and (min-width: 1280px) {
	.section_2 .heading_1 {
		width: 35%;
		margin: 0 5% 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .section_inner {
		padding: 5% 0;
	}

	.section_2 .heading_1 {
		width: 35%;
	}

	.section_2 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_2 .content {
		gap: 72px;
	}

	.section_2 .content .text_area .text_area_inner {
		padding: 5%;
		gap: 36px;
	}

	.section_2 .content .text_area .text_area_inner .text_1 {
		font-size: 2.5rem;
	}

	.section_2 .content .text_area .text_area_inner .text_2 {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .heading_1 .sub {
		font-size: 2.5rem;
	}
}

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

.section_3 {
	background-color: #EFF3F4;
}

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

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

.section_3 .heading_1 {
	width: 75%;
}

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

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

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

.section_3 .content .text_area .text_area_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	height: 100%;
}

.section_3 .content .text_area .text_area_inner .text {}

.section_3 .content .text_area .text_area_inner .text_1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	color: #4A80C1;
}

.section_3 .content .text_area .text_area_inner .text_1 * {
	display: block;
}

.section_3 .content .text_area .text_area_inner .text_1 img {
	width: 36px;
}

.section_3 .content .text_area .text_area_inner .text_2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

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

	.section_3 .section_inner {}

	.section_3 .section_container_inner {}

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

	.section_3 .heading_1 {
		width: 30%;
        margin: 0 auto 0 5%;
	}

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

	.section_3 .content {
		align-items: stretch;
		gap: 24px;
		width: 100%;
	}

	.section_3 .content .img_area {
		flex: 5;
	}

	.section_3 .content .text_area {
		flex: 5;
	}

	.section_3 .content .text_area .text_area_inner {
		align-items: flex-start;
	}

	.section_3 .content .text_area .text_area_inner .text {}

	.section_3 .content .text_area .text_area_inner .text_1 {
		text-align: left;
	}

	.section_3 .content .text_area .text_area_inner .text_2 {}
}

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

@media screen and (min-width: 1440px) {
	.section_3 .section_inner {
		padding: 5% 0;
	}

	.section_3 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_3 .content_wrap {
		gap: 96px;
		width: 80%;
	}

	.section_3 .content {
		gap: 36px;
	}

	.section_3 .content .text_area .text_area_inner {
		gap: 24px;
	}

	.section_3 .content .text_area .text_area_inner .text_1 {
		font-size: 1.875rem;
	}

	.section_3 .content .text_area .text_area_inner .text_2 {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .heading_1 .sub {
		font-size: 2.5rem;
	}
}

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

.section_4 {
	background-color: #4A80C1;
}

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

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

.section_4 .heading_1 {
	width: 75%;
}

.section_4 .heading_1 .sub {
	color: #EFF3F4;
}

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

.section_4 .content .text_area {
	width: 100%;
	margin: 0 auto 0;
}

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

.section_4 .content .text_area .text_area_inner .text {
	color: #EFF3F4;
}

.section_4 .content .text_area .text_area_inner .text_1 {
	padding: 24px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	background-color: #fff;
	color: #4A80C1;
}

.section_4 .content .text_area .text_area_inner .text_2 {
	text-align: center;
	font-weight: 500;
}

.section_4 .content .text_area .text_area_inner .text_3 {
	font-family: "Noto Sans JP", sans-serif;
}

.section_4 .btn {
	margin: 0;
	color: #4A80C1;
}

@media screen and (min-width: 768px) {
	.section_4 {
		background-size: 100%;
	}

	.section_4 .section_inner {}

	.section_4 .section_container_inner {}

	.section_4 .heading_area {
		padding: 0 0 24px;
	}

	.section_4 .heading_1 {
		width: 35%;
		margin: 0 10% 0 auto;
	}

	.section_4 .content {
		gap: 24px;
		width: 45%;
		margin: 0 5% 0 auto;
	}

	.section_4 .content .img_area {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
		width: 45%;
	}

	.section_4 .content .text_area {}

	.section_4 .content .text_area .text_area_inner {
		align-items: center;
		gap: 24px;
	}

	.section_4 .content .text_area .text_area_inner .text {}

	.section_4 .content .text_area .text_area_inner .text_1 {
		text-align: left;
	}

	.section_4 .content .text_area .text_area_inner .text_2 {}
}

@media screen and (min-width: 1280px) {
	.section_4 .heading_1 {
		width: 35%;
		margin: 0 10% 0 auto;
	}
}

@media screen and (min-width: 1440px) {
	.section_4 .section_inner {
		padding: 5% 0;
	}

	.section_4 .heading_area {
		padding: 0 0 48px;
	}

	.section_4 .heading_1 {
		width: 30%;
		margin: 0 12.5% 0 auto;
	}

	.section_4 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_4 .content {
		gap: 48px;
	}

	.section_4 .content .text_area .text_area_inner {
		gap: 48px;
	}

	.section_4 .content .text_area .text_area_inner .text_1 {
		font-size: 2.5rem;
	}

	.section_4 .content .text_area .text_area_inner .text_2 {
		font-size: 1.875rem;
	}
	
	.section_4 .content .text_area .text_area_inner .text_3 {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 .heading_1 .sub {
		font-size: 2.5rem;
	}
}

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

.section_5 {
	background-color: #DEE2E6;
}

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

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

.section_5 .heading_1 {
	width: 40%;
}

.section_5 .heading_1 .sub {
	color: #041E3E;
}

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

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

.section_5 .content:not(:first-of-type) {
	position: relative;
}

.section_5 .content:not(:first-of-type)::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, -100%);
	display: inline-block;
	width: 60px;
	height: 40px;
	background: #4a80c1;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.section_5 .content .img_area {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .content .img_area .img {
	flex: 6;
}

.section_5 .content .img_area .nom {
	flex: 4;
	font-family: "Roboto", sans-serif;
	font-size: 6rem;
	font-weight: 200;
	line-height: 1;
	color: #4A80C1;
}

.section_5 .content .text_area {
	width: 100%;
	margin: 0 auto 0;
}

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

.section_5 .content .text_area .text_area_inner .text {
	text-align: left;
	color: #041E3E;
}

.section_5 .content .text_area .text_area_inner .text_1 {
	font-size: 1.25rem;
	font-weight: 500;
}

.section_5 .content .text_area .text_area_inner .text_2 {
	font-family: "Noto Sans JP", sans-serif;
}

.section_5 .btn {
	margin: 0;
	color: #4A80C1;
}

.section_5 .content .text_area .text_area_inner .link_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
}

.section_5 .content .text_area .text_area_inner .link_wrap .link {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 18px 24px;
    background-color: #124B8F;
    border-radius: 80px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.section_5 .content .text_area .text_area_inner .link_wrap .link_1 {
	flex: 3;
}

.section_5 .content .text_area .text_area_inner .link_wrap .link_2 {
	flex: 7;
}

.section_5 .content .text_area .text_area_inner .link_wrap .link img {
	width: auto;
    height: 1.5rem;
}

@media screen and (min-width: 768px) {
	.section_5 {
		background-size: 100%;
	}

	.section_5 .section_inner {}

	.section_5 .section_container_inner {}

	.section_5 .heading_area {}

	.section_5 .heading_1 {
		width: 25%;
		margin: 0 auto 0 5%;
	}

	.section_5 .content {
		position: relative;
		flex-direction: row-reverse;
		gap: 24px;
		width: 80%;
		margin: 0 0 0 auto;
	}

	.section_5 .content:not(:first-of-type)::before {
		left: -15%;
	}

	.section_5 .content .img_area {
		flex: 3;
	}

	.section_5 .content .img_area .nom {
		position: absolute;
		top: 50%;
		left: -335%;
		transform: translate(0, -50%);
	}

	.section_5 .content .text_area {
		flex: 7;
	}

	.section_5 .content .text_area .text_area_inner {
		gap: 12px;
	}

	.section_5 .content .text_area .text_area_inner .text {}

	.section_5 .content .text_area .text_area_inner .text_1 {
		text-align: left;
	}

	.section_5 .content .text_area .text_area_inner .text_2 {}

	.section_5 .content .text_area .text_area_inner .link_wrap .link {
		padding: 12px 12px;
	}

	.section_5 .content .text_area .text_area_inner .link_wrap .link_1 {
		flex: 5;
	}

	.section_5 .content .text_area .text_area_inner .link_wrap .link_2 {
		flex: 5;
	}
}

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

	.section_5 .content .img_area {
		flex: 4;
	}

	.section_5 .content .img_area .nom {
		left: -230%;
		font-size: 8.4rem;
	}

	.section_5 .content .text_area {
		flex: 6;
	}

	.section_5 .content .text_area .text_area_inner {
		gap: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .section_inner {
		padding: 5% 0;
	}

	.section_5 .heading_1 {
		width: 20%;
		margin: 0 auto 0 5%;
	}

	.section_5 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_5 .content_wrap {
		width: 70%;
	}

	.section_5 .content {
		gap: 72px;
	}

	.section_5 .content .img_area {
		flex: 3;
	}

	.section_5 .content .img_area .nom {
		left: -355%;
	}

	.section_5 .content .text_area {
		flex: 7;
	}

	.section_5 .content .text_area .text_area_inner .text_1 {
		font-size: 1.875rem;
	}

	.section_5 .content .text_area .text_area_inner .text_2 {
		font-size: 1.25rem;
	}

	.section_5 .content .text_area .text_area_inner .link_wrap .link {
		font-size: 1.25rem;
	}

	.section_5 .content .text_area .text_area_inner .link_wrap .link img {
		height: 1.5625rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_5 .heading_1 .sub {
		font-size: 2.5rem;
	}

	.section_5 .content {
		gap: 96px;
		/* width: 70%; */
	}

	.section_5 .content .img_area .nom {
		/* left: -430%; */
		font-size: 11.875rem;
	}

	.section_5 .content .text_area .text_area_inner {
		padding: 0 0 0 5%;
	}
}

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

.section_6 {
	background-color: #EFF3F4;
}

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

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

.section_6 .heading_area {
	padding: 0;
}

.section_6 .heading_1 {
	width: 75%;
}

.section_6 .heading_1 .sub {}

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

.section_6 .content .text_area {
	width: 100%;
	margin: 0 auto 0;
}

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

.section_6 .content .text_area .text_area_inner .text {
	color: #041E3E;
}

.section_6 .content .text_area .text_area_inner .text_1 {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}

.section_6 .content .text_area .text_area_inner .text_2 {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
}

.section_6 .btn {
	margin: 0;
	background-color: #4A80C1;
	color: #EFF3F4;
}

@media screen and (min-width: 768px) {
	.section_6 {
		background-size: 100%;
	}

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

	.section_6 .section_container_inner {
		flex-direction: row;
		gap: 0;
	}

	.section_6 .img_area {
		flex: 5;
	}

	.section_6 .content_wrap {
		flex: 5;
	}

	.section_6 .heading_area {}

	.section_6 .heading_1 {
		width: 75%;
	}

	.section_6 .content {
		gap: 24px;
	}

	.section_6 .content .text_area {}

	.section_6 .content .text_area .text_area_inner {
		align-items: center;
		gap: 24px;
	}

	.section_6 .content .text_area .text_area_inner .text {}

	.section_6 .content .text_area .text_area_inner .text_1 {}

	.section_6 .content .text_area .text_area_inner .text_2 {}
}

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

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

	.section_6 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_6 .img_area {
		flex: 6;
	}

	.section_6 .content_wrap {
		flex: 4;
	}

	.section_6 .content {
		gap: 48px;
		width: 80%;
	}

	.section_6 .content .text_area .text_area_inner {
		gap: 48px;
	}

	.section_6 .content .text_area .text_area_inner .text_1 {
		font-size: 1.875rem;
	}

	.section_6 .content .text_area .text_area_inner .text_2 {
		font-size: 1.25rem;
	}

	.section_6 .btn {
		font-size: 1.25rem;
	}
}

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

	.section_6 .heading_1 .sub {
		font-size: 2.5rem;
	}

	.section_6 .content {
		gap: 60px;
	}
}

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

.section_7 {}

.section_7 .section_inner {
	padding: 0;
}

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

.section_7 .heading_area {
	padding: 0;
}

.section_7 .heading_1 {
	width: 75%;
}

.section_7 .heading_1 .sub {
	color: #EFF3F4;
}

.section_7 .content_wrap {
	width: 100%;
	background-color: #4A80C1;
}

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

.section_7 .content .text_area {
	width: 100%;
	margin: 0 auto 0;
}

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

.section_7 .content .text_area .text_area_inner .text {
	color: #fff;
}

.section_7 .content .text_area .text_area_inner .text_1 {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}

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

.section_7 .btn {
	width: 100%;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 500;
}

.section_7 .btn_1 {
	background-color: transparent;
	border: 1px #EFF3F4 solid;
	color: #EFF3F4;
}

.section_7 .btn_2 {
	background-color: #EFF3F4;
	color: #4A80C1;
}

.section_7 .btn img {
	width: auto;
	height: 1.8rem;
}

.section_7 .map {
    width: 100%;
}

.section_7 .map iframe {
    aspect-ratio: 9 / 16;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.section_7 {
		background-size: 100%;
	}

	.section_7 .section_inner {
		padding: 0;
	}

	.section_7 .section_container_inner {
		flex-direction: row;
		align-items: stretch;
		gap: 0;
	}

	.section_7 .content_wrap {
		flex: 5;
	}

	.section_7 .content {
		gap: 24px;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 10%;
	}

	.section_7 .heading_area {}

	.section_7 .heading_1 {
		width: 100%;
	}

	.section_7 .content .text_area {}

	.section_7 .content .text_area .text_area_inner {
		align-items: center;
		gap: 24px;
	}

	.section_7 .content .text_area .text_area_inner .text {}

	.section_7 .content .text_area .text_area_inner .text_1 {
		font-size: 1.25rem;
	}

	.section_7 .content .text_area .text_area_inner .text_2 {}

	.section_7 .map {
		flex: 5;
	}

	.section_7 .map iframe {
		aspect-ratio: unset;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_7 .content_wrap {
		aspect-ratio: 1 / 1;
	}

	.section_7 .content {
		padding: 10% 20%;
	}

	.section_7 .map {
		aspect-ratio: 1 / 1;
	}
}

@media screen and (min-width: 1440px) {
	.section_7 .heading_1 .sub {
		font-size: 1.85rem;
	}

	.section_7 .content {
		gap: 48px;
	}

	.section_7 .content .text_area .text_area_inner {
		gap: 48px;
	}

	.section_7 .btn_wrap {
		gap: 24px;
	}

	.section_7 .btn {
		font-size: 2.4rem;
	}

	.section_7 .btn img {
		height: 2.4rem;
	}
}

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

	.section_7 .heading_1 .sub {
		font-size: 2.5rem;
	}

	.section_7 .content {
		gap: 60px;
	}

	.section_7 .btn_1 {
		font-size: 3.6rem;
	}

	.section_7 .btn_1 img {
		height: 3.6rem;
	}

	.section_7 .btn_2 {
		font-size: 2.4rem;
	}

	.section_7 .btn_2 img {
		height: 2.4rem;
	}
}

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