/*---------------------------------
	mv start
---------------------------------*/
.mv{
	position: relative;
	width: 100%;
	height: 70vh;
	max-height: 800px;
	
	@media(min-width: 601px){
		min-height: 500px;
	}
	
	& .mv_inner{
		position: relative;
		z-index: 20;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.3);
	}
	
	.mv_catch{
		max-width: 90%;
		color: #FFF;
		font-size: min(10vw,300%);
		font-weight: var(--f-weight-bold);
		
		& > div{
			&:nth-of-type(2){
				padding-left: 2em;
			}
		}
	}

	& .mv_bg{
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		
		& .swiper{
			height: 100%;
		}
		
		& .mv_slideImage{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		& .swiper-slide-active .mv_slideImage,
		& .swiper-slide-duplicate-active .mv_slideImage,
		& .swiper-slide-prev .mv_slideImage{
			animation: mvSliderZoomup 7s var(--v-animEase-easeOutQuad) 0s 1 normal both;
		}
	}
}

@keyframes mvSliderZoomup {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

/*---------------------------------
	mv end
---------------------------------*/

/*---------------------------------
	topTopics start
---------------------------------*/
.topTopics{
	--p-gapX: min(2em,2vw);
	--p-gapY: 3em;
	--p-col: 2;
	list-style: none;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;;
	flex-wrap: wrap;
	gap: var(--p-gapY) var(--p-gapX);
	padding: 0;
	margin: 0;

	@media(max-width: 1024px) and (min-width: 601px){
		--p-col: 2;
	}

	@media(max-width: 600px){
		--p-col: 1;
	}
	
	& .topTopicsContact, .topTopicsCase{
		display: flex;
		flex-direction: column;
		width: calc((100% - var(--p-gapX) * (var(--p-col) - 1) - 1px) / var(--p-col));
		background: #FFF;
		border-radius: 1em;
		overflow: hidden;
	}
	
	& .topTopicsContact{
		& .topTopicsContact_head{
			padding: .5em 1em;
			margin: 0;
			font-size: clamp(150%, 3.5vw, 175%);
			font-weight: var(--f-weight-bold);
			color: var(--c-hex-themeContrast);
			background-color: var(--c-hex-theme);
		}
		
		& .topTopicsContact_body{
			padding: 1.5em 1.5em 3em;
			
			@media(max-width: 600px){
				padding-bottom: 1.5em;
			}
		}
	}
	
	& .topTopicsCase{
		padding: 1.5em 1.5em 3em;
		
		@media(max-width: 600px){
			padding-bottom: 1.5em;
		}
		
		& .topTopicsCase_head{
			display: flex;
			align-items: flex-end;
			justify-content: flex-start;
			flex-wrap: wrap;
			gap: .5em;
			margin: 0 0 1em;
			font-size: clamp(150%, 3.5vw, 175%);
			font-weight: var(--f-weight-bold);
			
			& span{
				color: var(--c-hex-theme);
				font-size: 60%;
			}
		}
	}
}

/*---------------------------------
	topTopics end
---------------------------------*/

/*---------------------------------
	section--topCatch start
---------------------------------*/
.section--topCatch{
	padding: 8em 0 17em;
	background: url("../../images/pages/top/catch/bg.jpg");
	background-size: cover;
	background-position: center center;
	
	&:before{
		content: "";
		position: absolute;
		z-index: 6;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.3);
	}
}

/*---------------------------------
	section--topCatch end
---------------------------------*/

/*---------------------------------
	topCatch end
---------------------------------*/
.topCatch{
	color: #FFF;
	font-weight: bold;
	font-size: min(6.5vw,175%);
	line-height: 200%;
}

/*---------------------------------
	topCatch end
---------------------------------*/

/*---------------------------------
	serviceMenu start
---------------------------------*/
.serviceMenu{
	--p-gapX: clamp(1em, 2vw, 2em);
	--p-gapY: clamp(1.5em, 3vw, 3em);
	--p-col: 2;
	list-style: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: var(--p-gapY) var(--p-gapX);
	padding: 0;
	margin: 0;
	
	@media(min-width: 1025px){
		&.serviceMenu--pcCol4{
			--p-col: 4;
			font-size: clamp(70%, .8vw, 100%);
		}
		
		&.serviceMenu--pcCol2{
			--p-col: 2;
		}
	}
	
	@media(max-width: 1024px) and (min-width: 601px){
		--p-col: 2;
	}
	
	@media(max-width: 600px){
		--p-col: 1;
	}
	
	& .serviceMenu_item{
		width: calc((100% - var(--p-gapX) * (var(--p-col) - 1) - 1px) / var(--p-col));
		
		& a,
		& a:hover{
			text-decoration: none;
			color: inherit;
		}
	}
	
	& .serviceMenu_itemInner{
		padding: 1.5em;
		background: #FFF;
		border-radius: 1em;
	}
	
	& .serviceMenu_itemHead{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1em;
		flex-wrap: nowrap;
		font-size: 125%;
		font-weight: var(--f-weight-bold);
		
		&:after{
			content: "arrow_forward";
			flex-shrink: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			width: 1.5em;
			height: 1.5em;
			background: var(--c-hex-theme);
			font-family: "Material Symbols Outlined";
			font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 48;
			font-weight: 400;
			font-size: 125%;
			color: var(--c-hex-themeContrast);
			border-radius: 50%;
			overflow: hidden;
			transition: all .25s;
		}
	}
	
	& a:hover{
		& .serviceMenu_itemHead:after{
			background: var(--c-hex-themeContrast);
			color: var(--c-hex-theme);
		}
	}
	
	& .serviceMenu_itemThumbnail{
		width: 100%;
		aspect-ratio: 5 / 3;
		overflow: hidden;
		border-radius: 1em;
		
		@media(max-width: 1024px){
			aspect-ratio: 4 / 3;
		}
		
		& img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			transition: all .25s;
		}
	}
	
	& a:hover{
		& .serviceMenu_itemThumbnail img{
			transform: scale(1.1);
		}
	}
}

/*---------------------------------
	serviceMenu end
---------------------------------*/

/*---------------------------------
	topRecruit start
---------------------------------*/
.topRecruit{
	position: relative;
	width: min(95%, 1500px);
	margin: 0 auto;
	border-radius: 1em;
	overflow: hidden;
	
	& .topRecruit_bg{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		
		& img{
			width: 100%;
			height: 100%;
			object-fit: cover;
			
			@media(max-width: 1024px){
				object-position: 25% center;
			}
		}
	}
	
	& .topRecruit_content{
		position: relative;
		background: rgba(var(--c-rgb-theme),.8);
		z-index: 20;
		color: var(--c-hex-themeContrast);
		
		& .topRecruit_contentInner{
			max-width: 90%;
			margin: 0 auto;
		}
		
		@media(min-width: 1025px){
			width: min(600px,47.5%);
			margin-left: auto;
			padding: 5em 0 10em;
			
			& .topRecruit_contentInner{
				width: 400px;
			}
		}
		
		@media(max-width: 1024px){
			width: 100%;
			margin-top: 20em;
			padding: 2.5em 0 3em;;
		}
	}
}

/*---------------------------------
	topRecruit end
---------------------------------*/

/*---------------------------------
	standardTable--serviceScaffold start
---------------------------------*/
.standardTable--serviceScaffold colgroup col:nth-of-type(1){
	width: 11em;
}

/*---------------------------------
	standardTable--serviceScaffold end
---------------------------------*/

/*---------------------------------
	standardTable--recruit start
---------------------------------*/
.standardTable--recruit colgroup col:nth-of-type(1){
	width: 12em;
}

/*---------------------------------
	standardTable--recruit end
---------------------------------*/

/*---------------------------------
	newsPickupList start
---------------------------------*/
.newsPickupList{
	list-style: none;
	container-type: inline-size;
	padding: 0;
	font-size: 90%;
}

.newsPickupList_item{
	width: 100%;
	font-weight: var(--f-weight-bold);
	border-bottom: 1px solid #CCC;
	transition: all .2s;
	
	&:has(.newsPickupList_link:hover){
		border-bottom: 1px solid var(--c-hex-theme);
	}

	&:first-of-type{
		border-top: 1px solid #CCC;
	}
}

.newsPickupList_link{
	color: inherit;
	text-decoration: none;
	transition: all .2s;
	
	&:hover{
		color: var(--c-hex-theme);
		text-decoration: none;
	}
}

.newsPickupList_inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: .5em 1.5em;
	width: 100%;
	padding: 1.75em 3em 1.75em 1em;
	
	@container(min-width: 601px){
		flex-wrap: nowrap;
	}
	
	@container(max-width: 600px){
		flex-wrap: wrap;
		padding: 1em 3em 1.5em 0;
	}
	
	&:after{
		content: "arrow_forward";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		justify-content: center;
		width: 1.5em;
		height: 1.5em;
		font-family: "Material Symbols Outlined";
		font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 48;
		font-weight: 400;
		color: #FFF;
		font-size: 125%;
		background-color: var(--c-hex-theme);
		border: 1px solid var(--c-hex-theme);
		border-radius: 50%;
		overflow: hidden;
		transition: all .25s;
	}

	&:hover:after{
		color: var(--c-hex-theme);
		background-color: #FFF;
	}
}

.newsPickupList_date{
	flex-grow: 0;
	flex-shrink: 0;
	width: 5em;
}

.newsPickupList_category{
	padding: .125em 1em .25em;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: min(5px, .25em);
	flex-grow: 0;
	flex-shrink: 0;
	
	@container(min-width: 601px){
		width: 11em;
	}
}

.newsPickupList_title{
	@container(min-width: 601px){
		flex-grow: 1;
		flex-shrink: 1;
	}
	
	@container(max-width: 600px){
		width: 100%;
	}
}

/*---------------------------------
	newsPickupList end
---------------------------------*/

/*---------------------------------
	blogLayout start
---------------------------------*/
.blogLayout{
	@media(min-width: 1025px){
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 3em;
		flex-wrap: nowrap;
	}
	
	@media(max-width: 1024px){
		display: flex;
		flex-direction: column-reverse;
		gap: 3em;
	}
}

.blogLayout_sidebar{
	position: relative;
	padding: 1.5em 1.25em 2em;
	background-color: var(--bg-hex-light);
	border-radius: 1em;
	overflow: hidden;
	
	&:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		border-top: 3px solid var(--c-hex-theme);
	}
	
	@media(min-width: 1025px){
		flex-shrink: 0;
		flex-grow: 0;
		width: 18em;
	}
	
	@media(max-width: 1024px){
		margin-bottom: 3em;
	}
}

.blogLayout_main{
	@media(min-width: 1025px){
		flex-shrink: 1;
		flex-grow: 1;
	}
}

.blogLayout_content{
	padding: 0 clamp(1.5em, 3vw, 3em) 5em;
	background-color: var(--bg-hex-light);
	border-radius: 1em;
}

.blogLayout_section{
	padding: 3em 0 5em;
	
	&:not(:last-of-type){
		border-bottom: 1px solid #CCC;
	}
	
	&:last-of-type{
		padding-bottom: 0;
	}
}

.blogLayout_article{
	display: flex;
	gap: 1em;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	
	& .blogLayout_articleCategory{
		& a,& a:hover{
			padding: .25em 1em;
			color: #FFF;
			font-size: 90%;
			text-decoration: none;
			background-color: var(--c-hex-theme);
			border-radius: 3em;
		}
	}
	
	& .blogLayout_articleCategory{
		color: #888;
	}
	
	& .blogLayout_articleTitle{
		width: 100%;
		font-weight: var(--f-weight-bold);
		font-size: 150%;
		
		& a,& a:hover{
			color: inherit;
			text-decoration: none;
		}
	}
	
	& .blogLayout_articleBody{
		width: 100%;
	}
}

.blogLayout_sidebarWidgetsBody{
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.blogLayout_sidebarWidget{
	padding: 0 .5em 1.5em;

	&:not(:last-of-type){
		border-bottom: 1px solid #CCC;
	}
}

.blogLayout_sidebarWidgetHead{
	margin-bottom: .5em;
	font-weight: var(--f-weight-bold);
}

.blogLayout_sidebarWidgetSearchbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: .25em;
	
	& input[type='text']{
		flex-grow: 1;
		flex-shrink: 1;
		width: 100%;
		font-size: 90%;
		margin: 0;
		padding: 0.25em 0.5em;
		background: #FAFAFA;
		border: 1px solid #CCC;
		border-radius: .5em;
		outline: none;
		
		&::placeholder{
			color: inherit;
			opacity: 0.35;
		}
	}
	
	& input[type='submit']{
		width: 5em;
		padding: 0.25em 0.5em;
		color: #FFF;
		font-size: 90%;
		font-weight: normal;
		text-align: center;
		background-color: var(--c-hex-theme);
		border: 2px solid var(--c-hex-theme);
		border-radius: .5em;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		box-sizing: border-box;
		cursor: pointer;
		outline: none;
		transition: color 0.25s, background-color 0.25s;
		
		&:hover{
			color: var(--c-hex-theme);
			background-color: #FFF;
		}

		&::-webkit-search-decoration{
			display: none;
		}

		&::focus{
			outline-offset: -2px;
		}
	}
}

.blogLayout_sidebarWidgetLinklist > ul{
	list-style: none;
	margin-bottom: 1em;
	padding: 0;
	
	& > li{
		position: relative;
		padding-left: 1.25em;
		
		&:before{
			content: "";
			position: absolute;
			top: .75em;
			left: 0;
			width: .75em;
			height: 3px;
			background-color: #888;
		}
	}
}

.blogLayout_pager{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5em 1em;
	padding: 0;
	margin: 0;
	
	& > *{
		&.current{
			font-size: 110%;
			color: var(--c-hex-theme);
		}
		
		&.page{
			font-size: 110%;
			color: inherit;
			text-decoration: none;
			transition: all .25s;
			
			&:hover{
				color: var(--c-hex-theme);
			}
		}
		
		&.next,
		&.prev,
		&.back{
			display: flex;
			justify-content: center;
			align-items: center;
			flex-wrap: nowrap;
			gap: .5em;
			text-decoration: none;
			color: inherit;
			font-weight: var(--f-weight-bold);
			transition: all .2s;
			
			&:hover{
				color: var(--c-hex-theme);
			}
		}
		
		&.next{
			&:after{
				content: "arrow_forward";
				display: flex;
				align-items: center;
				justify-content: center;
				width: 1.5em;
				height: 1.5em;
				font-family: "Material Symbols Outlined";
				font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 48;
				font-weight: 400;
				color: #FFF;
				font-size: 125%;
				background-color: var(--c-hex-theme);
				border: 2px solid var(--c-hex-theme);
				border-radius: 50%;
				overflow: hidden;
				transition: all .25s;
			}
			
			&:hover:after{
				color: var(--c-hex-theme);
				background: #FFF;
			}
		}
		

		
		&.prev,&.back{
			&:before{
				content: "arrow_back";
				display: flex;
				align-items: center;
				justify-content: center;
				width: 1.5em;
				height: 1.5em;
				font-family: "Material Symbols Outlined";
				font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 48;
				font-weight: 400;
				color: #FFF;
				font-size: 125%;
				background-color: var(--c-hex-theme);
				border: 2px solid var(--c-hex-theme);
				border-radius: 50%;
				overflow: hidden;
				transition: all .25s;
			}
			
			&:hover:before{
				color: var(--c-hex-theme);
				background: #FFF;
			}
		}
		
	}
}

/*---------------------------------
	blogLayout end
---------------------------------*/