@charset "utf-8";

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

.header_list_inner li .now.company::before {
	content: "";
}

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

.section_1 {}

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

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

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

.section_1 .item_wrap {
	gap: 24px;
	width: 90%;
}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .table_wrap {
	width: 100%;
	max-width: 640px;
}

.section_1 .table_wrap .table {
	width: 100%;
}

.section_1 .table_wrap .table tr {
	border-bottom: 1px #ffffff solid;
}

.section_1 .table_wrap .table tr th,
.section_1 .table_wrap .table tr td {}

.section_1 .table_wrap .table tr th {}

.section_1 .table_wrap .table tr:first-child th {
	padding-top: 0;
}

.section_1 .table_wrap .table tr th .flex {
	position: relative;
}

.section_1 .table_wrap .table tr th .flex:has(.small) {
	padding-bottom: 44px;
}

.section_1 .table_wrap .table tr th .flex .text {}

.section_1 .table_wrap .table tr th .flex .small {
	font-size: 0.875rem;
}

.section_1 .table_wrap .table tr th .flex .posi {
	position: absolute;
	bottom: 0;
	left: 0;
}

.section_1 .table_wrap .table tr td {}

.section_1 .table_wrap .table tr td .flex {}

.section_1 .table_wrap .table tr td .flex .text {}

.section_1 .map {
    width: 100%;
	max-width: 720px;
    height: auto;
    aspect-ratio: 5 / 4;
}

.section_1 .map iframe {
    width: 100%;
    height: 100%;
}

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

	.section_1 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_1 .table_wrap .table tr th,
	.section_1 .table_wrap .table tr td {
		vertical-align: top;
	}

	.section_1 .table_wrap .table tr th .flex:has(.small) {
		padding-bottom: 36px;
	}

	.section_1 .table_wrap .table tr th {
		width: 30%;
	}

	.section_1 .table_wrap .table tr:first-child th {
		padding: 16px 0;
		padding-top: 0;
		padding-right: 8px;
	}

	.section_1 .table_wrap .table tr th .flex .posi {
		white-space: nowrap;
	}

	.section_1 .table_wrap .table tr td {
		width: 70%;
	}

	.section_1 .table_wrap .table tr td .flex {
		align-items: flex-start;
	}

	.section_1 .table_wrap .table tr:first-child td {
		padding: 16px 0;
		padding-top: 0;
		padding-left: 8px;
	}

	.section_1 .map {
		aspect-ratio: 5 / 3;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content {
		gap: 96px;
	}

	.section_1 .item_wrap .item .item_inner {
		gap: 96px;
	}
}

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

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