@charset "utf-8";

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

.section_1 {}

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

.section_1 .wrap {
	gap: 24px;
}

.section_1 .content_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content {}

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

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

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

.section_1 .content_wrap .content_1 .item_wrap .item {
	text-align: center;
}

.section_1 .content_wrap .content_1 .item_wrap .item_1 {
	font-size: 1.25rem;
}

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

.section_1 .content_wrap .content_2 .item_wrap .item .table {
	width: 100%;
}

.section_1 .content_wrap .content_2 .item_wrap .item .table tr th,
.section_1 .content_wrap .content_2 .item_wrap .item .table tr td {
	display: block;
	border: 0;
	border-bottom: 1px #ffffff solid;
}

.section_1 .content_wrap .content_2 .item_wrap .item .table tr th {}

.section_1 .content_wrap .content_2 .item_wrap .item .table tr td {}

.section_1 .content_wrap .content_2 .item_wrap .item .table tr th div p,
.section_1 .content_wrap .content_2 .item_wrap .item .table tr td div p {
	width: max-content;
	max-width: 100%;
	margin: 0 auto 0 0;
}

.section_1 .content_wrap .content_2 .item_wrap .item .table tr th div p.txt_r,
.section_1 .content_wrap .content_2 .item_wrap .item .table tr td div p.txt_r {
	text-align: right;
}

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

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		justify-content: space-between;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 {
		align-items: flex-start;
		/* width: calc((100% - (24px * 1)) * 0.6); */
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 {
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .table {
		width: max-content;
		max-width: 100%;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .table tr th,
	.section_1 .content_wrap .content_2 .item_wrap .item .table tr td {
		display: table-cell;
		white-space: nowrap;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .table tr th {
		width: 25%;
		padding-left: 0;
		padding-right: 24px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .table tr td {
		width: 75%;
		padding-right: 0;
	}
}

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

	.section_1 .content_wrap .content_1 .item_wrap .item {
		font-size: 1.125rem;
		line-height: 2;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item_1 {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .table tr th,
	.section_1 .content_wrap .content_2 .item_wrap .item .table tr td {
		font-size: 1.125rem;
	}
}

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

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

.section_2 {}

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

.section_2 .wrap {
	gap: 24px;
}

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

.section_2 .hd .card {
    width: 48px;
}

.section_2 .hd .text_wrap {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 12px;
	width: 100%;
    font-size: 2.4rem;
    color: #fff;
}

.section_2 .hd .text_wrap .text {
	line-height: 1;
}

.section_2 .hd .text_wrap .text_1 {
    width: 100%;
    text-align: center;
    font-size: 0.5em;
}

.section_2 .hd .text_wrap .text_2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
}

.section_2 .hd .text_wrap .text_2::before,
.section_2 .hd .text_wrap .text_2::after {
	content: "";
    position: absolute;
    top: 50%;
    width: 20%;
    height: 1px;
    background-color: #ffffff;
}

.section_2 .hd .text_wrap .text_2::before {
	left: 0;
    transform: translate(0, -50%);
}

.section_2 .hd .text_wrap .text_2::after {
	right: 0;
    transform: translate(0, -50%);
}

.section_2 .content_wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.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_1 .item_wrap {
	width: max-content;
	max-width: 100%;
}

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

.section_2 .content_wrap .content_1 .item_wrap {
	align-items: flex-start;
    gap: 12px;
}

.section_2 .content_wrap .content_1 .item_wrap .item img {
    width: 1rem;
	height: auto;
}

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

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

@media screen and (min-width: 768px) {
	.section_2 .hd .text_wrap .text_2::before,
	.section_2 .hd .text_wrap .text_2::after {
		width: 32.5%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .hd .text_wrap .text_2::before,
	.section_2 .hd .text_wrap .text_2::after {
		width: 37.5%;
	}

	.section_2 .content_wrap .content_1 .item_wrap {
		gap: 24px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .map {
		padding-top: 50%;
	}
}

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

	.section_2 .hd .text_wrap {
		font-size: 3.75rem;
	}

	.section_2 .hd .text_wrap .text_2::before,
	.section_2 .hd .text_wrap .text_2::after {
		width: 35%;
	}

	.section_2 .content_wrap {
		gap: 84px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item {
		gap: 24px;
		font-size: 1.125rem;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item img {
		width: 1.75rem;
	}
}

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

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