@charset "UTF-8";
.intro {
	min-height: 100dvh;
	padding: 290px 0 450px;
	position: relative;
}
.intro_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	font-size: 22px;
	text-align: center;
	line-height: 1.9;
}
.intro_slide {
	position: absolute;
	width: 100%;
	overflow: hidden;
	bottom: -80px;
}
.intro_slide_wrap {
	display: flex;
	width: max-content;
}
.intro_slide_cnt {
	display: flex;
	gap: 30px;
	padding-right: 30px;
	animation: slide 20s linear infinite;
}
@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.intro_slide_cnt figure {
}
.intro_slide_cnt figure img {
}
.info {
	padding: 220px 0 90px;
	background: #000000;
}
.info_wrap {
}
.info_hd {
}
.info_tbl {
}
.info_tbl dl {
	display: flex;
	border-top: #6f6f6f 1px solid;
}
.info_tbl dl:last-child {
	border-bottom: #6f6f6f 1px solid;
}
.info_tbl dl dt {
	flex-shrink: 0;
	width: 240px;
	padding: 24px 20px;
}
.info_tbl dl dd {
	width: calc(100% - 240px);
	padding: 24px 0;
}
.info_tbl dl dd ul {
	padding-left: 19px;
	list-style-type: disc;
	line-height: 2;
}
.info_tbl dl dd ul li {
}
.info_tbl dl dd ul li::marker {
	color: #126db7;
}
.access {
	padding: 85px 0;
}
.access_wrap {
}
.access_cnt {
	flex-shrink: 0;
}
.access_hd {
	width: 130px;
	border-bottom: 1px solid #6f6f6f;
	margin-bottom: 70px;
}
.access_detail {
}
.access_detail_wrap {
	display: flex;
	justify-content: space-between;
	gap: 90px;
	margin-bottom: 40px;
}
.access_detail_wrap:last-child {
	margin-bottom: 0;
}
.access_detail_cnt {
}
.access_detail_hd {
	font-size: 25px;
	margin-bottom: 30px;
}
.access_detail_cnt {
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.access_detail_cnt dl {
	display: flex;
	gap: 14px;
}
.access_detail_cnt dl dt {
	width: 30px;
	flex-shrink: 0;
}
.access_detail_cnt dl dd {
}
.access_map {
	width: -webkit-fill-available;
	max-width: 760px;
}
.access_map iframe {
	width: 100%;
}
.staff {
	padding: 85px 0;
}
.staff_wrap {
}
.staff_hd {
}
.staff_img {
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 768px) {
	.intro {
		min-height: unset;
		padding: 40px 0 120px;
	}
	.intro_wrap {
		font-size: 16px;
		text-align: start;
	}
	.intro_slide {
		bottom: -30px;
	}
	.intro_slide_wrap {
	}
	.intro_slide_cnt {
		gap: 15px;
	}
	.intro_slide_cnt figure {
		width: 200px;
	}
	.intro_slide_cnt figure img {
	}
	.info {
		padding: 80px 0 60px;
	}
	.info_wrap {
	}
	.info_hd {
	}
	.info_tbl {
	}
	.info_tbl dl {
		padding: 20px 10px;
		flex-flow: column;
		gap: 5px;
	}
	.info_tbl dl:last-child {
	}
	.info_tbl dl dt {
		width: fit-content;
		padding: 0;
	}
	.info_tbl dl dd {
		width: fit-content;
		padding: 0;
	}
	.info_tbl dl dd ul {
	}
	.info_tbl dl dd ul li {
	}
	.info_tbl dl dd ul li::marker {
	}
	.access {
		padding: 49px 0;
	}
	.access_wrap {
	}
	.access_cnt {
	}
	.access_hd {
		margin-bottom: 30px;
	}
	.access_detail {
	}
	.access_detail_hd {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.access_detail_wrap {
		flex-flow: column;
		gap: 20px;
	}
	.access_detail_wrap:last-child {
		margin-bottom: 0;
	}
	.access_detail_cnt {
		gap: 0;
	}
	.access_detail_cnt dl {
	}
	.access_detail_cnt dl dt {
	}
	.access_detail_cnt dl dd {
	}
	.access_map {
		height: 300px;
	}
	.access_map iframe {
		height: 100%;
	}
	.staff {
	}
	.staff_wrap {
	}
	.staff_hd {
	}
	.staff_img {
	}
}
