@charset "utf-8";



/* mv
===================================== */
.mv {
	position: relative;
	width: 100%;
	height: 300px;
	background: url(./images/mv_pc.jpg) no-repeat center center / cover;
}
.mv_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.mv_title {
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
}
.section_title {
	position: absolute;
	bottom: 0;
	left: 20px;
	font-size: 130px;
	font-size: clamp(7rem, 0.143rem + 6.696vw, 13rem);
	letter-spacing: normal;
	line-height: .7;
	font-family: "EB Garamond", serif;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.mv {
		background: url(./images/mv_sp.jpg) no-repeat center center / cover;
	}
	.section_title {
		font-size: 58px;
		left: 10px;
	}
}

/* main_area
===================================== */
.main_area {
	padding-top: 120px;
	padding-bottom: 120px;
}
.outline_contents + .outline_contents {
	margin-top: 60px;
}
.contents_area .inner {
	max-width: 1000px;
}
.contents_title_wrap {
	text-align: center;
}
.contents_area .section_title {
		display: inline-block;
}
.outline_contents_title {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}
table , td, th {
	border: 1px solid #e0d6d6;
	border-collapse: collapse;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
}
td, th {
	padding: 10px 20px;
}
table {
	width: 100%;
}
th {
	background: #f3f1ed;
	border-right: none;
	width: 300px;
	text-align: left;
	vertical-align: top;
}
td {
	width: calc(100% - 300px);
	border-left: none;
}
.update_wrap {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}
.update_item {
	font-size: 16px;
	text-align: right;
	display: flex;
	justify-content: end;
	column-gap: 6px;
}


@media only screen and (max-width:768px) {
	.main_area {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.outline_contents_title {
		font-size: 16px;
		margin-bottom: 12px;
	}
	td, th {
		font-weight: 400;
		padding: 14px 20px;
		line-height: 1.6;
	}
	th {
		border: none;
		display: block;
		width: calc(100% - 40px);
	}
	td {
		border: none;
		display: block;
		width: calc(100% - 40px);
		padding-left: 20px;
	}
}
