/* +++++++++intro+++++++++ */
.intro {
	padding-top: 74px;
	padding-bottom: 61px;
}
.intro .intro-content {
	margin-top: 20px;
}
.intro .intro-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	aspect-ratio: 355 / 320;
}
.intro .intro-detail {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.intro .detail-text p {
	font-size: 1.3rem;
	line-height: 2.2;
	letter-spacing: .04em;
	margin-top: 1em;
}
.intro .detail-text p:first-child {
	margin-top: 0;
}
.intro .sign {
	margin-top: 45px;
}
.intro .greeting {
	font-size: 1.2rem;
	line-height: 2.2;
	letter-spacing: .08em;
}
.intro .caption {
	width: 205px;
	margin-top: 4px;
}
.intro .caption img {
	display: block;
	width: 100%;
}



@media only screen and (min-width: 769px) {
	.intro {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.intro .intro-content {
		display: flex;
		column-gap: 60px;
		max-width: 1200px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.intro .intro-pic {
		flex: 1;
	}
	.intro .intro-pic img {
		aspect-ratio: 460 / 600;
	}
	.intro .intro-detail {
		width: 680px;
		margin-top: 0;
	}
	.intro .detail-text p {
		font-size: 1.5rem;
		letter-spacing: .08em;
	}
	.intro .sign {
		align-self: flex-end;
	}
	.intro .caption {
		margin-top: 20px;
	}
}

/* +++++++++history+++++++++ */
.history {
	/*background-color: var(--color01);*/
	padding-top: 74px;
	padding-bottom: 61px;
}
.history .history-list,
.osusume .osusume-list {
	max-width: 1200px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.history .history-list li {
	border-top: 1px solid var(--color08);
	padding: 16px 0;
}
.history .history-list li:last-child {
	border-bottom: 1px solid var(--color08);
}
.history .history-list dt {
	color: var(--color01);
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .08em;
}
.history .history-list dd {
	/*color: #fff;*/
	font-size: 1.6rem;
	line-height: 1.8;
	margin-top: 10px;
	word-break: normal;
}



@media only screen and (min-width: 769px) {
	.history {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.history .history-list li {
		padding: 37px 0;
	}
	.history .history-list dl {
		display: flex;
		align-items: center;
	}
	.history .history-list dt {
		width: 280px;
		font-size: 3.6rem;
	}
	.history .history-list dd {
		flex: 1;
		font-size: 2rem;
		margin-top: 0;
	}
}

/* +++++++++access+++++++++ */
.access .access-contents-wrap {
	background-color: var(--color01);
	padding: 40px 30px 60px;
	max-width: 480px;
	width: 100%;
}
.access .access-wrap ul {
	margin-top: 25px;
	border-bottom: 1px solid var(--color04);
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
.access .access-wrap li {
	border-top: 1px solid var(--color04);
}
.access .access-wrap dl {
	display: flex;
	align-items: baseline;
	padding: 18px 0;
}
.access .access-wrap dt {
	width: 114px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
.access .access-wrap dd {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.access .access-wrap dd p {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .08em;
}
.access .access-wrap dd a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 1.4rem;
	border: 1px solid #fff;
	transition: .25s ease-out;
}
.access .access-wrap dd a::after {
	position: absolute;
	top: 50%;
	right: 12px;
	display: inline-block;
	width: 6px;
	height: 11px;
	background-image: url(../images/arrow01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	background-size: contain;
	transform: translateY(-50%);
}
.access .access-wrap dd a:hover {
	color: var(--color01);
	background-color: #fff;
	opacity: 1;
}
.access .access-wrap dd a:hover::after {
	background-image: url(../images/arrow02.svg);
}
.access .access-map {
	width: 100%;
}
.access .access-slider {
	overflow: hidden;
	width: 100%;
}
.access .access-slider-track {
	display: flex;
	width: max-content;
	animation: access-slide 50s linear infinite;
}
.access .access-slider ul{
	display: flex;
	flex-shrink: 0;
}
.access .access-slider li {
	width: 100px;
	aspect-ratio: 1 / 1;
}
.access .access-slider li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes access-slide {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}



@media only screen and (min-width: 769px) {
	.access .access-wrap {
		display: flex;
		flex-direction: row-reverse;
		min-height: 680px;
	}
	.access .access-contents-wrap {
		width: 41.666%;
		min-width: 600px;
		min-height: inherit;
		padding: 52px 60px 20px;
	}
	.access .access-wrap dt {
		width: 124px;
		font-size: 1.6rem;
	}
	.access .access-slider li {
		width: 240px;
	}
}



@media only screen and (max-width: 768px) {
	.access .access-contents-wrap {
		max-width: none;
	}
	.access .column {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}
	.access .access-map {
		height: 450px;
	}
}

/* +++++++++osusume+++++++++ */
.osusume {
	padding-top: 74px;
	padding-bottom: 80px;
}
.osusume .osusume-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	column-gap: 45px;
	row-gap: 20px;
}
.osusume .osusume-list li {
	width: 100%;
}
.osusume .osusume-list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 280px;
	padding: 0 15px;
}
.osusume .osusume-list li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 10, 30, .6);
	z-index: 0;
}
.osusume .osusume-list li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.osusume .osusume-list dl {
	position: relative;
	z-index: 1;
}
.osusume .osusume-list dt {
	color: #fff;
	font-size: 2.6rem;
	line-height: 2.2;
	letter-spacing: .08em;
	text-align: center;
}
.osusume .osusume-list dd p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: .04em;
	text-align: center;
}
.osusume .osusume-list dd span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .08em;
	border: 1px solid #fff;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	transition: .25s ease-out;
}
.osusume .osusume-list dd span::after {
	position: absolute;
	top: 50%;
	right: 12px;
	height: 11px;
	display: inline-block;
	width: 6px;
	background-image: url(../images/arrow01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	background-size: contain;
	transform: translateY(-50%);
	transition: .25s ease-out;
}
.osusume .osusume-list li:hover dd span {
	color: var(--color01);
	background-color: #fff;
}
.osusume .osusume-list li:hover dd span::after {
	background-image: url(../images/arrow02.svg);
}


@media only screen and (min-width: 769px) {
	.osusume {
		padding-top: 90px;
		padding-bottom: 120px;
	}
	.osusume .osusume-list li {
		width: calc((100% - 90px) / 3);
	}
	.osusume .osusume-list li a {
		min-height: 380px;
	}
	.osusume .osusume-list dt {
		font-size: 3.2rem;
	}
	.osusume .osusume-list dd p {
		font-size: 1.6rem;
		letter-spacing: .08em;
		margin-top: 5px;
	}
	.osusume .osusume-list dd span {
		margin-top: 45px;
	}
}