@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	background-image: url(../img/bg_sp.png);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 16px 8px;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

a :hover{
	cursor: pointer;
}

.en {
	/* font-family: ; */
}

.inversion_x {
	transform: scale(-1, 1);
}

.inversion_y {
	transform: scale(1, -1);
}

@media screen and (min-width: 768px) {
	body {
		background-image: url(../img/bg_pc.png);
		background-repeat: repeat;
		background-size: contain;
	}
}

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

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

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

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

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 2.5%;
	background-color: transparent;
	/* background-color: rgba(245, 245, 245, 0.5); */
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

.header.scrolled {
	background-color: #007cef;
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
}

.header_inner_1 {
	width: 100%;
	height: 100%;
}

.header_logo {
	display: block;
	width: 60%;
}

.header_logo picture,
.header_logo img {
	display: block;
	width: 100%;
	height: auto;
    max-width: 100%;
    max-height: 100%;
}

.header_link img {
	display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: auto;
		padding: 0;
		/* background-color: rgba(243, 241, 245, 0.93); */
	}

	.header.scrolled {
		background-color: #007cef;
	}

	.header_inner {
		flex-direction: column-reverse;
		gap: 12px;
		padding: 12px;
	}

	.header_inner_1 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
		width: 100%;
	}

	.header_logo {
		position: absolute;
		width: 35%;
		margin: 0;
		background-color: transparent;
	}

	.header_logo picture,
	.header_logo img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
	}

	.header_content_inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_btn {
		width: 40%;
	}

	.header_btn_inner {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.header_list {
		width: max-content;
	}

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

	.header_list_inner li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_inner li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.8rem;
		font-weight: 500;
		color: #fff;
	}

	.header_list_inner li a::after {
		/* content: "";
		position: absolute;
		bottom: -4px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 16px;
		height: 2px;
		background-color: #041E3E; */
	}

	.header_list_inner li a span {
		line-height: 1;
	}

	.header_list_inner li a span:nth-of-type(1) {
		font-size: 0.8em;
		color: #00b9ef;
	}

	.header_list_inner li:nth-of-type(1) a span:nth-of-type(1) {
		color: #fff;
	}

	.header_list_inner li a span:nth-of-type(2) {
		color: #fff;
	}

	.header_text {
		font-size: 0.6rem;
	}

	.header_contact {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 12px;
		width: 35%;
		height: auto;
	}

	.header_contact .link {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 4px;
		width: 100%;
		padding: 2.5% 5%;
		background-color: #124B8F;
		border-radius: 80px;
		font-size: 0.6rem;
		line-height: 1;
		color: #fff;
	}

	.header_contact .link_1 {}

	.header_contact .link_2 {}

	.header_contact .link img {
		width: auto;
		height: 0.6rem;
	}
}

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

	.header_logo {
		width: 30%;
	}

	.header_btn {
		width: 30%;
	}

	.header_list_inner {
		gap: 36px;
	}

	.header_list_inner li {}

	.header_list_inner li a {
		font-size: 1rem;
	}

	.header_text {
		font-size: 0.8rem;
	}

	.header_contact .link {
		gap: 8px;
		font-size: 0.8rem;
	}

	.header_contact .link img {
		height: 0.8rem;
	}
}

@media screen and (min-width: 1440px) {
	.header_inner {
		padding: 12px 24px;
	}

	.header_logo {
		width: 30%;
	}

	.header_list_inner {
		gap: 24px;
	}

	.header_list_inner li a {
		gap: 8px;
		font-size: 1.2rem;
	}

	.header_text {
		font-size: 1.2rem;
	}

	.header_contact {
		gap: 24px;
	}

	.header_contact .link {
		gap: 12px;
		font-size: 1rem;
	}

	.header_contact .link img {
		height: 1rem;
	}
}

@media screen and (min-width: 1920px) {
	.header_list_inner {
		gap: 60px;
	}

	.header_contact .link {
		font-size: 1.2rem;
	}

	.header_contact .link img {
		height: 1.2rem;
	}
}

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

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

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

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

.fv_1 .video_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.fv_1 .video_area video {
	width: auto;
	height: 100%;
	/* aspect-ratio: 1920 / 1080; */
}

.fv_1 .fv_text_1 {
	position: absolute;
	z-index: 1;
	top: 22.5%;
	left: 50%;
	transform: translate(-50%, 0);
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	text-align: left;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.25);
}

.fv_1 .fv_text_2 {
	position: absolute;
	z-index: 1;
	top: 67.5%;
	left: 50%;
	transform: translate(-50%, 0);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	text-align: center;
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);
}

.fv_1 .fv_text > * {
	display: block;
}

.fv_1 .fv_text_1 > * {
	font-size: 1em;
}

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

.fv_1 .fv_text_2 > *:nth-of-type(2) {
	font-size: 0.75em;
}

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

	.fv_1 .section_inner {}

	.fv_1 .section_container {}

	.fv_1 .video_area {
		aspect-ratio: 1920 / 1080;
	}

	.fv_1 .video_area video {}

	.fv_1 .fv_text_1 {
		top: 35%;
		font-size: 4.4rem;
	}

	.fv_1 .fv_text_2 {
		top: 50%;
		font-size: 1.9rem;
	}

	.fv_1 .fv_text > * {}

	.fv_1 .fv_text_1 > * {
		font-size: 1em;
	}

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

	.fv_1 .fv_text_2 > *:nth-of-type(2) {
		font-size: 0.7em;
	}
}

@media screen and (min-width: 1280px) {
	.fv_1 .fv_text_1 {
		top: 30%;
		font-size: 7.3rem;
	}

	.fv_1 .fv_text_2 {
		top: 46%;
		gap: 36px;
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1440px) {
	.fv_1 .fv_text_1 {
		top: 27.5%;
		font-size: 8.2rem;
	}

	.fv_1 .fv_text_2 {
		top: 44%;
		gap: 48px;
		font-size: 3.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.fv_1 .fv_text_1 {
		font-size: 11rem;
	}

	.fv_1 .fv_text_2 {
		gap: 60px;
		font-size: 4.8rem;
	}
}

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

.fv_2 {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

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

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

.fv_2 .fv_text {
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

.fv_2 .fv_text * {
	display: block;
	line-height: 1;
}

.fv_2 .fv_text_1 {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 120%;
	font-size: 2.15rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.5);
}

.fv_2 .fv_text_2 {
	position: absolute;
	z-index: 0;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 1);
}

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

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

.fv_2 .band {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	width: 100%;
	height: 100%;
}

.fv_2 .band::before {
    content: "";
    position: absolute;
    top: auto;
	bottom: 50px;
	left: auto;
    right: 0;
    width: 150%;
    height: 60px;
    background-color: #007cef;
    transform: rotate(-45deg);
    transform-origin: top right;
}

@media screen and (min-width: 768px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .fv_text {}

	.fv_2 .fv_text * {}

	.fv_2 .fv_text_1 {
		top: auto;
		bottom: 17.5%;
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		font-size: 4.4rem;
	}

	.fv_2 .fv_text_2 {
		top:auto;
		bottom: 0;
		left: 10%;
		right: auto;
		transform: translate(0, 5%);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 12px;
		font-size: 2rem;
	}

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

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

	.fv_2 .band {}

	.fv_2 .band::before {
		height: 80px;
		transform: rotate(-45deg);
	}
}

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

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .fv_text {}

	.fv_2 .fv_text * {}

	.fv_2 .fv_text_1 {
		font-size: 7.2rem;
	}

	.fv_2 .fv_text_2 {
		font-size: 3.8rem;
	}

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

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

	.fv_2 .band {}

	.fv_2 .band::before {
		bottom: 90px;
		height: 130px;
	}
}

@media screen and (min-width: 1440px) {
	.fv_2 .fv_text_1 {
		font-size: 8.2rem;
	}

	.fv_2 .fv_text_2 {
		font-size: 4.2rem;
	}

	.fv_2 .band::before {
		bottom: 100px;
		height: 150px;
	}
}

@media screen and (min-width: 1920px) {
	.fv_2 .fv_text_1 {
		font-size: 10.9rem;
	}

	.fv_2 .fv_text_2 {
		font-size: 5.8rem;
	}

	.fv_2 .band::before {
		bottom: 130px;
		height: 200px;
	}
}

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

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

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

.section_1 .section_container {
	width: 100%;
}

.section_1 .section_container_inner {
	width: 100%;
}

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

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

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

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

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

.section_floating {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.section_floating .section_inner {
	padding: 0;
}

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

.section_floating .flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	width: auto;
	height: auto;
}

.section_floating .flex .link img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

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

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

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

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

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

.heading_area {
	width: 100%;
}

.heading {
	position: relative;
	width: max-content;
	margin: 0 auto 0;
	padding: 0;
}

.heading > * {
	display: block;
	width: max-content;
	margin: 0;
	padding: 0;
	line-height: 1;
	/* letter-spacing: 0.1em; */
}

.heading p,
.heading span {
	display: block;
	width: max-content;
	line-height: 1;
}

.heading_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	gap: 12px;
	margin: 0 auto 0 0;
	font-size: 2rem;
}

.heading_1 .main {
	width: max-content;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	color: #007cef;
}

.heading_1 .main picture,
.heading_1 .main img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

.heading_1 .sub {
	text-align: center;
	font-size: 0.75em;
	line-height: 1;
}

.heading_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	max-width: 100%;
	font-size: 4rem;
}

.heading_2 .main {
	font-size: 1em;
	font-weight: 200;
	color: #4A80C1;
}

.heading_2 .sub {
	position: relative;
	text-align: center;
	font-size: 0.3em;
	color: #000;
}

.heading_2 .sub::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 12px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.heading_2 .sub span {
	
}

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

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

	.heading_2 {
		
	}
}

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

	.heading_2 {
		
	}
}

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

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

.band {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    bottom: -5vw;
    right: 0;
	z-index: 0;
}

.band::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 150%;
    height: 60px;
    background-color: #007cef;
    transform: rotate(45deg);
    transform-origin: top left;
}

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

.btn {
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto;
	padding: 12px 36px;
	background-color: #fff;
	border-radius: 60px;
	font-weight: 700;
	color: #ccc; */
}

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

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

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

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

.map {
    /* width: 100%; */
}

.map iframe {
    /* width: 100%;
    height: auto;
	aspect-ratio: 1 / 1; */
}

@media screen and (min-width: 768px) {
	.map iframe {
		/* aspect-ratio: 2 / 1; */
	}
}

@media screen and (min-width: 1280px) {
	.map iframe {
		/* aspect-ratio: 3 / 1; */
	}
}

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

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

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

.section_contact {
	background-image: url(../img/top_contact_bg_sp.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.section_contact .section_inner {
	padding: 0;
}

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

.section_contact .heading_1 {
	align-items: center;
	gap: 8px;
	margin: 0 auto;
}

.section_contact .heading_1 .main {
	width: auto;
	height: 48px;
	font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.25);
}

.section_contact .heading_1 .main img {
	width: auto;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.section_contact .heading_1 .sub {
	font-size: 1.5rem;
	color: #fff;
}

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

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

.section_contact .content .flex_1 {
	gap: 24px;
}

.section_contact .content .flex_2 {
	gap: 24px;
}

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

.section_contact .content .flex .text_area .text {
	text-align: center;
	color: #fff;
}

.section_contact .img {
	display: block;
}

.section_contact .content .flex .img_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 80%;
}

.section_contact .content .flex .img_area .img {
	width: 100%;
}

.section_contact .content .flex_1 .img {
	width: 100%;
}

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

	.section_contact .section_inner {}

	.section_contact .section_container_inner {}

	.section_contact .heading_1 {}

	.section_contact .heading_1 .main {}

	.section_contact .heading_1 .sub {}

	.section_contact .content {}

	.section_contact .content .flex {}

	.section_contact .content .flex_1 {}

	.section_contact .content .flex_2 {}

	.section_contact .content .flex .text_area {}

	.section_contact .content .flex .text_area .text {}

	.section_contact .img {}

	.section_contact .content .flex .img_area {
		width: 45%;
	}

	.section_contact .content .flex .img_area .img {}

	.section_contact .content .flex_1 .img {
		width: 45%;
	}
}

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

	.section_contact .section_inner {}

	.section_contact .section_container_inner {
		position: relative;
	}

	.section_contact .heading_area {
		position: absolute;
		top: 0;
		left: 0;
		width: max-content;
		height: 100%;
		border-right: 8px #fff solid;
	}

	.section_contact .heading_1 {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
		width: 100%;
		height: 100%;
		padding: 10% 10% 10% 0;
		margin: 0;
	}

	.section_contact .heading_1 .main {
		width: auto;
		height: 100%;
	}

	.section_contact .heading_1 .sub {
		font-size: 2rem;
		writing-mode: vertical-rl;
	}

	.section_contact .content {}

	.section_contact .content .flex {}

	.section_contact .content .flex_1 {}

	.section_contact .content .flex_2 {}

	.section_contact .content .flex .text_area {}

	.section_contact .content .flex .text_area .text {}

	.section_contact .img {}

	.section_contact .content .flex .img_area {
		flex-direction: row;
		width: 50%;
	}

	.section_contact .content .flex .img_area .img {}

	.section_contact .content .flex_1 .img {
		width: 35%;
	}
}

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

	.section_contact .section_inner {}

	.section_contact .section_container_inner {}

	.section_contact .heading_area {}

	.section_contact .heading_1 {}

	.section_contact .heading_1 .main {}

	.section_contact .heading_1 .sub {
		font-size: 2.8rem;
	}

	.section_contact .content {
		gap: 120px;
	}

	.section_contact .content .flex {}

	.section_contact .content .flex_1 {
		gap: 72px;
	}

	.section_contact .content .flex_2 {}

	.section_contact .content .flex .text_area {
		gap: 24px;
	}

	.section_contact .content .flex .text_area .text {
		font-size: 1.125rem;
	}

	.section_contact .img {}

	.section_contact .content .flex .img_area {
		gap: 120px;
	}

	.section_contact .content .flex .img_area .img {}

	.section_contact .content .flex_1 .img {}
}

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

	.section_contact .section_inner {}

	.section_contact .section_container_inner {}

	.section_contact .heading_area {}

	.section_contact .heading_1 {}

	.section_contact .heading_1 .main {}

	.section_contact .heading_1 .sub {
		font-size: 3.2rem;
	}

	.section_contact .content {}

	.section_contact .content .flex {}

	.section_contact .content .flex_1 {}

	.section_contact .content .flex_2 {}

	.section_contact .content .flex .text_area {}

	.section_contact .content .flex .text_area .text {}

	.section_contact .img {}

	.section_contact .content .flex .img_area {}

	.section_contact .content .flex .img_area .img {}

	.section_contact .content .flex_1 .img {}
}

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

.section_map {
	
}

.section_map .section_inner {
	padding: 0;
}

.section_map .section_container {
	
}

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

.section_map .map {
    width: 100%;
}

.section_map .map iframe {
    width: 100%;
    height: auto;
	aspect-ratio: 1 / 1;
}

@media screen and (min-width: 768px) {
	.section_map .map iframe {
		aspect-ratio: 2 / 1;
	}
}

@media screen and (min-width: 1280px) {
	.section_map .map iframe {
		aspect-ratio: 3 / 1;
	}
}

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

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

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

.footer {}

.footer_inner {
	padding: 0;
}

.footer_container_inner {}

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

.footer .content_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 20% 0 20%;
}

.footer .content_2 {
	width: 100%;
	padding: 20% 0 20%;
}

.footer table {
	width: 90%;
}

.footer table tr {
	
}

.footer table tr th,
.footer table tr td {
	display: block;
	border: 0;
	border-bottom: 1px #afbac3 solid;
}

.footer table tr th {
	
}

.footer table tr td {
	
}

.footer table tr th div {

}

.footer table tr th span {
	
}

.footer table tr td div {
	
}

.footer table tr td span {
	
}

.footer .map {
	width: 100%;
}

.footer .map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}

.footer .logo {
	display: block;
	width: 90%
}

.footer .logo picture,
.footer .logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 36px 12px;
	width: fit-content;
	max-width: 90%;
	margin: 0 auto;
}

.footer .list li {
	position: relative;
	width: 30%;
}

.footer .list li a {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	line-height: 1;
}

.footer .list li a span:nth-of-type(1) {
	font-size: 0.8em;
	color: #00b9ef;
}

.footer .list li:nth-of-type(1) a span:nth-of-type(1) {
	font-size: 1rem;
	color: #333;
}

.footer .text {
	text-align: center;
	font-size: 1rem;
}

.copyright {
	width: 100%;
	padding: 2.5% 5%;
	background-color: #2d3d73;
	text-align: center;
	color: #fff;
}

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

	.footer_inner {}

	.footer_container_inner {}

	.footer .content_1 {
		padding: 5% 0;
	}

	.footer .content_2 {
		padding: 5% 0;
	}

	.footer table {
		width: 50%;
	}

	.footer table tr {}

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

	.footer table tr th {}

	.footer table tr td {}

	.footer table tr th div {}

	.footer table tr th span {}

	.footer table tr td div {}

	.footer table tr td span {}

	.footer .map {}

	.footer .map iframe {}

	.footer .logo {
		width: 50%;
	}

	.footer .logo picture,
	.footer .logo img {}

	.footer .list {}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a span:nth-of-type(1) {}

	.footer .list li:nth-of-type(1) a span:nth-of-type(1) {}

	.footer .text {}

	.copyright {}
}

@media screen and (min-width: 1280px) {
	.footer .flex {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.footer .content_1 {
		gap: 48px;
		height: max-content;
		padding: 5% 0;
	}

	.footer .content_2 {}

	.footer table {
		width: 70%;
	}

	.footer table tr {}

	.footer table tr th,
	.footer table tr td {
		display: table-cell;
	}

	.footer table tr th {
		padding-left: 0;
	}

	.footer table tr td {
		padding-right: 0;
	}

	.footer table tr th div {}

	.footer table tr th span {}

	.footer table tr td div {}

	.footer table tr td span {}

	.footer .map {}

	.footer .map iframe {
		aspect-ratio: auto;
	}

	.footer .logo {
		width: 70%;
	}

	.footer .logo picture,
	.footer .logo img {}

	.footer .list_wrap {
		width: max-content;
		max-width: 90%;
	}

	.footer .list {
		flex-wrap: nowrap;
		gap: 36px;
		max-width: none;
		margin: 0 auto;
	}

	.footer .list li {}

	.footer .list li a {
		gap: 12px;
	}

	.footer .list li a span:nth-of-type(1) {}

	.footer .list li:nth-of-type(1) a span:nth-of-type(1) {}

	.footer .text {}

	.copyright {}
}

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

	.footer .content_1 {}

	.footer .content_2 {}

	.footer table {}

	.footer table tr {}

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

	.footer table tr th {}

	.footer table tr td {}

	.footer table tr th div {}

	.footer table tr th span {}

	.footer table tr td div {}

	.footer table tr td span {}

	.footer .map {}

	.footer .map iframe {}

	.footer .logo {}

	.footer .logo picture,
	.footer .logo img {}

	.footer .list_wrap {}

	.footer .list {}

	.footer .list li {}

	.footer .list li a {
		font-size: 1.125rem;
	}

	.footer .list li a span:nth-of-type(1) {}

	.footer .list li:nth-of-type(1) a span:nth-of-type(1) {}

	.footer .text {}

	.copyright {}
}

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