.p-base__item {
	display: flex;
	gap: min(5.3333333333vw, 4rem);
	flex-direction: column;
}

.p-base__item:not(:last-child) {
	margin-bottom: min(10.6666666667vw, 8rem);
}

.p-base__content .hline02 {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: min(2.6666666667vw, 2rem);
	margin-bottom: min(1.3333333333vw, 1rem);
}

.p-base__info .map {
	border-radius: min(2.6666666667vw, 2rem);
	height: min(50.1333333333vw, 37.6rem);
	overflow: hidden;
	position: relative;
}

.p-base__info .map::after {
	content: "";
	background: rgba(228, 228, 228, 0.5);
	filter: opacity(0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-base__info .map iframe {
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {

.p-base__item {
	flex-direction: row;
	gap: 7.5rem;
}

.p-base__item:not(:last-child) {
	margin-bottom: 8rem;
}

.p-base__content {
	flex: 1;
}

.p-base__content .hline02 {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.p-base__info {
	flex: 0 0 66rem;
	max-width: 66rem;
}

.p-base__info .map {
	border-radius: 2rem;
	flex: 0 0 66rem;
	max-width: 66rem;
	height: 36rem;
}

}

