@charset "UTF-8";
/*-----------------------------------

	mainvisual_lower_block

-----------------------------------*/
#mainvisual_lower_block {
	width: 100%;
	height: 500px;
	padding-top: 222px;
	margin-bottom: 23px;
	position: relative;
}
#mainvisual_lower_block::before {
	content: '';
	display: block;
	width: 61.6%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#mainvisual_lower_block::after {
	content: '';
	display: block;
	background: #0D0D0D;
	background: linear-gradient(180deg,rgba(13, 13, 13, 1) 0%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 130px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#mainvisual_lower_block .wh_bg {
	background: #ffffff;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 51% 0, 40% 46%, 53% 100%, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#mainvisual_lower_block .square_bg {
	background: url(../img/lower/img_mv_square_bg.png) no-repeat center / contain;
	width: min(100%, 1500px);
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 4;
}
#mainvisual_lower_block .text_box {
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 640px) {
	#mainvisual_lower_block {
		padding-top: 97px;
		margin-bottom: 17px;
	}
	#mainvisual_lower_block::before {
		width: 100%;
		height: 53%;
		top: auto;
		bottom: 0;
	}
	#mainvisual_lower_block::after {
		display: none;
	}
	#mainvisual_lower_block .wh_bg {
		clip-path: polygon(0 0, 41% 0, 27% 29%, 63% 100%, 0 100%);
		height: 54%;
		top: auto;
		bottom: -1%;
	}
	#mainvisual_lower_block .square_bg {
		background: url(../img/lower/sp/img_mv_square_bg.png) no-repeat center top / cover;
		width: min(100%, 390px);
	}
	#mainvisual_lower_block .text_box {
		margin-left: 20px;
	}
}
/*-----------------------------------

	breadcrumbs

-----------------------------------*/
#breadcrumbs {
	overflow-x: auto;
	margin-bottom: 106px;
}
#breadcrumbs ul {
	justify-content: flex-end;
	align-items: center;
	gap: 0 25px;
	min-width: max-content;
    word-break: keep-all;
    white-space: nowrap;
	margin-right: -26px;
}
#breadcrumbs ul li {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#breadcrumbs ul li a {
	font-weight: 500;
	text-decoration: underline;
	letter-spacing: 0;
	color: #1C3D6E;
	position: relative;
}
#breadcrumbs ul li a::after {
	content: '';
	display: block;
	background: url(../img/lower/icon_breadcrumbs_arw_gr.svg) no-repeat center / contain;
	width: 7px;
	height: 6px;
	margin: auto;
	position: absolute;
	top: 0;
	right: -17px;
	bottom: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#breadcrumbs {
		margin-bottom: 56px;
	}
	#breadcrumbs ul {
		margin-right: 0;
	}
	#breadcrumbs ul li {
		font-size: 13px;
	}
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	border-top: 1px solid #c6c6c6;
}