#FV .fv-img {
	position: relative;
	background-image: url(../image/about/about_kv.webp);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: auto;
	/* aspect-ratio: 480/111; */
	overflow: hidden;
	aspect-ratio: 1600/240;
}

#FV .fv-img .bread-crumbs {

	position: absolute;
	/* top: 1vw; */
	top: 0.156vw;
	left: 10.57%;
	font-size: 0.81rem;
    display: flex;
    gap: 10px;
	margin-block: 1rem;
}

#FV .fv-img .bread-crumbs a {
	text-decoration: underline;
	text-underline-offset: 0.313vw;
	padding-bottom: 0.104vw;
	transition: all 0.3s;
}

#FV .fv-img .bread-crumbs a:hover {
	opacity: 0.5;
}

#FV .sp {
	display: none;
}

#FV .fv-img h1 {
	position: absolute;
	top: 42%;
	left: 10.57%;
	word-break: keep-all;
	font-size: clamp(24px, 2.5vw, 48px)
}

#FV .fv-img h1::first-letter {
	color: #b1000e;
}

#FV nav {
	box-shadow: 0 0.156vw 0 #f5f5f5;
}

#FV nav .nav-ul-pc {
	display: block;
}

#FV nav .nav-ul-sp {
	display: none;
}

#FV nav .nav-ul-pc {
	width: 78.2%;
	height: 3.75vw;
	margin: 0 auto;
	display: flex;
}

#FV nav .nav-ul-pc .nav-li {
	width: 33.3%;
	border-left: 0.052vw solid #f5f5f5;
}

#FV nav .nav-ul-pc .nav-li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#FV nav .nav-ul-pc .nav-li a img {
	position: absolute;
	left: 0.052vw;
	margin-left: 1.042vw;
	width: 1.198vw;
	aspect-ratio: 1/1;
}

#FV nav .nav-ul-pc .nav-li a p {
	font-size: 0.833vw;
	font-weight: bold;
	letter-spacing: -0.052vw;
	line-height: 1.2vw;
	text-align: center;
}

#FV nav .nav-ul-pc .nav-li a p span {
	font-size: 0.781vw;
}

#FV nav .nav-ul-pc .nav-li a:hover {
	color: #fff;
	background-color: #b1000e;
}

#FV nav .nav-ul-pc .nav-li:last-child {
	border-right: 0.052vw solid #f5f5f5;
}

#FV .fv-description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2.188vw 0;
	text-align: center;
}

#FV .fv-description p {
	font-size: 1.094vw;
	width: 80%;
	margin: 0 auto;
	line-height: 2.083vw;
}

#FV .fv-description img {
	margin: 1.771vw 0;
	width: 35%;
	height: auto;
	aspect-ratio: 1672/1636;
}

@media screen and (max-width: 768px) {
	#FV {
		padding: 100px 0 0 0 !important;
	}

	#FV .fv-img {
		position: relative;
		background-image: url(../image/about/about_kv.webp);
		/* width: 119%; */
		width: 100%;
		overflow: hidden;
		/* 枠からはみ出した部分を隠す */
		object-fit: cover;
		object-position: 50% 50%;
		/* 画像の中心を基準に表示 */
		background-repeat: no-repeat;
		/* 画像の繰り返しをしない */
		height: 120px;
		aspect-ratio: 480/111;
	}

	#FV .fv-img .bread-crumbs {
		position: absolute;
		top: -5px;
		left: 4.57%;
		font-size: 2.5vw;
	}

	#FV .fv-img .bread-crumbs a {
		text-decoration: underline;
		text-underline-offset: 6px;
		padding-bottom: 2px;
		transition: all 0.3s;
	}

	#FV .fv-img .bread-crumbs a:hover {
		opacity: 0.5;
	}

	#FV .sp {
		display: block;
	}

	#FV .fv-img h1 {
		position: absolute;
		top: 30%;
		left: 3.9%;
		word-break: keep-all;
		/* font-size: 39.5px; */
		font-size: 5.5vw;
	}

	#FV .fv-img h1::first-letter {
		color: #b1000e;
	}

	#FV nav {
		box-shadow: 0 3px 0 #f5f5f5;
	}

	#FV nav .nav-ul-pc {
		display: none;
	}

	#FV nav .nav-ul-sp {
		display: block;
	}

	#FV nav .nav-ul-sp {
		/* width: 78.2%; */
		width: 100%;
		/* height: 72px; */
		/* height: 15.5vw; */
		margin: 0 auto;
		display: flex;
	}

	#FV nav .nav-ul-sp .nav-li {
		width: 33.3%;
		border-left: 1px solid #f5f5f5;
	}

	#FV nav .nav-ul-sp .nav-li a {
		/* position: relative; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#FV nav .nav-ul-sp .nav-li a img {
		/* position: absolute; */
		left: 44%;
		/* bottom: -3.4vw; */
		bottom: -1.6vw;
		/* margin-left: 20px; */
		width: 3.5vw;
		aspect-ratio: 1 / 1;
		margin-bottom: 1vw;
	}

	#FV nav .nav-ul-sp .nav-li a p {
		/* font-size: 16px; */
		font-size: 2.5vw;
		font-weight: bold;
		letter-spacing: -1;
		line-height: 1.2rem;
		text-align: center;
		margin-bottom: 1vw;
	}

	#FV nav .nav-ul-sp .nav-li a p span {
		/* font-size: 2.6vw;
		line-height: 2.3rem; */
		font-size: 2.6vw;
		line-height: 1;
	}

	#FV nav .nav-ul-sp .nav-li:hover {
		background-color: #b1000e;

		a {
			color: #fff;
		}
	}

	#FV nav .nav-ul-sp .nav-li:last-child {
		border-right: 1px solid #f5f5f5;
	}

	#FV .fv-description {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		/* margin: 42px 0; */
		/* margin: 35px 0; */
		margin: 18px 0;
		text-align: center;
		padding: 0 3.8%;
	}

	#FV .fv-description p {
		font-size: 21px;
		/* width: 80%; */
		width: 100%;
		margin: 0 auto;
		line-height: 40px;
		text-align: justify;
	}

	#FV .fv-description img {
		/* margin: 34px 0;
		width: 35%; */
		/* margin: 16px 0; */
		margin: 1vw 0 4vw 0;
		width: 61%;
		height: auto;
		aspect-ratio: 1672/1636;
	}
}


main {
	max-width: 80%;
	margin: 0 auto;
	/* 横中央配置 */
	padding-top:40px;
	padding-bottom:40px;
	min-height: calc(100vh - 600px);
}

.Section p {
	font-size: 1rem;
}

.Section h2 {
	font-size: 24px;
	margin-top: 30px;
}

.Section .LinkListStyle1 li {
	font-size: 16px;
	color: #b1000e;
	position: relative;
	padding-right: 20px;
	/* 右側にスペースを確保 */
	/* li 内のリンクにも同じスタイルを適用したい場合は a にも指定する */
}

.Section .LinkListStyle1 li a {
	font-size: 16px;
	color: #b1000e;
	text-decoration: none;
	/* 必要に応じて */
}

.to-top {
	position: fixed;
	bottom: 5%;
	right: 2.5%;
	z-index: 100;
}

#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(3),
#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(4),
#maintenance .maintenance__wrapper .maintenance__contents li:nth-child(5) {
	height: 18.823vw;
}

.red-square {
	display: inline-block;
	width: 15px;
	/* 四角の幅 */
	height: 15px;
	/* 四角の高さ */
	background-color: #b1000e;
	vertical-align: middle;
	margin-right: 5px;
	/* 文字との間隔 */
	margin-top: -3px;
}

.Section h2 {
	font-size: 24px;
	margin-top: 30px;
}

.Section .LinkListStyle1 li {
	font-size: 16px;
	color: #b1000e;
	position: relative;
	padding-right: 20px;
	/* 右側にスペースを確保 */
	/* li 内のリンクにも同じスタイルを適用したい場合は a にも指定する */
}

.Section .LinkListStyle1 li a {
	font-size: 16px;
	color: #b1000e;
	text-decoration: none;
	/* 必要に応じて */
}

.company-info {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	padding: 20px;
	font-size:16px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

th {
	width: 30%;
	background-color: #f2f2f2;
}

/* レスポンシブ対応 */
@media screen and (max-width: 600px) {

	th,
	td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	th {
		width: 100%;
		text-align: left;
		background-color: transparent;
		background-color: #f2f2f2;
	}
}