@charset "UTF-8";

/* ================================================================================
lead
================================================================================ */
@media print, screen
{

#hero
{
	background: url('../image/front-page/hero.webp') no-repeat center/cover;
}
#hero > .inner
{
	container-type: inline-size;
	position: relative;

	display: flex;	align-items: center;
	height: calc(820 * var(--u));
	padding: var(--headerH) 0 calc(150 * var(--u));
}
#hero h2
{
	color: white;
	font-size: 7.4cqw;
	font-weight: 500;
	line-height: 1.1;
}
#hero .recruit
{
	position: absolute;
	bottom: var(--pageP);	right: 0;
	width: 21cqw;
}

#hero .infoLatest
{
	position: absolute;
	bottom: calc(var(--pageP) + 50 * var(--v));	left: 0;
	display: flex;	align-items: center;
	gap: 2cqw;
}
#hero .infoLatest .news
{
	display: flex;	justify-content: center;	align-items: center;
	width: 9cqw;	aspect-ratio: 100/30;

	background: white;
	border-radius: 5cqw;

	color: black;
	font-size: 1.4cqw;
	font-weight: 500;
}
#hero .infoLatest .date
{
	color: white;
	font-size: 1.4cqw;
	font-weight: 500;
}
#hero .infoLatest hr
{
	width: 1px;	height: 1.4cqw;
	background: white;
}
#hero .infoLatest .title a
{
	max-width: 10cqw;
	color: white;
	font-size: 1.4cqw;
	font-weight: 500;
	text-decoration: underline;
}
#hero .infoLatest .title a:hover{	text-decoration: unset;	}
#hero .infoLatest .archive a
{
	color: white;
	font-size: 1.4cqw;
	font-weight: 500;
	text-decoration: unset;
}

}
@media screen and (max-width: 767px)
{

#hero
{
	background: url('../image/front-page/hero.webp') no-repeat bottom right 10% /cover;
}
#hero > .inner
{
	height: 100dvh;
	/* padding-bottom: 80cqw; */
	padding: var(--headerH) 0 calc(575 * var(--u));
}
#hero h2{	font-size: 9cqw;	}
#hero .recruit
{
	bottom: 55cqw;	right: unset;	left: 0;
	width: 48cqw;
}

#hero .infoLatest
{
	bottom: calc(var(--pageP) + 100 * var(--v));
	flex-wrap: wrap;
		/* align-items: unset; */
	gap: 2cqw 4cqw;
}
#hero .infoLatest .news
{
	width: 28cqw;	aspect-ratio: 100/30;
	border-radius: 15cqw;
	font-size: 4.5cqw;
}
#hero .infoLatest .date{	font-size: 4.5cqw;	}
#hero .infoLatest .title{	width: 100%;	}
#hero .infoLatest .title a
{
	width: 100%;
	max-width: unset;
	font-size: 4.5cqw;
	line-height: 1.5;
}
#hero .infoLatest .archive{	width: 100%;	text-align: right;	}
#hero .infoLatest .archive a{	font-size: 4.5cqw;	}


}



/* ================================================================================
lead
================================================================================ */
@media print, screen
{

#lead > .inner{	padding: calc(50 * var(--v)) 0;	}

#lead picture
{
	width: calc(600 * var(--u));	aspect-ratio: calc(16 / 9);
	margin: 0 auto;
	box-shadow: var(--shadow0);
}
#lead p
{
	text-align: center;
	line-height: 1.8;
}
#lead p a
{
	color: var(--Clink0);
	text-decoration: underline;
}
#lead p a:hover{	text-decoration: none;	}

#lead p a[target="_blank"]::after
{
	content: "\f35d";
	display: inline-block;
	margin: 0 0 0 0.3em;

	font: var(--fa-font-solid);
	vertical-align: -0.15em;
}

#lead .snses
{
	display: flex;	justify-content: center;	align-items: center;
	gap: 0 calc(10 * var(--u));
}
#lead .snses li{	font-size: var(--fzv20);	}
#lead .snses li .fa-facebook{	color: var(--Cfb);	}

}
@media screen and (max-width: 767px)
{

}

/* ================================================================================
information
================================================================================ */
@media print, screen
{

#information > .inner{	padding: calc(50 * var(--v)) 0;	}

.postListArea
{
	max-width: calc(800 * var(--v));
	height: calc(400 * var(--v));

	padding: calc(20 * var(--v)) calc(40 * var(--v));
	margin: 0 auto;

	border: 1px solid var(--Cgray2);
	overflow-y: scroll;
}
.postList{	display: flex;	flex-direction: column;	}
.postList > li:not(:last-child){	border-bottom: 1px solid var(--Cgray2);	}

.postList > li.noItem,
.postList > li.noMoreItem,
.postList > li.loadMoreItem
{
	display: flex;	justify-content: center;	align-items: center;
	padding: calc(10 * var(--v));
	/* background: white; */
	color: var(--Cgray2);
}

.postList > li > a
{
	display: flex;
	gap: calc(15 * var(--v));
	padding: calc(10 * var(--v));

	background: white;
}
.postList > li > a > .box:nth-child(1)
{
	flex-shrink: 0;
	width: calc(240 * var(--v));
}
.postList picture
{
	display: block;
	width: 100%;	height: calc(120 * var(--v));
}
.postList .date
{
	margin-bottom: calc(5 * var(--v));
	color: var(--Cgray1);
	font-size: var(--fzv14);
	font-weight: 500;
	line-height: 1.3;
}
.postList .title
{
	margin-bottom: calc(10 * var(--v));
	font-size: var(--fzv24);
	font-weight: 500;
	line-height: 1.3;
}


.postList .category
{
	display: flex;	flex-wrap: wrap;	align-items: center;
	gap: calc(10 * var(--v));
	margin-bottom: calc(20 * var(--v));
}
.postList .category >li
{
	display: flex;	align-items: center;
	min-height: calc(30 * var(--v));
	padding: 0.5em 1em;

	background: var(--Clink0);
	border-radius: calc(40 * var(--v));
	
	color: white;
	font-size: var(--fzv14);
	font-weight: 500;
}


}
@media screen and (max-width: 767px)
{

}


/* ======================================== end ======================================== */
