* {
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	-ms-overflow-style: none;
	scrollbar-width: none;
}
/*
.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
*/
.page {
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	-ms-overflow-style: none; /* Edge */
	scrollbar-width: none; /* Firefox */
}
.page::-webkit-scrollbar {
	display: none; /* Chrome,Safari */
}


.slide {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background-size: cover;
	background-position: center;
}
section {
	width: 100%;
}

.pc_br {
	display: block;
	display: unset;
}
.sp_br {
	display: none;
}

img.pc {
	display: block;
}
img.sp {
	display: none;
}



/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* メインビジュアル */
.top-section{
	position: relative;
	height: 345px;
	overflow: hidden; /* はみ出し防止 */
}

.top-section .top-bg{
	position: absolute;
	inset: 0;              /* 上下左右すべて0で全面 */
	width: 100%;
	height: auto;
	object-fit: cover;     /* 画像をトリミングしてフィット */
	z-index: 0;
	border: none;

	top: 0;
	left: 0;
}

/* グラデーションは上に重ねる */
/* Figmaの2重グラデーションを重ねる（上に一様20%、下に横グラデ） */
.top-section::after{
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;  /* クリック透過 */
	z-index: 1;
	/* 先に書いた方が手前に来ます */
	background-image:
		linear-gradient(
			0deg, 
			rgba(0,0,0,0.2), 
			rgba(0,0,0,0.2)
		),
		linear-gradient(
			270deg,
			rgba(0,0,0,0)   0%,
			rgba(0,0,0,0.4) 28%,
			rgba(0,0,0,0.5) 56%,
			#000000         100%
		);
}


.top-section-inner {
	position: relative;
	padding: 114px 118px 57px 118px;
	z-index:2;
}


.top-title {
	color: #FFFFFF;

	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;

	margin-bottom: 0px;
}
.top-title-sub {
	color: #FFFFFF;

	font-family: Noto Sans JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 56px;
	leading-trim: NONE;
	line-height: 160%;
	letter-spacing: 0%;

}

.pankuzu-list {
	display: flex;
	width: 132px block;
	margin-bottom: 40px;
}

.pankuzu-unit {
	color: #fff;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 12px;
	leading-trim: NONE;
	line-height: 150%;
	letter-spacing: 0%;
}

.pankuzu-separator {
	position: relative;
	width: 24px;
	height: 18px;
}
.pankuzu-separator img{	
	margin: 0 auto;
	width: 10px;
	height: 16px;
	display: block;
}

/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
/* メインコンテンツ */
.inquiries-section {
	background-color: #F3F8FC;
	padding: 80px 164px 80px 164px;

}

.inquiries-section-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.link-list {
	--gap: 24px;
	gap: var(--gap);
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: stretch;
}

.link-list.top {
	margin-bottom: 0;
}

.link-card {
	background-color: #FFFFFF;
	border-radius: 4px;
	position: relative;
	flex: 1 1 calc((100% - var(--gap)) / 2);
	max-width: calc((100% - var(--gap)) / 2);
	
	height: auto;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
	min-height: 192px;
}
.link-card2 {
	background-color: #FFFFFF;
	border-radius: 4px;
	position: relative;
	flex: 1 1 100%;
	max-width: 100%;
	width: 100%;
	
	height: auto;
	text-decoration: none;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 0;
	min-height: 192px;
}

.link-card:hover,
.link-card:focus,
.link-card:active {
	text-decoration: none;
}

.card-content {
	
}

.card-content2 {
	
}

.card-title {
	color: #151515;
	text-align: center;

	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 24px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	margin: 0;
}

.card-title-sub {
	color: #151515;
	text-align: center;

	font-family: Noto Sans JP;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	margin-top: 8px;
}

.card-bottom {
	display: flex;
	align-items: center;
	position: relative;
	gap: 12px;
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 140%;
	letter-spacing: 0%;
	width: 100%;
	margin-top: 24px;
}

.card-bottom {
	font-family: Noto Sans JP;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	justify-content: center;
}

.card-button img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

.btn-solid-blue::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(/common/asset/btn-bule_arrow.svg) no-repeat center / contain;
}


.btn-solid-blue {
	display: inline-flex;
	gap: 16px;
	min-width: 296px;
	font-family: "Noto Sans JP",system-ui,sans-serif;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 296px;
	padding: 16px 0 16px0;
	border-radius: 64px;
	border: 1px solid #005EAD;
	background: #005EAD;
	color: #F2F2F2;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}

/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
@media (max-width: 1024px){
	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
		display: unset;
	}
	img.pc {
		display: none;
	}
	img.sp {
		display: block;
	}

	.pc_br {
		display: none;
	}
	.sp_br {
		display: block;
		display: unset;
	}
	img.pc {
		display: none;
	}
	img.sp {
		display: block;
	}


	.sp-br-n {
		display: none;
	}
	.top-section{
		height: 240px;
	}

	.top-section .top-bg {
		object-position: cover;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.top-section::after {
		linear-gradient(270deg, rgba(0,0,0,.2) 0.02%, rgba(0,0,0,.41) 27.51%, rgba(0,0,0,.5) 50.66%)
	}

	.pankuzu-list {
		margin-bottom: 32px;
	}

	.top-section-inner {
		padding: 72px 24px 40px 24px;
	}

	.pankuzu-unit {
		color: #fff;
		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 12px;
		leading-trim: NONE;
		line-height: 150%;
		letter-spacing: 0%;
	}

	.top-title {
		font-family: Satoshi;
		font-weight: 500;
		font-style: Medium;
		font-size: 48px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;

		margin-bottom: 16px;
	}

	.top-title-sub {
		color: #fff;ｑ
		font-family: Noto Sans JP;
		font-weight: 500;
		font-style: Medium;
		font-size: 14px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: 0%;
	}



	/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */

	/* LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL */
	/* メインコンテンツ */
	.inquiries-section {
		padding: 56px 24px 56px 24px;
	}

	.inquiries-section-inner {
	}

	.link-list {
	}

	.link-list.top {
	}

	.link-list.bottom {
	}


	.link-card {
		width: 100%;
		max-width: 100%;
	}
	.link-card2 {
		width: 100%;
		max-width: 100%;
	}

	.card-content2 {
		
	}

	.card-title {
		color: #151515;

		font-family: Noto Sans JP;
		font-weight: 700;
		font-style: Bold;
		font-size: 18px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
		text-align: center;
	}

	.card-title-sub {
		text-align: center;

		font-family: Noto Sans JP;
		font-weight: 400;
		font-style: Regular;
		font-size: 16px;
		leading-trim: NONE;
		line-height: 140%;
		letter-spacing: 0%;
		text-align: center;

	}

	.card-button {
		width: 32px;
		height: 32px;
	}

	.card-button {
	}

	.card-button img {
	}

}
